View Source GoogleApi.Batch.V1.Model.CloudLoggingOption (google_api_batch v0.2.2)
CloudLoggingOption
contains additional settings for Cloud Logging logs generated by Batch job.
Attributes
-
useGenericTaskMonitoredResource
(type:boolean()
, default:nil
) - Optional. Set this flag to true to change the monitored resource type for Cloud Logging logs generated by this Batch job from thebatch.googleapis.com/Job
type to the formerly usedgeneric_task
type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.CloudLoggingOption{ useGenericTaskMonitoredResource: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.