Send feedback
Class KnowledgeOperationMetadata (4.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.1 keyboard_arrow_down
public final class KnowledgeOperationMetadata extends GeneratedMessageV3 implements KnowledgeOperationMetadataOrBuilder
Metadata in google::longrunning::Operation for Knowledge operations.
Protobuf type google.cloud.dialogflow.v2beta1.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.v2beta1.ExportOperationMetadata export_operation_metadata = 4;
Returns
public ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder ()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2beta1.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 ()
Required. Output only. The current state of this operation.
.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public 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
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.v2beta1.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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]