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

com.google.cloud.dialogflow.cx.v3beta1.EnvironmentOrBuilder Maven / Gradle / Ivy

The 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/cx/v3beta1/environment.proto

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

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

  /**
   *
   *
   * 
   * The name of the environment.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>`.
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * The name of the environment.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>`.
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. The human-readable name of the environment (unique in an agent).
   * Limit of 64 characters.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * Required. The human-readable name of the environment (unique in an agent).
   * Limit of 64 characters.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * The human-readable description of the environment. The maximum length is
   * 500 characters. If exceeded, the request is rejected.
   * 
* * string description = 3; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * The human-readable description of the environment. The maximum length is
   * 500 characters. If exceeded, the request is rejected.
   * 
* * string description = 3; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * A list of configurations for flow versions. You should include version
   * configs for all flows that are reachable from [`Start
   * Flow`][Agent.start_flow] in the agent. Otherwise, an error will be
   * returned.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig version_configs = 6; * */ java.util.List getVersionConfigsList(); /** * * *
   * A list of configurations for flow versions. You should include version
   * configs for all flows that are reachable from [`Start
   * Flow`][Agent.start_flow] in the agent. Otherwise, an error will be
   * returned.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig version_configs = 6; * */ com.google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig getVersionConfigs(int index); /** * * *
   * A list of configurations for flow versions. You should include version
   * configs for all flows that are reachable from [`Start
   * Flow`][Agent.start_flow] in the agent. Otherwise, an error will be
   * returned.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig version_configs = 6; * */ int getVersionConfigsCount(); /** * * *
   * A list of configurations for flow versions. You should include version
   * configs for all flows that are reachable from [`Start
   * Flow`][Agent.start_flow] in the agent. Otherwise, an error will be
   * returned.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig version_configs = 6; * */ java.util.List< ? extends com.google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfigOrBuilder> getVersionConfigsOrBuilderList(); /** * * *
   * A list of configurations for flow versions. You should include version
   * configs for all flows that are reachable from [`Start
   * Flow`][Agent.start_flow] in the agent. Otherwise, an error will be
   * returned.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig version_configs = 6; * */ com.google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfigOrBuilder getVersionConfigsOrBuilder(int index); /** * * *
   * Output only. Update time of this environment.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** * * *
   * Output only. Update time of this environment.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** * * *
   * Output only. Update time of this environment.
   * 
* * .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** * * *
   * The test cases config for continuous tests of this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.TestCasesConfig test_cases_config = 7; * * * @return Whether the testCasesConfig field is set. */ boolean hasTestCasesConfig(); /** * * *
   * The test cases config for continuous tests of this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.TestCasesConfig test_cases_config = 7; * * * @return The testCasesConfig. */ com.google.cloud.dialogflow.cx.v3beta1.Environment.TestCasesConfig getTestCasesConfig(); /** * * *
   * The test cases config for continuous tests of this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.TestCasesConfig test_cases_config = 7; * */ com.google.cloud.dialogflow.cx.v3beta1.Environment.TestCasesConfigOrBuilder getTestCasesConfigOrBuilder(); /** * * *
   * The webhook configuration for this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.WebhookConfig webhook_config = 10; * * @return Whether the webhookConfig field is set. */ boolean hasWebhookConfig(); /** * * *
   * The webhook configuration for this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.WebhookConfig webhook_config = 10; * * @return The webhookConfig. */ com.google.cloud.dialogflow.cx.v3beta1.Environment.WebhookConfig getWebhookConfig(); /** * * *
   * The webhook configuration for this environment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Environment.WebhookConfig webhook_config = 10; */ com.google.cloud.dialogflow.cx.v3beta1.Environment.WebhookConfigOrBuilder getWebhookConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy