Class: Google::Cloud::Logging::V2::LinkMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::LinkMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Metadata for long running Link operations.
Instance Attribute Summary collapse
-
#create_link_request ⇒ ::Google::Cloud::Logging::V2::CreateLinkRequest
CreateLink RPC request.
-
#delete_link_request ⇒ ::Google::Cloud::Logging::V2::DeleteLinkRequest
DeleteLink RPC request.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end time of an operation.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start time of an operation.
-
#state ⇒ ::Google::Cloud::Logging::V2::OperationState
State of an operation.
Instance Attribute Details
#create_link_request ⇒ ::Google::Cloud::Logging::V2::CreateLinkRequest
Returns CreateLink RPC request.
1443 1444 1445 1446 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1443 class LinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delete_link_request ⇒ ::Google::Cloud::Logging::V2::DeleteLinkRequest
Returns DeleteLink RPC request.
1443 1444 1445 1446 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1443 class LinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end time of an operation.
1443 1444 1445 1446 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1443 class LinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start time of an operation.
1443 1444 1445 1446 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1443 class LinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Logging::V2::OperationState
Returns State of an operation.
1443 1444 1445 1446 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1443 class LinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |