Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesMetadata.
Metadata related to the progress of the ImportSampleQueries operation. This will be returned by the google.longrunning.Operation.metadata field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — ImportSampleQueries operation create time.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — ImportSampleQueries operation create time.
Returns
- (::Google::Protobuf::Timestamp) — ImportSampleQueries operation create time.
#failure_count
def failure_count() -> ::Integer
Returns
- (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that failed to be imported.
#failure_count=
def failure_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that failed to be imported.
Returns
- (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that failed to be imported.
#success_count
def success_count() -> ::Integer
Returns
- (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s successfully imported.
#success_count=
def success_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s successfully imported.
Returns
- (::Integer) — Count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s successfully imported.
#total_count
def total_count() -> ::Integer
Returns
- (::Integer) — Total count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that were processed.
#total_count=
def total_count=(value) -> ::Integer
Parameter
- value (::Integer) — Total count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that were processed.
Returns
- (::Integer) — Total count of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s that were processed.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.
Returns
- (::Google::Protobuf::Timestamp) — ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.