Interface KnowledgeOperationMetadataOrBuilder

    • Method Detail

      • getStateValue

        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:
        The enum numeric value on the wire for state.
      • getState

        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:
        The state.
      • getKnowledgeBase

        String getKnowledgeBase()
         The name of the knowledge base interacted with during the operation.
         
        string knowledge_base = 3;
        Returns:
        The knowledgeBase.
      • getKnowledgeBaseBytes

        com.google.protobuf.ByteString getKnowledgeBaseBytes()
         The name of the knowledge base interacted with during the operation.
         
        string knowledge_base = 3;
        Returns:
        The bytes for knowledgeBase.
      • hasExportOperationMetadata

        boolean hasExportOperationMetadata()
         Metadata for the Export Data Operation such as the destination of export.
         
        .google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
        Returns:
        Whether the exportOperationMetadata field is set.
      • getExportOperationMetadata

        ExportOperationMetadata getExportOperationMetadata()
         Metadata for the Export Data Operation such as the destination of export.
         
        .google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
        Returns:
        The exportOperationMetadata.
      • getExportOperationMetadataOrBuilder

        ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder()
         Metadata for the Export Data Operation such as the destination of export.
         
        .google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;