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

com.google.cloud.dialogflow.cx.v3beta1.ChangelogOrBuilder 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/changelog.proto

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

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

  /**
   *
   *
   * 
   * The unique identifier of the changelog.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>`.
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * The unique identifier of the changelog.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>`.
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Email address of the authenticated user.
   * 
* * string user_email = 2; * * @return The userEmail. */ java.lang.String getUserEmail(); /** * * *
   * Email address of the authenticated user.
   * 
* * string user_email = 2; * * @return The bytes for userEmail. */ com.google.protobuf.ByteString getUserEmailBytes(); /** * * *
   * The affected resource display name of the change.
   * 
* * string display_name = 7; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * The affected resource display name of the change.
   * 
* * string display_name = 7; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * The action of the change.
   * 
* * string action = 11; * * @return The action. */ java.lang.String getAction(); /** * * *
   * The action of the change.
   * 
* * string action = 11; * * @return The bytes for action. */ com.google.protobuf.ByteString getActionBytes(); /** * * *
   * The affected resource type.
   * 
* * string type = 8; * * @return The type. */ java.lang.String getType(); /** * * *
   * The affected resource type.
   * 
* * string type = 8; * * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** * * *
   * The affected resource name of the change.
   * 
* * string resource = 3; * * @return The resource. */ java.lang.String getResource(); /** * * *
   * The affected resource name of the change.
   * 
* * string resource = 3; * * @return The bytes for resource. */ com.google.protobuf.ByteString getResourceBytes(); /** * * *
   * The timestamp of the change.
   * 
* * .google.protobuf.Timestamp create_time = 4; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * The timestamp of the change.
   * 
* * .google.protobuf.Timestamp create_time = 4; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * The timestamp of the change.
   * 
* * .google.protobuf.Timestamp create_time = 4; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * The affected language code of the change.
   * 
* * string language_code = 14; * * @return The languageCode. */ java.lang.String getLanguageCode(); /** * * *
   * The affected language code of the change.
   * 
* * string language_code = 14; * * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy