|
| 1 | +/* |
| 2 | + * Copyright 2026 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 | +// NO CHECKED-IN PROTOBUF GENCODE |
| 18 | +// source: google/rpc/http.proto |
| 19 | +// Protobuf Java Version: 4.33.2 |
| 20 | + |
| 21 | +package com.google.rpc; |
| 22 | + |
| 23 | +@com.google.protobuf.Generated |
| 24 | +public final class HttpProto extends com.google.protobuf.GeneratedFile { |
| 25 | + private HttpProto() {} |
| 26 | + |
| 27 | + static { |
| 28 | + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( |
| 29 | + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, |
| 30 | + /* major= */ 4, |
| 31 | + /* minor= */ 33, |
| 32 | + /* patch= */ 2, |
| 33 | + /* suffix= */ "", |
| 34 | + "HttpProto"); |
| 35 | + } |
| 36 | + |
| 37 | + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} |
| 38 | + |
| 39 | + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { |
| 40 | + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); |
| 41 | + } |
| 42 | + |
| 43 | + static final com.google.protobuf.Descriptors.Descriptor |
| 44 | + internal_static_google_rpc_HttpRequest_descriptor; |
| 45 | + static final com.google.protobuf.GeneratedMessage.FieldAccessorTable |
| 46 | + internal_static_google_rpc_HttpRequest_fieldAccessorTable; |
| 47 | + static final com.google.protobuf.Descriptors.Descriptor |
| 48 | + internal_static_google_rpc_HttpResponse_descriptor; |
| 49 | + static final com.google.protobuf.GeneratedMessage.FieldAccessorTable |
| 50 | + internal_static_google_rpc_HttpResponse_fieldAccessorTable; |
| 51 | + static final com.google.protobuf.Descriptors.Descriptor |
| 52 | + internal_static_google_rpc_HttpHeader_descriptor; |
| 53 | + static final com.google.protobuf.GeneratedMessage.FieldAccessorTable |
| 54 | + internal_static_google_rpc_HttpHeader_fieldAccessorTable; |
| 55 | + |
| 56 | + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { |
| 57 | + return descriptor; |
| 58 | + } |
| 59 | + |
| 60 | + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; |
| 61 | + |
| 62 | + static { |
| 63 | + java.lang.String[] descriptorData = { |
| 64 | + "\n" |
| 65 | + + "\025google/rpc/http.proto\022\n" |
| 66 | + + "google.rpc\"a\n" |
| 67 | + + "\013HttpRequest\022\016\n" |
| 68 | + + "\006method\030\001 \001(\t\022\013\n" |
| 69 | + + "\003uri\030\002 \001(\t\022\'\n" |
| 70 | + + "\007headers\030\003 \003(\0132\026.google.rpc.HttpHeader\022\014\n" |
| 71 | + + "\004body\030\004 \001(\014\"e\n" |
| 72 | + + "\014HttpResponse\022\016\n" |
| 73 | + + "\006status\030\001 \001(\005\022\016\n" |
| 74 | + + "\006reason\030\002 \001(\t\022\'\n" |
| 75 | + + "\007headers\030\003 \003(\0132\026.google.rpc.HttpHeader\022\014\n" |
| 76 | + + "\004body\030\004 \001(\014\"(\n" |
| 77 | + + "\n" |
| 78 | + + "HttpHeader\022\013\n" |
| 79 | + + "\003key\030\001 \001(\t\022\r\n" |
| 80 | + + "\005value\030\002 \001(\tBX\n" |
| 81 | + + "\016com.google.rpcB\tHttpProtoP\001Z3google.golang.org/genproto/googleapis/rpc/http;h" |
| 82 | + + "ttp\242\002\003RPCb\006proto3" |
| 83 | + }; |
| 84 | + descriptor = |
| 85 | + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( |
| 86 | + descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); |
| 87 | + internal_static_google_rpc_HttpRequest_descriptor = getDescriptor().getMessageType(0); |
| 88 | + internal_static_google_rpc_HttpRequest_fieldAccessorTable = |
| 89 | + new com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
| 90 | + internal_static_google_rpc_HttpRequest_descriptor, |
| 91 | + new java.lang.String[] { |
| 92 | + "Method", "Uri", "Headers", "Body", |
| 93 | + }); |
| 94 | + internal_static_google_rpc_HttpResponse_descriptor = getDescriptor().getMessageType(1); |
| 95 | + internal_static_google_rpc_HttpResponse_fieldAccessorTable = |
| 96 | + new com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
| 97 | + internal_static_google_rpc_HttpResponse_descriptor, |
| 98 | + new java.lang.String[] { |
| 99 | + "Status", "Reason", "Headers", "Body", |
| 100 | + }); |
| 101 | + internal_static_google_rpc_HttpHeader_descriptor = getDescriptor().getMessageType(2); |
| 102 | + internal_static_google_rpc_HttpHeader_fieldAccessorTable = |
| 103 | + new com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
| 104 | + internal_static_google_rpc_HttpHeader_descriptor, |
| 105 | + new java.lang.String[] { |
| 106 | + "Key", "Value", |
| 107 | + }); |
| 108 | + descriptor.resolveAllFeaturesImmutable(); |
| 109 | + } |
| 110 | + |
| 111 | + // @@protoc_insertion_point(outer_class_scope) |
| 112 | +} |
0 commit comments