public interface ImportCompletionSuggestionsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Operation create time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Operation create time.
|
long |
getFailureCount()
Count of
[CompletionSuggestion][google.cloud.discoveryengine.v1alpha.CompletionSuggestion]s
that failed to be imported.
|
long |
getSuccessCount()
Count of
[CompletionSuggestion][google.cloud.discoveryengine.v1alpha.CompletionSuggestion]s
successfully imported.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Operation last update time.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Operation last update time.
|
boolean |
hasCreateTime()
Operation create time.
|
boolean |
hasUpdateTime()
Operation last update time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;boolean hasUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;long getSuccessCount()
Count of [CompletionSuggestion][google.cloud.discoveryengine.v1alpha.CompletionSuggestion]s successfully imported.
int64 success_count = 3;long getFailureCount()
Count of [CompletionSuggestion][google.cloud.discoveryengine.v1alpha.CompletionSuggestion]s that failed to be imported.
int64 failure_count = 4;Copyright © 2024 Google LLC. All rights reserved.