Send feedback
Class KnowledgeOperationMetadata (4.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.19.0 keyboard_arrow_down
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
Type
Description
int
public static final int KNOWLEDGE_BASE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static KnowledgeOperationMetadata getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static KnowledgeOperationMetadata . Builder newBuilder ()
public static KnowledgeOperationMetadata . Builder newBuilder ( KnowledgeOperationMetadata prototype )
public static KnowledgeOperationMetadata parseDelimitedFrom ( InputStream input )
public static KnowledgeOperationMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static KnowledgeOperationMetadata parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static KnowledgeOperationMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static KnowledgeOperationMetadata parseFrom ( ByteString data )
public static KnowledgeOperationMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static KnowledgeOperationMetadata parseFrom ( CodedInputStream input )
public static KnowledgeOperationMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static KnowledgeOperationMetadata parseFrom ( InputStream input )
public static KnowledgeOperationMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static KnowledgeOperationMetadata parseFrom ( ByteBuffer data )
public static KnowledgeOperationMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<KnowledgeOperationMetadata> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public KnowledgeOperationMetadata getDefaultInstanceForType ()
public ExportOperationMetadata getExportOperationMetadata ()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
public ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder ()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
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 ()
public Parser<KnowledgeOperationMetadata> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
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];
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 ()
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
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public KnowledgeOperationMetadata . Builder newBuilderForType ()
protected KnowledgeOperationMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public KnowledgeOperationMetadata . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
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-28 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-28 UTC."],[],[]]