public interface ImportConversationDataOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationDataset()
The resource name of the imported conversation dataset.
|
ByteString |
getConversationDatasetBytes()
The resource name of the imported conversation dataset.
|
Timestamp |
getCreateTime()
Timestamp when import conversation data request was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when import conversation data request was created.
|
com.google.rpc.Status |
getPartialFailures(int index)
Partial failures are failures that don't fail the whole long running
operation, e.g.
|
int |
getPartialFailuresCount()
Partial failures are failures that don't fail the whole long running
operation, e.g.
|
List<com.google.rpc.Status> |
getPartialFailuresList()
Partial failures are failures that don't fail the whole long running
operation, e.g.
|
com.google.rpc.StatusOrBuilder |
getPartialFailuresOrBuilder(int index)
Partial failures are failures that don't fail the whole long running
operation, e.g.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialFailuresOrBuilderList()
Partial failures are failures that don't fail the whole long running
operation, e.g.
|
boolean |
hasCreateTime()
Timestamp when import conversation data request was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversationDataset()
The resource name of the imported conversation dataset. Format: `projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>`
string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
ByteString getConversationDatasetBytes()
The resource name of the imported conversation dataset. Format: `projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>`
string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
List<com.google.rpc.Status> getPartialFailuresList()
Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
repeated .google.rpc.Status partial_failures = 2;
com.google.rpc.Status getPartialFailures(int index)
Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
repeated .google.rpc.Status partial_failures = 2;
int getPartialFailuresCount()
Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
repeated .google.rpc.Status partial_failures = 2;
List<? extends com.google.rpc.StatusOrBuilder> getPartialFailuresOrBuilderList()
Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
repeated .google.rpc.Status partial_failures = 2;
com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder(int index)
Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
repeated .google.rpc.Status partial_failures = 2;
boolean hasCreateTime()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
Timestamp getCreateTime()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
Copyright © 2022 Google LLC. All rights reserved.