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

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

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

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

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

  /**
   *
   *
   * 
   * Output only. The unique identifier of this agent version.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/versions/<Version ID>`
   * - `projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
   *   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 version.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/versions/<Version ID>`
   * - `projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
   *   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 of this version.
   * 
* * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * Optional. The developer-provided description of this version.
   * 
* * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Output only. The sequential number of this version. This field is read-only
   * which means it cannot be set by create and update methods.
   * 
* * int32 version_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The versionNumber. */ int getVersionNumber(); /** * * *
   * Output only. The creation time of this version. This field is read-only,
   * i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * Output only. The creation time of this version. This field is read-only,
   * i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * Output only. The creation time of this version. This field is read-only,
   * i.e., it cannot be set by create and update methods.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * Output only. The status of this version. This field is read-only and cannot
   * be set by create and update methods.
   * 
* * * .google.cloud.dialogflow.v2.Version.VersionStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** * * *
   * Output only. The status of this version. This field is read-only and cannot
   * be set by create and update methods.
   * 
* * * .google.cloud.dialogflow.v2.Version.VersionStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The status. */ com.google.cloud.dialogflow.v2.Version.VersionStatus getStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy