Interface KnowledgeOperationMetadataOrBuilder (4.3.1)

public interface KnowledgeOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract KnowledgeOperationMetadata.State getState()

Required. Output only. The current state of this operation.

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

Returns
TypeDescription
KnowledgeOperationMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

Required. Output only. The current state of this operation.

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

Returns
TypeDescription
int

The enum numeric value on the wire for state.