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

com.google.cloud.dialogflow.v2.EnvironmentHistoryOrBuilder 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/environment.proto

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

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

  /**
   *
   *
   * 
   * Output only. The name of the environment this history is for.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/environments/<Environment ID>`
   * - `projects/<Project ID>/locations/<Location
   *    ID>/agent/environments/<Environment ID>`
   *
   * The environment ID for the default environment is `-`.
   * 
* * string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The parent. */ java.lang.String getParent(); /** * * *
   * Output only. The name of the environment this history is for.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/environments/<Environment ID>`
   * - `projects/<Project ID>/locations/<Location
   *    ID>/agent/environments/<Environment ID>`
   *
   * The environment ID for the default environment is `-`.
   * 
* * string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for parent. */ com.google.protobuf.ByteString getParentBytes(); /** * * *
   * Output only. The list of agent environments. There will be a maximum number
   * of items returned based on the page_size field in the request.
   * 
* * * repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getEntriesList(); /** * * *
   * Output only. The list of agent environments. There will be a maximum number
   * of items returned based on the page_size field in the request.
   * 
* * * repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dialogflow.v2.EnvironmentHistory.Entry getEntries(int index); /** * * *
   * Output only. The list of agent environments. There will be a maximum number
   * of items returned based on the page_size field in the request.
   * 
* * * repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getEntriesCount(); /** * * *
   * Output only. The list of agent environments. There will be a maximum number
   * of items returned based on the page_size field in the request.
   * 
* * * repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getEntriesOrBuilderList(); /** * * *
   * Output only. The list of agent environments. There will be a maximum number
   * of items returned based on the page_size field in the request.
   * 
* * * repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dialogflow.v2.EnvironmentHistory.EntryOrBuilder getEntriesOrBuilder(int index); /** * * *
   * Output only. Token to retrieve the next page of results, or empty if there
   * are no more results in the list.
   * 
* * string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** * * *
   * Output only. Token to retrieve the next page of results, or empty if there
   * are no more results in the list.
   * 
* * string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for nextPageToken. */ com.google.protobuf.ByteString getNextPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy