Skip to content

Commit f91d2fc

Browse files
chore: generate libraries at Tue May 5 18:35:51 UTC 2026
1 parent 6c18159 commit f91d2fc

8 files changed

Lines changed: 4037 additions & 0 deletions

File tree

java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/HttpHeader.java

Lines changed: 774 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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 interface HttpHeaderOrBuilder
25+
extends
26+
// @@protoc_insertion_point(interface_extends:google.rpc.HttpHeader)
27+
com.google.protobuf.MessageOrBuilder {
28+
29+
/**
30+
*
31+
*
32+
* <pre>
33+
* The HTTP header key. It is case insensitive.
34+
* </pre>
35+
*
36+
* <code>string key = 1;</code>
37+
*
38+
* @return The key.
39+
*/
40+
java.lang.String getKey();
41+
42+
/**
43+
*
44+
*
45+
* <pre>
46+
* The HTTP header key. It is case insensitive.
47+
* </pre>
48+
*
49+
* <code>string key = 1;</code>
50+
*
51+
* @return The bytes for key.
52+
*/
53+
com.google.protobuf.ByteString getKeyBytes();
54+
55+
/**
56+
*
57+
*
58+
* <pre>
59+
* The HTTP header value.
60+
* </pre>
61+
*
62+
* <code>string value = 2;</code>
63+
*
64+
* @return The value.
65+
*/
66+
java.lang.String getValue();
67+
68+
/**
69+
*
70+
*
71+
* <pre>
72+
* The HTTP header value.
73+
* </pre>
74+
*
75+
* <code>string value = 2;</code>
76+
*
77+
* @return The bytes for value.
78+
*/
79+
com.google.protobuf.ByteString getValueBytes();
80+
}
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
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

Comments
 (0)