Class: Google::Cloud::Logging::V2::CopyLogEntriesMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

Metadata for CopyLogEntries long running operations.

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_requested::Boolean

Returns Identifies whether the user has requested cancellation of the operation.

Returns:

  • (::Boolean)

    Identifies whether the user has requested cancellation of the operation.



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp

Returns The end time of an operation.

Returns:



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#progress::Integer

Returns Estimated progress of the operation (0 - 100%).

Returns:

  • (::Integer)

    Estimated progress of the operation (0 - 100%).



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request::Google::Cloud::Logging::V2::CopyLogEntriesRequest

Returns CopyLogEntries RPC request.

Returns:



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns The create time of an operation.

Returns:



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#state::Google::Cloud::Logging::V2::OperationState

Returns State of an operation.

Returns:



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#writer_identity::String

Returns 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:[email protected]".

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:[email protected]"



1392
1393
1394
1395
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1392

class CopyLogEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end