All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.ImportDocumentTemplateOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.59.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/document.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;

public interface ImportDocumentTemplateOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.ImportDocumentTemplate)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The MIME type of the document.
   * 
* * string mime_type = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The mimeType. */ java.lang.String getMimeType(); /** * * *
   * Required. The MIME type of the document.
   * 
* * string mime_type = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for mimeType. */ com.google.protobuf.ByteString getMimeTypeBytes(); /** * * *
   * Required. The knowledge type of document content.
   * 
* * * repeated .google.cloud.dialogflow.v2.Document.KnowledgeType knowledge_types = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @return A list containing the knowledgeTypes. */ java.util.List getKnowledgeTypesList(); /** * * *
   * Required. The knowledge type of document content.
   * 
* * * repeated .google.cloud.dialogflow.v2.Document.KnowledgeType knowledge_types = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @return The count of knowledgeTypes. */ int getKnowledgeTypesCount(); /** * * *
   * Required. The knowledge type of document content.
   * 
* * * repeated .google.cloud.dialogflow.v2.Document.KnowledgeType knowledge_types = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @param index The index of the element to return. * @return The knowledgeTypes at the given index. */ com.google.cloud.dialogflow.v2.Document.KnowledgeType getKnowledgeTypes(int index); /** * * *
   * Required. The knowledge type of document content.
   * 
* * * repeated .google.cloud.dialogflow.v2.Document.KnowledgeType knowledge_types = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @return A list containing the enum numeric values on the wire for knowledgeTypes. */ java.util.List getKnowledgeTypesValueList(); /** * * *
   * Required. The knowledge type of document content.
   * 
* * * repeated .google.cloud.dialogflow.v2.Document.KnowledgeType knowledge_types = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @param index The index of the value to return. * @return The enum numeric value on the wire of knowledgeTypes at the given index. */ int getKnowledgeTypesValue(int index); /** * * *
   * Metadata for the document. The metadata supports arbitrary
   * key-value pairs. Suggested use cases include storing a document's title,
   * an external URL distinct from the document's content_uri, etc.
   * The max size of a `key` or a `value` of the metadata is 1024 bytes.
   * 
* * map<string, string> metadata = 3; */ int getMetadataCount(); /** * * *
   * Metadata for the document. The metadata supports arbitrary
   * key-value pairs. Suggested use cases include storing a document's title,
   * an external URL distinct from the document's content_uri, etc.
   * The max size of a `key` or a `value` of the metadata is 1024 bytes.
   * 
* * map<string, string> metadata = 3; */ boolean containsMetadata(java.lang.String key); /** Use {@link #getMetadataMap()} instead. */ @java.lang.Deprecated java.util.Map getMetadata(); /** * * *
   * Metadata for the document. The metadata supports arbitrary
   * key-value pairs. Suggested use cases include storing a document's title,
   * an external URL distinct from the document's content_uri, etc.
   * The max size of a `key` or a `value` of the metadata is 1024 bytes.
   * 
* * map<string, string> metadata = 3; */ java.util.Map getMetadataMap(); /** * * *
   * Metadata for the document. The metadata supports arbitrary
   * key-value pairs. Suggested use cases include storing a document's title,
   * an external URL distinct from the document's content_uri, etc.
   * The max size of a `key` or a `value` of the metadata is 1024 bytes.
   * 
* * map<string, string> metadata = 3; */ /* nullable */ java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Metadata for the document. The metadata supports arbitrary
   * key-value pairs. Suggested use cases include storing a document's title,
   * an external URL distinct from the document's content_uri, etc.
   * The max size of a `key` or a `value` of the metadata is 1024 bytes.
   * 
* * map<string, string> metadata = 3; */ java.lang.String getMetadataOrThrow(java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy