-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathBackendProto.java
More file actions
134 lines (124 loc) · 5.9 KB
/
BackendProto.java
File metadata and controls
134 lines (124 loc) · 5.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/*
* Copyright 2026 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/api/backend.proto
// Protobuf Java Version: 4.33.2
package com.google.api;
@com.google.protobuf.Generated
public final class BackendProto extends com.google.protobuf.GeneratedFile {
private BackendProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 33,
/* patch= */ 2,
/* suffix= */ "",
"BackendProto");
}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_Backend_descriptor;
static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_api_Backend_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_BackendRule_descriptor;
static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_api_BackendRule_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor;
static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
static {
java.lang.String[] descriptorData = {
"\n"
+ "\030google/api/backend.proto\022\n"
+ "google.api\"1\n"
+ "\007Backend\022&\n"
+ "\005rules\030\001 \003(\0132\027.google.api.BackendRule\"\321\004\n"
+ "\013BackendRule\022\020\n"
+ "\010selector\030\001 \001(\t\022\017\n"
+ "\007address\030\002 \001(\t\022\020\n"
+ "\010deadline\030\003 \001(\001\022\030\n"
+ "\014min_deadline\030\004 \001(\001B\002\030\001\022\032\n"
+ "\022operation_deadline\030\005 \001(\001\022A\n"
+ "\020path_translation\030\006 \001(\0162\'"
+ ".google.api.BackendRule.PathTranslation\022\026\n"
+ "\014jwt_audience\030\007 \001(\tH\000\022\026\n"
+ "\014disable_auth\030\010 \001(\010H\000\022\020\n"
+ "\010protocol\030\t \001(\t\022^\n"
+ "\035overrides_by_request_protocol\030\n"
+ " \003(\01327.google.api.BackendRule.OverridesByRequestProtocolEntry\022\035\n"
+ "\025load_balancing_policy\030\013 \001(\t\032Z\n"
+ "\037OverridesByRequestProtocolEntry\022\013\n"
+ "\003key\030\001 \001(\t\022&\n"
+ "\005value\030\002 \001(\0132\027.google.api.BackendRule:\0028\001\"e\n"
+ "\017PathTranslation\022 \n"
+ "\034PATH_TRANSLATION_UNSPECIFIED\020\000\022\024\n"
+ "\020CONSTANT_ADDRESS\020\001\022\032\n"
+ "\026APPEND_PATH_TO_ADDRESS\020\002B\020\n"
+ "\016authenticationBn\n"
+ "\016com.google.apiB\014BackendProtoP\001ZEgoogle.golang.org/genproto/googleapis/a"
+ "pi/serviceconfig;serviceconfig\242\002\004GAPIb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
internal_static_google_api_Backend_descriptor = getDescriptor().getMessageType(0);
internal_static_google_api_Backend_fieldAccessorTable =
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_api_Backend_descriptor,
new java.lang.String[] {
"Rules",
});
internal_static_google_api_BackendRule_descriptor = getDescriptor().getMessageType(1);
internal_static_google_api_BackendRule_fieldAccessorTable =
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_api_BackendRule_descriptor,
new java.lang.String[] {
"Selector",
"Address",
"Deadline",
"MinDeadline",
"OperationDeadline",
"PathTranslation",
"JwtAudience",
"DisableAuth",
"Protocol",
"OverridesByRequestProtocol",
"LoadBalancingPolicy",
"Authentication",
});
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor =
internal_static_google_api_BackendRule_descriptor.getNestedType(0);
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_fieldAccessorTable =
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor,
new java.lang.String[] {
"Key", "Value",
});
descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
}