Interface ImportConversationDataOperationMetadataOrBuilder (4.47.0)

public interface ImportConversationDataOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the createTime field is set.