Interface KnowledgeOperationMetadataOrBuilder (4.87.0)

public interface KnowledgeOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDoneTime()

public abstract Timestamp getDoneTime()

The time when the operation finished.

.google.protobuf.Timestamp done_time = 5;

Returns
Type Description
Timestamp

The doneTime.

getDoneTimeOrBuilder()

public abstract TimestampOrBuilder getDoneTimeOrBuilder()

The time when the operation finished.

.google.protobuf.Timestamp done_time = 5;

Returns
Type Description
TimestampOrBuilder

getExportOperationMetadata()

public abstract ExportOperationMetadata getExportOperationMetadata()

Metadata for the Export Data Operation such as the destination of export.

.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;

Returns
Type Description
ExportOperationMetadata

The exportOperationMetadata.

getExportOperationMetadataOrBuilder()

public abstract ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder()

Metadata for the Export Data Operation such as the destination of export.

.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;

Returns
Type Description
ExportOperationMetadataOrBuilder

getKnowledgeBase()

public abstract String getKnowledgeBase()

The name of the knowledge base interacted with during the operation.

string knowledge_base = 3;

Returns
Type Description
String

The knowledgeBase.

getKnowledgeBaseBytes()

public abstract ByteString getKnowledgeBaseBytes()

The name of the knowledge base interacted with during the operation.

string knowledge_base = 3;

Returns
Type Description
ByteString

The bytes for knowledgeBase.

getOperationMetadataCase()

public abstract KnowledgeOperationMetadata.OperationMetadataCase getOperationMetadataCase()
Returns
Type Description
KnowledgeOperationMetadata.OperationMetadataCase

getState()

public abstract KnowledgeOperationMetadata.State getState()

Output only. The current state of this operation.

.google.cloud.dialogflow.v2.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
KnowledgeOperationMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The current state of this operation.

.google.cloud.dialogflow.v2.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasDoneTime()

public abstract boolean hasDoneTime()

The time when the operation finished.

.google.protobuf.Timestamp done_time = 5;

Returns
Type Description
boolean

Whether the doneTime field is set.

hasExportOperationMetadata()

public abstract boolean hasExportOperationMetadata()

Metadata for the Export Data Operation such as the destination of export.

.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;

Returns
Type Description
boolean

Whether the exportOperationMetadata field is set.