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
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
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
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
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
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
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
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 |