Class: Google::Cloud::Logging::V2::BucketMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::BucketMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Metadata for LongRunningUpdateBucket Operations.
Instance Attribute Summary collapse
-
#create_bucket_request ⇒ ::Google::Cloud::Logging::V2::CreateBucketRequest
LongRunningCreateBucket RPC request.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end time of an operation.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The create time of an operation.
-
#state ⇒ ::Google::Cloud::Logging::V2::OperationState
State of an operation.
-
#update_bucket_request ⇒ ::Google::Cloud::Logging::V2::UpdateBucketRequest
LongRunningUpdateBucket RPC request.
Instance Attribute Details
#create_bucket_request ⇒ ::Google::Cloud::Logging::V2::CreateBucketRequest
Returns LongRunningCreateBucket RPC request.
1422 1423 1424 1425 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1422 class BucketMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end time of an operation.
1422 1423 1424 1425 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1422 class BucketMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The create time of an operation.
1422 1423 1424 1425 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1422 class BucketMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Logging::V2::OperationState
Returns State of an operation.
1422 1423 1424 1425 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1422 class BucketMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_bucket_request ⇒ ::Google::Cloud::Logging::V2::UpdateBucketRequest
Returns LongRunningUpdateBucket RPC request.
1422 1423 1424 1425 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1422 class BucketMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |