Cloud Logging V2 API - Class Google::Cloud::Logging::V2::CopyLogEntriesMetadata (v0.13.0)

Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::CopyLogEntriesMetadata.

Metadata for CopyLogEntries long running operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cancellation_requested

def cancellation_requested() -> ::Boolean
Returns
  • (::Boolean) — Identifies whether the user has requested cancellation of the operation.

#cancellation_requested=

def cancellation_requested=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Identifies whether the user has requested cancellation of the operation.
Returns
  • (::Boolean) — Identifies whether the user has requested cancellation of the operation.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#progress

def progress() -> ::Integer
Returns
  • (::Integer) — Estimated progress of the operation (0 - 100%).

#progress=

def progress=(value) -> ::Integer
Parameter
  • value (::Integer) — Estimated progress of the operation (0 - 100%).
Returns
  • (::Integer) — Estimated progress of the operation (0 - 100%).

#request

def request() -> ::Google::Cloud::Logging::V2::CopyLogEntriesRequest
Returns

#request=

def request=(value) -> ::Google::Cloud::Logging::V2::CopyLogEntriesRequest
Parameter
Returns

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#state

def state() -> ::Google::Cloud::Logging::V2::OperationState
Returns

#state=

def state=(value) -> ::Google::Cloud::Logging::V2::OperationState
Parameter
Returns

#writer_identity

def writer_identity() -> ::String
Returns
  • (::String) — 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"

#writer_identity=

def writer_identity=(value) -> ::String
Parameter
  • value (::String) — 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"

Returns
  • (::String) — 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"