Class: Google::Cloud::DiscoveryEngine::V1::CreateDataStoreMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb

Overview

Metadata related to the progress of the DataStoreService.CreateDataStore operation. This will be returned by the google.longrunning.Operation.metadata field.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Operation create time.

Returns:



88
89
90
91
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 88

class CreateDataStoreMetadata
  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.

Returns:



88
89
90
91
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 88

class CreateDataStoreMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end