google_api_service_control v0.8.0 GoogleApi.ServiceControl.V1.Model.LogEntryOperation View Source
Additional information about a potentially long-running operation with which a log entry is associated.
Attributes
- first (boolean()): Optional. Set this to True if this is the first log entry in the operation. Defaults to
nil
. - id (String.t): Optional. An arbitrary operation identifier. Log entries with the
same identifier are assumed to be part of the same operation. Defaults to
nil
. - last (boolean()): Optional. Set this to True if this is the last log entry in the operation. Defaults to
nil
. - producer (String.t): Optional. An arbitrary producer identifier. The combination of
id
andproducer
must be globally unique. Examples forproducer
:"MyDivision.MyBigCompany.com"
,"github.com/MyProject/MyApplication"
. Defaults tonil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.