16
16
17
17
package com .google .logging .v2 ;
18
18
19
- import com .google .api .core .BetaApi ;
20
19
import com .google .api .pathtemplate .PathTemplate ;
21
20
import com .google .api .pathtemplate .ValidationException ;
22
21
import com .google .api .resourcenames .ResourceName ;
@@ -141,22 +140,18 @@ public static Builder newBuilder() {
141
140
return new Builder ();
142
141
}
143
142
144
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
145
143
public static Builder newProjectLocationBucketLinkBuilder () {
146
144
return new Builder ();
147
145
}
148
146
149
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
150
147
public static OrganizationLocationBucketLinkBuilder newOrganizationLocationBucketLinkBuilder () {
151
148
return new OrganizationLocationBucketLinkBuilder ();
152
149
}
153
150
154
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
155
151
public static FolderLocationBucketLinkBuilder newFolderLocationBucketLinkBuilder () {
156
152
return new FolderLocationBucketLinkBuilder ();
157
153
}
158
154
159
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
160
155
public static BillingAccountLocationBucketLinkBuilder
161
156
newBillingAccountLocationBucketLinkBuilder () {
162
157
return new BillingAccountLocationBucketLinkBuilder ();
@@ -175,7 +170,6 @@ public static LinkName of(String project, String location, String bucket, String
175
170
.build ();
176
171
}
177
172
178
- @ BetaApi ("The static create methods are not stable yet and may be changed in the future." )
179
173
public static LinkName ofProjectLocationBucketLinkName (
180
174
String project , String location , String bucket , String link ) {
181
175
return newBuilder ()
@@ -186,7 +180,6 @@ public static LinkName ofProjectLocationBucketLinkName(
186
180
.build ();
187
181
}
188
182
189
- @ BetaApi ("The static create methods are not stable yet and may be changed in the future." )
190
183
public static LinkName ofOrganizationLocationBucketLinkName (
191
184
String organization , String location , String bucket , String link ) {
192
185
return newOrganizationLocationBucketLinkBuilder ()
@@ -197,7 +190,6 @@ public static LinkName ofOrganizationLocationBucketLinkName(
197
190
.build ();
198
191
}
199
192
200
- @ BetaApi ("The static create methods are not stable yet and may be changed in the future." )
201
193
public static LinkName ofFolderLocationBucketLinkName (
202
194
String folder , String location , String bucket , String link ) {
203
195
return newFolderLocationBucketLinkBuilder ()
@@ -208,7 +200,6 @@ public static LinkName ofFolderLocationBucketLinkName(
208
200
.build ();
209
201
}
210
202
211
- @ BetaApi ("The static create methods are not stable yet and may be changed in the future." )
212
203
public static LinkName ofBillingAccountLocationBucketLinkName (
213
204
String billingAccount , String location , String bucket , String link ) {
214
205
return newBillingAccountLocationBucketLinkBuilder ()
@@ -229,7 +220,6 @@ public static String format(String project, String location, String bucket, Stri
229
220
.toString ();
230
221
}
231
222
232
- @ BetaApi ("The static format methods are not stable yet and may be changed in the future." )
233
223
public static String formatProjectLocationBucketLinkName (
234
224
String project , String location , String bucket , String link ) {
235
225
return newBuilder ()
@@ -241,7 +231,6 @@ public static String formatProjectLocationBucketLinkName(
241
231
.toString ();
242
232
}
243
233
244
- @ BetaApi ("The static format methods are not stable yet and may be changed in the future." )
245
234
public static String formatOrganizationLocationBucketLinkName (
246
235
String organization , String location , String bucket , String link ) {
247
236
return newOrganizationLocationBucketLinkBuilder ()
@@ -253,7 +242,6 @@ public static String formatOrganizationLocationBucketLinkName(
253
242
.toString ();
254
243
}
255
244
256
- @ BetaApi ("The static format methods are not stable yet and may be changed in the future." )
257
245
public static String formatFolderLocationBucketLinkName (
258
246
String folder , String location , String bucket , String link ) {
259
247
return newFolderLocationBucketLinkBuilder ()
@@ -265,7 +253,6 @@ public static String formatFolderLocationBucketLinkName(
265
253
.toString ();
266
254
}
267
255
268
- @ BetaApi ("The static format methods are not stable yet and may be changed in the future." )
269
256
public static String formatBillingAccountLocationBucketLinkName (
270
257
String billingAccount , String location , String bucket , String link ) {
271
258
return newBillingAccountLocationBucketLinkBuilder ()
@@ -486,7 +473,6 @@ public LinkName build() {
486
473
/**
487
474
* Builder for organizations/{organization}/locations/{location}/buckets/{bucket}/links/{link}.
488
475
*/
489
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
490
476
public static class OrganizationLocationBucketLinkBuilder {
491
477
private String organization ;
492
478
private String location ;
@@ -537,7 +523,6 @@ public LinkName build() {
537
523
}
538
524
539
525
/** Builder for folders/{folder}/locations/{location}/buckets/{bucket}/links/{link}. */
540
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
541
526
public static class FolderLocationBucketLinkBuilder {
542
527
private String folder ;
543
528
private String location ;
@@ -591,7 +576,6 @@ public LinkName build() {
591
576
* Builder for
592
577
* billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/links/{link}.
593
578
*/
594
- @ BetaApi ("The per-pattern Builders are not stable yet and may be changed in the future." )
595
579
public static class BillingAccountLocationBucketLinkBuilder {
596
580
private String billingAccount ;
597
581
private String location ;
0 commit comments