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/http.proto 18 19 package com.google.api; 20 21 public final class HttpProto { HttpProto()22 private HttpProto() {} 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_Http_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_api_Http_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_api_HttpRule_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_api_HttpRule_fieldAccessorTable; 38 static final com.google.protobuf.Descriptors.Descriptor 39 internal_static_google_api_CustomHttpPattern_descriptor; 40 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 41 internal_static_google_api_CustomHttpPattern_fieldAccessorTable; 42 getDescriptor()43 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 44 return descriptor; 45 } 46 47 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 48 49 static { 50 java.lang.String[] descriptorData = { 51 "\n\025google/api/http.proto\022\ngoogle.api\"T\n\004H" 52 + "ttp\022#\n\005rules\030\001 \003(\0132\024.google.api.HttpRule" 53 + "\022\'\n\037fully_decode_reserved_expansion\030\002 \001(" 54 + "\010\"\201\002\n\010HttpRule\022\020\n\010selector\030\001 \001(\t\022\r\n\003get\030" 55 + "\002 \001(\tH\000\022\r\n\003put\030\003 \001(\tH\000\022\016\n\004post\030\004 \001(\tH\000\022\020" 56 + "\n\006delete\030\005 \001(\tH\000\022\017\n\005patch\030\006 \001(\tH\000\022/\n\006cus" 57 + "tom\030\010 \001(\0132\035.google.api.CustomHttpPattern" 58 + "H\000\022\014\n\004body\030\007 \001(\t\022\025\n\rresponse_body\030\014 \001(\t\022" 59 + "1\n\023additional_bindings\030\013 \003(\0132\024.google.ap" 60 + "i.HttpRuleB\t\n\007pattern\"/\n\021CustomHttpPatte" 61 + "rn\022\014\n\004kind\030\001 \001(\t\022\014\n\004path\030\002 \001(\tBj\n\016com.go" 62 + "ogle.apiB\tHttpProtoP\001ZAgoogle.golang.org" 63 + "/genproto/googleapis/api/annotations;ann" 64 + "otations\370\001\001\242\002\004GAPIb\006proto3" 65 }; 66 descriptor = 67 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 68 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 69 internal_static_google_api_Http_descriptor = getDescriptor().getMessageTypes().get(0); 70 internal_static_google_api_Http_fieldAccessorTable = 71 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 72 internal_static_google_api_Http_descriptor, 73 new java.lang.String[] { 74 "Rules", "FullyDecodeReservedExpansion", 75 }); 76 internal_static_google_api_HttpRule_descriptor = getDescriptor().getMessageTypes().get(1); 77 internal_static_google_api_HttpRule_fieldAccessorTable = 78 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 79 internal_static_google_api_HttpRule_descriptor, 80 new java.lang.String[] { 81 "Selector", 82 "Get", 83 "Put", 84 "Post", 85 "Delete", 86 "Patch", 87 "Custom", 88 "Body", 89 "ResponseBody", 90 "AdditionalBindings", 91 "Pattern", 92 }); 93 internal_static_google_api_CustomHttpPattern_descriptor = 94 getDescriptor().getMessageTypes().get(2); 95 internal_static_google_api_CustomHttpPattern_fieldAccessorTable = 96 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 97 internal_static_google_api_CustomHttpPattern_descriptor, 98 new java.lang.String[] { 99 "Kind", "Path", 100 }); 101 } 102 103 // @@protoc_insertion_point(outer_class_scope) 104 } 105