public final class KnowledgeOperationMetadata extends GeneratedMessageV3 implements KnowledgeOperationMetadataOrBuilder
Metadata in google::longrunning::Operation for Knowledge operations.
Protobuf type google.cloud.dialogflow.v2.KnowledgeOperationMetadata
Static Fields
public static final int EXPORT_OPERATION_METADATA_FIELD_NUMBER
Field Value
public static final int KNOWLEDGE_BASE_FIELD_NUMBER
Field Value
public static final int STATE_FIELD_NUMBER
Field Value
Static Methods
public static KnowledgeOperationMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static KnowledgeOperationMetadata.Builder newBuilder()
Returns
public static KnowledgeOperationMetadata.Builder newBuilder(KnowledgeOperationMetadata prototype)
Parameter
Returns
public static KnowledgeOperationMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static KnowledgeOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static KnowledgeOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<KnowledgeOperationMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public KnowledgeOperationMetadata getDefaultInstanceForType()
Returns
public ExportOperationMetadata getExportOperationMetadata()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
Returns
public ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
Returns
public String getKnowledgeBase()
The name of the knowledge base interacted with during the operation.
string knowledge_base = 3;
Returns
Type | Description |
String | The knowledgeBase.
|
public 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.
|
public KnowledgeOperationMetadata.OperationMetadataCase getOperationMetadataCase()
Returns
public Parser<KnowledgeOperationMetadata> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public 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
public 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.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public 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.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public KnowledgeOperationMetadata.Builder newBuilderForType()
Returns
protected KnowledgeOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public KnowledgeOperationMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions