@@ -8620,7 +8620,7 @@ public BatchUpdate set(String parameterName, Object value) {
8620
8620
* This request holds the parameters needed by the firebaseappcheck server. After setting any
8621
8621
* optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
8622
8622
*
8623
- * @param parent Required. The relative resource name of the parent service in which the specified ResourcePolicy
8623
+ * @param parent Required. The relative resource name of the parent Service in which the specified ResourcePolicy
8624
8624
* will be created, in the format: ``` projects/{project_number}/services/{service_id} ```
8625
8625
* Note that the `service_id` element must be a supported service ID. Currently, the
8626
8626
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -8651,7 +8651,7 @@ public class Create extends FirebaseappcheckRequest<com.google.api.services.fire
8651
8651
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
8652
8652
* be called to initialize this instance immediately after invoking the constructor. </p>
8653
8653
*
8654
- * @param parent Required. The relative resource name of the parent service in which the specified ResourcePolicy
8654
+ * @param parent Required. The relative resource name of the parent Service in which the specified ResourcePolicy
8655
8655
* will be created, in the format: ``` projects/{project_number}/services/{service_id} ```
8656
8656
* Note that the `service_id` element must be a supported service ID. Currently, the
8657
8657
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -8724,7 +8724,7 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
8724
8724
}
8725
8725
8726
8726
/**
8727
- * Required. The relative resource name of the parent service in which the specified
8727
+ * Required. The relative resource name of the parent Service in which the specified
8728
8728
* ResourcePolicy will be created, in the format: ```
8729
8729
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
8730
8730
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -8733,7 +8733,7 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
8733
8733
@ com .google .api .client .util .Key
8734
8734
private java .lang .String parent ;
8735
8735
8736
- /** Required. The relative resource name of the parent service in which the specified ResourcePolicy
8736
+ /** Required. The relative resource name of the parent Service in which the specified ResourcePolicy
8737
8737
will be created, in the format: ``` projects/{project_number}/services/{service_id} ``` Note that
8738
8738
the `service_id` element must be a supported service ID. Currently, the following service IDs are
8739
8739
supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -8743,7 +8743,7 @@ public java.lang.String getParent() {
8743
8743
}
8744
8744
8745
8745
/**
8746
- * Required. The relative resource name of the parent service in which the specified
8746
+ * Required. The relative resource name of the parent Service in which the specified
8747
8747
* ResourcePolicy will be created, in the format: ```
8748
8748
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
8749
8749
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -8954,7 +8954,6 @@ public Delete set(String parameterName, Object value) {
8954
8954
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
8955
8955
* Note that the `service_id` element must be a supported service ID. Currently, the
8956
8956
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
8957
- * `resource_policy_id` is a system-generated UID used as the resource ID for the policy.
8958
8957
* @return the request
8959
8958
*/
8960
8959
public Get get (java .lang .String name ) throws java .io .IOException {
@@ -8984,7 +8983,6 @@ public class Get extends FirebaseappcheckRequest<com.google.api.services.firebas
8984
8983
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
8985
8984
* Note that the `service_id` element must be a supported service ID. Currently, the
8986
8985
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
8987
- * `resource_policy_id` is a system-generated UID used as the resource ID for the policy.
8988
8986
* @since 1.13
8989
8987
*/
8990
8988
protected Get (java .lang .String name ) {
@@ -9068,17 +9066,15 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
9068
9066
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
9069
9067
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
9070
9068
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for
9071
- * iOS) `resource_policy_id` is a system-generated UID used as the resource ID for the
9072
- * policy.
9069
+ * iOS)
9073
9070
*/
9074
9071
@ com .google .api .client .util .Key
9075
9072
private java .lang .String name ;
9076
9073
9077
9074
/** Required. The relative resource name of the ResourcePolicy to retrieve, in the format: ```
9078
9075
projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ``` Note that
9079
9076
the `service_id` element must be a supported service ID. Currently, the following service IDs are
9080
- supported: * `oauth2.googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
9081
- generated UID used as the resource ID for the policy.
9077
+ supported: * `oauth2.googleapis.com` (Google Identity for iOS)
9082
9078
*/
9083
9079
public java .lang .String getName () {
9084
9080
return name ;
@@ -9090,8 +9086,7 @@ public java.lang.String getName() {
9090
9086
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
9091
9087
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
9092
9088
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for
9093
- * iOS) `resource_policy_id` is a system-generated UID used as the resource ID for the
9094
- * policy.
9089
+ * iOS)
9095
9090
*/
9096
9091
public Get setName (java .lang .String name ) {
9097
9092
if (!getSuppressPatternChecks ()) {
@@ -9116,7 +9111,7 @@ public Get set(String parameterName, Object value) {
9116
9111
* This request holds the parameters needed by the firebaseappcheck server. After setting any
9117
9112
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
9118
9113
*
9119
- * @param parent Required. The relative resource name of the parent service for which to list each associated
9114
+ * @param parent Required. The relative resource name of the parent Service for which to list each associated
9120
9115
* ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ```
9121
9116
* Note that the `service_id` element must be a supported service ID. Currently, the
9122
9117
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -9145,7 +9140,7 @@ public class List extends FirebaseappcheckRequest<com.google.api.services.fireba
9145
9140
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
9146
9141
* must be called to initialize this instance immediately after invoking the constructor. </p>
9147
9142
*
9148
- * @param parent Required. The relative resource name of the parent service for which to list each associated
9143
+ * @param parent Required. The relative resource name of the parent Service for which to list each associated
9149
9144
* ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ```
9150
9145
* Note that the `service_id` element must be a supported service ID. Currently, the
9151
9146
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -9227,7 +9222,7 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
9227
9222
}
9228
9223
9229
9224
/**
9230
- * Required. The relative resource name of the parent service for which to list each
9225
+ * Required. The relative resource name of the parent Service for which to list each
9231
9226
* associated ResourcePolicy, in the format: ```
9232
9227
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
9233
9228
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -9236,7 +9231,7 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
9236
9231
@ com .google .api .client .util .Key
9237
9232
private java .lang .String parent ;
9238
9233
9239
- /** Required. The relative resource name of the parent service for which to list each associated
9234
+ /** Required. The relative resource name of the parent Service for which to list each associated
9240
9235
ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ``` Note that
9241
9236
the `service_id` element must be a supported service ID. Currently, the following service IDs are
9242
9237
supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -9246,7 +9241,7 @@ public java.lang.String getParent() {
9246
9241
}
9247
9242
9248
9243
/**
9249
- * Required. The relative resource name of the parent service for which to list each
9244
+ * Required. The relative resource name of the parent Service for which to list each
9250
9245
* associated ResourcePolicy, in the format: ```
9251
9246
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
9252
9247
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -9370,11 +9365,11 @@ public List set(String parameterName, Object value) {
9370
9365
* This request holds the parameters needed by the firebaseappcheck server. After setting any
9371
9366
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
9372
9367
*
9373
- * @param name Required. The relative name of the resource configuration object, in the format: ```
9368
+ * @param name Required. The relative name of the resource policy object, in the format: ```
9374
9369
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
9375
9370
* Note that the `service_id` element must be a supported service ID. Currently, the
9376
9371
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
9377
- * `resource_policy_id` is a system-generated UID used as the resource ID for the policy .
9372
+ * `resource_policy_id` is a system-generated UID.
9378
9373
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaResourcePolicy}
9379
9374
* @return the request
9380
9375
*/
@@ -9402,11 +9397,11 @@ public class Patch extends FirebaseappcheckRequest<com.google.api.services.fireb
9402
9397
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
9403
9398
* be called to initialize this instance immediately after invoking the constructor. </p>
9404
9399
*
9405
- * @param name Required. The relative name of the resource configuration object, in the format: ```
9400
+ * @param name Required. The relative name of the resource policy object, in the format: ```
9406
9401
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
9407
9402
* Note that the `service_id` element must be a supported service ID. Currently, the
9408
9403
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
9409
- * `resource_policy_id` is a system-generated UID used as the resource ID for the policy .
9404
+ * `resource_policy_id` is a system-generated UID.
9410
9405
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaResourcePolicy}
9411
9406
* @since 1.13
9412
9407
*/
@@ -9476,33 +9471,31 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
9476
9471
}
9477
9472
9478
9473
/**
9479
- * Required. The relative name of the resource configuration object, in the format: ```
9474
+ * Required. The relative name of the resource policy object, in the format: ```
9480
9475
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
9481
9476
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
9482
9477
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for
9483
- * iOS) `resource_policy_id` is a system-generated UID used as the resource ID for the
9484
- * policy.
9478
+ * iOS) `resource_policy_id` is a system-generated UID.
9485
9479
*/
9486
9480
@ com .google .api .client .util .Key
9487
9481
private java .lang .String name ;
9488
9482
9489
- /** Required. The relative name of the resource configuration object, in the format: ```
9483
+ /** Required. The relative name of the resource policy object, in the format: ```
9490
9484
projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ``` Note that
9491
9485
the `service_id` element must be a supported service ID. Currently, the following service IDs are
9492
9486
supported: * `oauth2.googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
9493
- generated UID used as the resource ID for the policy .
9487
+ generated UID.
9494
9488
*/
9495
9489
public java .lang .String getName () {
9496
9490
return name ;
9497
9491
}
9498
9492
9499
9493
/**
9500
- * Required. The relative name of the resource configuration object, in the format: ```
9494
+ * Required. The relative name of the resource policy object, in the format: ```
9501
9495
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
9502
9496
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
9503
9497
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for
9504
- * iOS) `resource_policy_id` is a system-generated UID used as the resource ID for the
9505
- * policy.
9498
+ * iOS) `resource_policy_id` is a system-generated UID.
9506
9499
*/
9507
9500
public Patch setName (java .lang .String name ) {
9508
9501
if (!getSuppressPatternChecks ()) {
0 commit comments