Class: Google::Cloud::Logging::V2::CopyLogEntriesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CopyLogEntriesMetadata
- 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
-
#cancellation_requested ⇒ ::Boolean
Identifies whether the user has requested cancellation of the operation.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end time of an operation.
-
#progress ⇒ ::Integer
Estimated progress of the operation (0 - 100%).
-
#request ⇒ ::Google::Cloud::Logging::V2::CopyLogEntriesRequest
CopyLogEntries RPC request.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The create time of an operation.
-
#state ⇒ ::Google::Cloud::Logging::V2::OperationState
State of an operation.
-
#writer_identity ⇒ ::String
The IAM identity of a service account that must be granted access to the destination.
Instance Attribute Details
#cancellation_requested ⇒ ::Boolean
Returns 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.
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%).
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.
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.
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.
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:foo@bar.com"
.
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 |