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

com.google.cloud.dialogflow.v2beta1.EnvironmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.158.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/v2beta1/environment.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.v2beta1;

public interface EnvironmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.Environment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The unique identifier of this agent environment.
   * Supported formats:
   * - `projects/<Project ID>/agent/environments/<Environment ID>`
   * - `projects/<Project ID>/locations/<Location
   * ID>/agent/environments/<Environment ID>`
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The unique identifier of this agent environment.
   * Supported formats:
   * - `projects/<Project ID>/agent/environments/<Environment ID>`
   * - `projects/<Project ID>/locations/<Location
   * ID>/agent/environments/<Environment ID>`
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Optional. The developer-provided description for this environment.
   * The maximum length is 500 characters. If exceeded, the request is rejected.
   * 
* * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * Optional. The developer-provided description for this environment.
   * The maximum length is 500 characters. If exceeded, the request is rejected.
   * 
* * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Optional. The agent version loaded into this environment.
   * Supported formats:
   * - `projects/<Project ID>/agent/versions/<Version ID>`
   * - `projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
   * ID>`
   * 
* * * string agent_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The agentVersion. */ java.lang.String getAgentVersion(); /** * * *
   * Optional. The agent version loaded into this environment.
   * Supported formats:
   * - `projects/<Project ID>/agent/versions/<Version ID>`
   * - `projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
   * ID>`
   * 
* * * string agent_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The bytes for agentVersion. */ com.google.protobuf.ByteString getAgentVersionBytes(); /** * * *
   * Output only. The state of this environment. This field is read-only, i.e.,
   * it cannot be set by create and update methods.
   * 
* * * .google.cloud.dialogflow.v2beta1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * Output only. The state of this environment. This field is read-only, i.e.,
   * it cannot be set by create and update methods.
   * 
* * * .google.cloud.dialogflow.v2beta1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ com.google.cloud.dialogflow.v2beta1.Environment.State getState(); /** * * *
   * Output only. The last update time of this environment. This field is
   * read-only, i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** * * *
   * Output only. The last update time of this environment. This field is
   * read-only, i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** * * *
   * Output only. The last update time of this environment. This field is
   * read-only, i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** * * *
   * Optional. Text to speech settings for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.TextToSpeechSettings text_to_speech_settings = 7 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the textToSpeechSettings field is set. */ boolean hasTextToSpeechSettings(); /** * * *
   * Optional. Text to speech settings for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.TextToSpeechSettings text_to_speech_settings = 7 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The textToSpeechSettings. */ com.google.cloud.dialogflow.v2beta1.TextToSpeechSettings getTextToSpeechSettings(); /** * * *
   * Optional. Text to speech settings for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.TextToSpeechSettings text_to_speech_settings = 7 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2beta1.TextToSpeechSettingsOrBuilder getTextToSpeechSettingsOrBuilder(); /** * * *
   * Optional. The fulfillment settings to use for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.Fulfillment fulfillment = 8 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the fulfillment field is set. */ boolean hasFulfillment(); /** * * *
   * Optional. The fulfillment settings to use for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.Fulfillment fulfillment = 8 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The fulfillment. */ com.google.cloud.dialogflow.v2beta1.Fulfillment getFulfillment(); /** * * *
   * Optional. The fulfillment settings to use for this environment.
   * 
* * * .google.cloud.dialogflow.v2beta1.Fulfillment fulfillment = 8 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2beta1.FulfillmentOrBuilder getFulfillmentOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy