Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteIdentityMappingStoreMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DeleteIdentityMappingStoreMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb
Overview
Metadata related to the progress of the IdentityMappingStoreService.DeleteIdentityMappingStore operation. This will be returned by the google.longrunning.Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Operation create time.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
273 274 275 276 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb', line 273 class DeleteIdentityMappingStoreMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation last update time. If the operation is done, this is also the finish time.
273 274 275 276 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb', line 273 class DeleteIdentityMappingStoreMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |