GoogleApi.Logging.V2.Model.CopyLogEntriesMetadata (google_api_logging v0.41.1) View Source
Metadata for CopyLogEntries long running operations.
Attributes
-
cancellationRequested
(type:boolean()
, default:nil
) - Identifies whether the user has requested cancellation of the operation. -
endTime
(type:DateTime.t
, default:nil
) - The end time of an operation. -
progress
(type:integer()
, default:nil
) - Estimated progress of the operation (0 - 100%). -
request
(type:GoogleApi.Logging.V2.Model.CopyLogEntriesRequest.t
, default:nil
) - CopyLogEntries RPC request. -
startTime
(type:DateTime.t
, default:nil
) - The create time of an operation. -
state
(type:String.t
, default:nil
) - State of an operation. -
writerIdentity
(type:String.t
, default:nil
) - The IAM identity of a service account that must be granted access to the destination.If the service account is not granted permission to the destination within an hour, the operation will be cancelled.For example: "serviceAccount:foo@bar.com"
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Logging.V2.Model.CopyLogEntriesMetadata{ cancellationRequested: boolean() | nil, endTime: DateTime.t() | nil, progress: integer() | nil, request: GoogleApi.Logging.V2.Model.CopyLogEntriesRequest.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, writerIdentity: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.