public interface ImportConversationDataOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationDataset()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The conversationDataset. |
getConversationDatasetBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationDataset. |
getCreateTime()
public abstract Timestamp getCreateTime()Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getPartialFailures(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getPartialFailuresCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartialFailuresList()
public abstract List<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;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getPartialFailuresOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getPartialFailuresOrBuilderList()
public abstract List<? extends 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
hasCreateTime()
public abstract boolean hasCreateTime()Timestamp when import conversation data request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |