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/api/label.proto 18 19 package com.google.api; 20 21 public final class LabelProto { LabelProto()22 private LabelProto() {} 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_api_LabelDescriptor_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_api_LabelDescriptor_fieldAccessorTable; 34 getDescriptor()35 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 36 return descriptor; 37 } 38 39 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 40 41 static { 42 java.lang.String[] descriptorData = { 43 "\n\026google/api/label.proto\022\ngoogle.api\"\234\001\n" 44 + "\017LabelDescriptor\022\013\n\003key\030\001 \001(\t\0229\n\nvalue_t" 45 + "ype\030\002 \001(\0162%.google.api.LabelDescriptor.V" 46 + "alueType\022\023\n\013description\030\003 \001(\t\",\n\tValueTy" 47 + "pe\022\n\n\006STRING\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64\020\002B_\n\016c" 48 + "om.google.apiB\nLabelProtoP\001Z5google.gola" 49 + "ng.org/genproto/googleapis/api/label;lab" 50 + "el\370\001\001\242\002\004GAPIb\006proto3" 51 }; 52 descriptor = 53 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 54 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 55 internal_static_google_api_LabelDescriptor_descriptor = 56 getDescriptor().getMessageTypes().get(0); 57 internal_static_google_api_LabelDescriptor_fieldAccessorTable = 58 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 59 internal_static_google_api_LabelDescriptor_descriptor, 60 new java.lang.String[] { 61 "Key", "ValueType", "Description", 62 }); 63 } 64 65 // @@protoc_insertion_point(outer_class_scope) 66 } 67