Package com.google.cloud.dialogflow.v2
Interface ImportConversationDataOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportConversationDataOperationMetadata
,ImportConversationDataOperationMetadata.Builder
public interface ImportConversationDataOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConversationDataset()
The resource name of the imported conversation dataset.com.google.protobuf.ByteString
getConversationDatasetBytes()
The resource name of the imported conversation dataset.com.google.protobuf.Timestamp
getCreateTime()
Timestamp when import conversation data request was created.com.google.protobuf.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationDataset
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) = { ... }
- Returns:
- The conversationDataset.
-
getConversationDatasetBytes
com.google.protobuf.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) = { ... }
- Returns:
- The bytes for conversationDataset.
-
getPartialFailuresList
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;
-
getPartialFailures
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;
-
getPartialFailuresCount
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;
-
getPartialFailuresOrBuilderList
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;
-
getPartialFailuresOrBuilder
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;
-
hasCreateTime
boolean hasCreateTime()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
-
-