View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportSampleQueriesMetadata (google_api_discovery_engine v0.27.0)
Metadata related to the progress of the ImportSampleQueries operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - ImportSampleQueries operation create time. -
failureCount
(type:String.t
, default:nil
) - Count of SampleQuerys that failed to be imported. -
successCount
(type:String.t
, default:nil
) - Count of SampleQuerys successfully imported. -
totalCount
(type:String.t
, default:nil
) - Total count of SampleQuerys that were processed. -
updateTime
(type:DateTime.t
, default:nil
) - ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportSampleQueriesMetadata{ createTime: DateTime.t() | nil, failureCount: String.t() | nil, successCount: String.t() | nil, totalCount: String.t() | nil, updateTime: DateTime.t() | nil }