Class KnowledgeOperationMetadata (4.82.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.82.0keyboard_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
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  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  
      
        databyte [] 
     
  
  
  
  
    
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  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   KnowledgeOperationMetadata   getDefaultInstanceForType ()  
  
  
    
public   ExportOperationMetadata   getExportOperationMetadata ()  
   Metadata for the Export Data Operation such as the destination of export.
 .google.cloud.dialogflow.v2beta1.ExportOperationMetadata export_operation_metadata = 4;
 
    
public   ExportOperationMetadataOrBuilder   getExportOperationMetadataOrBuilder ()  
   Metadata for the Export Data Operation such as the destination of export.
 .google.cloud.dialogflow.v2beta1.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 ()  
   Required. Output only. The current state of this operation.
 
 .google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
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   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  
      
        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 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]