This repository was archived by the owner on May 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathAppProfileOrBuilder.java
More file actions
357 lines (332 loc) · 9.53 KB
/
Copy pathAppProfileOrBuilder.java
File metadata and controls
357 lines (332 loc) · 9.53 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
/*
* 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/bigtable/admin/v2/instance.proto
// Protobuf Java Version: 4.33.2
package com.google.bigtable.admin.v2;
@com.google.protobuf.Generated
public interface AppProfileOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.bigtable.admin.v2.AppProfile)
com.google.protobuf.MessageOrBuilder {
/**
*
*
* <pre>
* The unique name of the app profile. Values are of the form
* `projects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
* </pre>
*
* <code>string name = 1;</code>
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
* <pre>
* The unique name of the app profile. Values are of the form
* `projects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
* </pre>
*
* <code>string name = 1;</code>
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
* <pre>
* Strongly validated etag for optimistic concurrency control. Preserve the
* value returned from `GetAppProfile` when calling `UpdateAppProfile` to
* fail the request if there has been a modification in the mean time. The
* `update_mask` of the request need not include `etag` for this protection
* to apply.
* See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and
* [RFC 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more
* details.
* </pre>
*
* <code>string etag = 2;</code>
*
* @return The etag.
*/
java.lang.String getEtag();
/**
*
*
* <pre>
* Strongly validated etag for optimistic concurrency control. Preserve the
* value returned from `GetAppProfile` when calling `UpdateAppProfile` to
* fail the request if there has been a modification in the mean time. The
* `update_mask` of the request need not include `etag` for this protection
* to apply.
* See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and
* [RFC 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more
* details.
* </pre>
*
* <code>string etag = 2;</code>
*
* @return The bytes for etag.
*/
com.google.protobuf.ByteString getEtagBytes();
/**
*
*
* <pre>
* Long form description of the use case for this AppProfile.
* </pre>
*
* <code>string description = 3;</code>
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
* <pre>
* Long form description of the use case for this AppProfile.
* </pre>
*
* <code>string description = 3;</code>
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
* <pre>
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny multi_cluster_routing_use_any = 5;
* </code>
*
* @return Whether the multiClusterRoutingUseAny field is set.
*/
boolean hasMultiClusterRoutingUseAny();
/**
*
*
* <pre>
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny multi_cluster_routing_use_any = 5;
* </code>
*
* @return The multiClusterRoutingUseAny.
*/
com.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny getMultiClusterRoutingUseAny();
/**
*
*
* <pre>
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny multi_cluster_routing_use_any = 5;
* </code>
*/
com.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAnyOrBuilder
getMultiClusterRoutingUseAnyOrBuilder();
/**
*
*
* <pre>
* Use a single-cluster routing policy.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.SingleClusterRouting single_cluster_routing = 6;
* </code>
*
* @return Whether the singleClusterRouting field is set.
*/
boolean hasSingleClusterRouting();
/**
*
*
* <pre>
* Use a single-cluster routing policy.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.SingleClusterRouting single_cluster_routing = 6;
* </code>
*
* @return The singleClusterRouting.
*/
com.google.bigtable.admin.v2.AppProfile.SingleClusterRouting getSingleClusterRouting();
/**
*
*
* <pre>
* Use a single-cluster routing policy.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.SingleClusterRouting single_cluster_routing = 6;
* </code>
*/
com.google.bigtable.admin.v2.AppProfile.SingleClusterRoutingOrBuilder
getSingleClusterRoutingOrBuilder();
/**
*
*
* <pre>
* This field has been deprecated in favor of `standard_isolation.priority`.
* If you set this field, `standard_isolation.priority` will be set instead.
*
* The priority of requests sent using this app profile.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.Priority priority = 7 [deprecated = true];</code>
*
* @deprecated google.bigtable.admin.v2.AppProfile.priority is deprecated. See
* google/bigtable/admin/v2/instance.proto;l=448
* @return Whether the priority field is set.
*/
@java.lang.Deprecated
boolean hasPriority();
/**
*
*
* <pre>
* This field has been deprecated in favor of `standard_isolation.priority`.
* If you set this field, `standard_isolation.priority` will be set instead.
*
* The priority of requests sent using this app profile.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.Priority priority = 7 [deprecated = true];</code>
*
* @deprecated google.bigtable.admin.v2.AppProfile.priority is deprecated. See
* google/bigtable/admin/v2/instance.proto;l=448
* @return The enum numeric value on the wire for priority.
*/
@java.lang.Deprecated
int getPriorityValue();
/**
*
*
* <pre>
* This field has been deprecated in favor of `standard_isolation.priority`.
* If you set this field, `standard_isolation.priority` will be set instead.
*
* The priority of requests sent using this app profile.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.Priority priority = 7 [deprecated = true];</code>
*
* @deprecated google.bigtable.admin.v2.AppProfile.priority is deprecated. See
* google/bigtable/admin/v2/instance.proto;l=448
* @return The priority.
*/
@java.lang.Deprecated
com.google.bigtable.admin.v2.AppProfile.Priority getPriority();
/**
*
*
* <pre>
* The standard options used for isolating this app profile's traffic from
* other use cases.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.StandardIsolation standard_isolation = 11;</code>
*
* @return Whether the standardIsolation field is set.
*/
boolean hasStandardIsolation();
/**
*
*
* <pre>
* The standard options used for isolating this app profile's traffic from
* other use cases.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.StandardIsolation standard_isolation = 11;</code>
*
* @return The standardIsolation.
*/
com.google.bigtable.admin.v2.AppProfile.StandardIsolation getStandardIsolation();
/**
*
*
* <pre>
* The standard options used for isolating this app profile's traffic from
* other use cases.
* </pre>
*
* <code>.google.bigtable.admin.v2.AppProfile.StandardIsolation standard_isolation = 11;</code>
*/
com.google.bigtable.admin.v2.AppProfile.StandardIsolationOrBuilder
getStandardIsolationOrBuilder();
/**
*
*
* <pre>
* Specifies that this app profile is intended for read-only usage via the
* Data Boost feature.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly data_boost_isolation_read_only = 10;
* </code>
*
* @return Whether the dataBoostIsolationReadOnly field is set.
*/
boolean hasDataBoostIsolationReadOnly();
/**
*
*
* <pre>
* Specifies that this app profile is intended for read-only usage via the
* Data Boost feature.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly data_boost_isolation_read_only = 10;
* </code>
*
* @return The dataBoostIsolationReadOnly.
*/
com.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly
getDataBoostIsolationReadOnly();
/**
*
*
* <pre>
* Specifies that this app profile is intended for read-only usage via the
* Data Boost feature.
* </pre>
*
* <code>
* .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly data_boost_isolation_read_only = 10;
* </code>
*/
com.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnlyOrBuilder
getDataBoostIsolationReadOnlyOrBuilder();
com.google.bigtable.admin.v2.AppProfile.RoutingPolicyCase getRoutingPolicyCase();
com.google.bigtable.admin.v2.AppProfile.IsolationCase getIsolationCase();
}