1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/dialogflow/v2/validation_result.proto 18 19 package com.google.cloud.dialogflow.v2; 20 21 public final class ValidationResultProto { ValidationResultProto()22 private ValidationResultProto() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_dialogflow_v2_ValidationError_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_dialogflow_v2_ValidationError_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_dialogflow_v2_ValidationResult_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_dialogflow_v2_ValidationResult_fieldAccessorTable; 38 getDescriptor()39 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 40 return descriptor; 41 } 42 43 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 44 45 static { 46 java.lang.String[] descriptorData = { 47 "\n2google/cloud/dialogflow/v2/validation_" 48 + "result.proto\022\032google.cloud.dialogflow.v2" 49 + "\"\327\001\n\017ValidationError\022F\n\010severity\030\001 \001(\01624" 50 + ".google.cloud.dialogflow.v2.ValidationEr" 51 + "ror.Severity\022\017\n\007entries\030\003 \003(\t\022\025\n\rerror_m" 52 + "essage\030\004 \001(\t\"T\n\010Severity\022\030\n\024SEVERITY_UNS" 53 + "PECIFIED\020\000\022\010\n\004INFO\020\001\022\013\n\007WARNING\020\002\022\t\n\005ERR" 54 + "OR\020\003\022\014\n\010CRITICAL\020\004\"Z\n\020ValidationResult\022F" 55 + "\n\021validation_errors\030\001 \003(\0132+.google.cloud" 56 + ".dialogflow.v2.ValidationErrorB\236\001\n\036com.g" 57 + "oogle.cloud.dialogflow.v2B\025ValidationRes" 58 + "ultProtoP\001Z>cloud.google.com/go/dialogfl" 59 + "ow/apiv2/dialogflowpb;dialogflowpb\370\001\001\242\002\002" 60 + "DF\252\002\032Google.Cloud.Dialogflow.V2b\006proto3" 61 }; 62 descriptor = 63 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 64 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 65 internal_static_google_cloud_dialogflow_v2_ValidationError_descriptor = 66 getDescriptor().getMessageTypes().get(0); 67 internal_static_google_cloud_dialogflow_v2_ValidationError_fieldAccessorTable = 68 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 69 internal_static_google_cloud_dialogflow_v2_ValidationError_descriptor, 70 new java.lang.String[] { 71 "Severity", "Entries", "ErrorMessage", 72 }); 73 internal_static_google_cloud_dialogflow_v2_ValidationResult_descriptor = 74 getDescriptor().getMessageTypes().get(1); 75 internal_static_google_cloud_dialogflow_v2_ValidationResult_fieldAccessorTable = 76 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 77 internal_static_google_cloud_dialogflow_v2_ValidationResult_descriptor, 78 new java.lang.String[] { 79 "ValidationErrors", 80 }); 81 } 82 83 // @@protoc_insertion_point(outer_class_scope) 84 } 85