com.google.cloud.dialogflow.cx.v3beta1.ValidationMessageProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-cx-v3beta1 Show documentation
Show all versions of proto-google-cloud-dialogflow-cx-v3beta1 Show documentation
PROTO library for proto-google-cloud-dialogflow-cx-v3beta1
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/validation_message.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.cx.v3beta1;
public final class ValidationMessageProto {
private ValidationMessageProto() {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_dialogflow_cx_v3beta1_ValidationMessage_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_dialogflow_cx_v3beta1_ValidationMessage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_dialogflow_cx_v3beta1_ResourceName_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_dialogflow_cx_v3beta1_ResourceName_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
static {
java.lang.String[] descriptorData = {
"\n;google/cloud/dialogflow/cx/v3beta1/val"
+ "idation_message.proto\022\"google.cloud.dial"
+ "ogflow.cx.v3beta1\"\251\005\n\021ValidationMessage\022"
+ "Y\n\rresource_type\030\001 \001(\0162B.google.cloud.di"
+ "alogflow.cx.v3beta1.ValidationMessage.Re"
+ "sourceType\022\025\n\tresources\030\002 \003(\tB\002\030\001\022H\n\016res"
+ "ource_names\030\006 \003(\01320.google.cloud.dialogf"
+ "low.cx.v3beta1.ResourceName\022P\n\010severity\030"
+ "\003 \001(\0162>.google.cloud.dialogflow.cx.v3bet"
+ "a1.ValidationMessage.Severity\022\016\n\006detail\030"
+ "\004 \001(\t\"\255\002\n\014ResourceType\022\035\n\031RESOURCE_TYPE_"
+ "UNSPECIFIED\020\000\022\t\n\005AGENT\020\001\022\n\n\006INTENT\020\002\022\032\n\026"
+ "INTENT_TRAINING_PHRASE\020\010\022\024\n\020INTENT_PARAM"
+ "ETER\020\t\022\013\n\007INTENTS\020\n\022\033\n\027INTENT_TRAINING_P"
+ "HRASES\020\013\022\017\n\013ENTITY_TYPE\020\003\022\020\n\014ENTITY_TYPE"
+ "S\020\014\022\013\n\007WEBHOOK\020\004\022\010\n\004FLOW\020\005\022\010\n\004PAGE\020\006\022\t\n\005"
+ "PAGES\020\r\022\032\n\026TRANSITION_ROUTE_GROUP\020\007\022 \n\034A"
+ "GENT_TRANSITION_ROUTE_GROUP\020\016\"F\n\010Severit"
+ "y\022\030\n\024SEVERITY_UNSPECIFIED\020\000\022\010\n\004INFO\020\001\022\013\n"
+ "\007WARNING\020\002\022\t\n\005ERROR\020\003\"2\n\014ResourceName\022\014\n"
+ "\004name\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\tB\315\001\n&co"
+ "m.google.cloud.dialogflow.cx.v3beta1B\026Va"
+ "lidationMessageProtoP\001Z6cloud.google.com"
+ "/go/dialogflow/cx/apiv3beta1/cxpb;cxpb\242\002"
+ "\002DF\252\002\"Google.Cloud.Dialogflow.Cx.V3Beta1"
+ "\352\002&Google::Cloud::Dialogflow::CX::V3beta"
+ "1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
internal_static_google_cloud_dialogflow_cx_v3beta1_ValidationMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_cloud_dialogflow_cx_v3beta1_ValidationMessage_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_dialogflow_cx_v3beta1_ValidationMessage_descriptor,
new java.lang.String[] {
"ResourceType", "Resources", "ResourceNames", "Severity", "Detail",
});
internal_static_google_cloud_dialogflow_cx_v3beta1_ResourceName_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_cloud_dialogflow_cx_v3beta1_ResourceName_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_dialogflow_cx_v3beta1_ResourceName_descriptor,
new java.lang.String[] {
"Name", "DisplayName",
});
}
// @@protoc_insertion_point(outer_class_scope)
}