Skip to content

Commit 9aa6ba1

Browse files
1 parent 823d19a commit 9aa6ba1

File tree

5 files changed

+51
-58
lines changed

5 files changed

+51
-58
lines changed

clients/google-api-services-firebaseappcheck/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseappcheck</artifactId>
25-
<version>v1beta-rev20240415-2.0.0</version>
25+
<version>v1beta-rev20240422-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20240415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20240422-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseappcheck/v1beta/2.0.0/com/google/api/services/firebaseappcheck/v1beta/Firebaseappcheck.java

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8620,7 +8620,7 @@ public BatchUpdate set(String parameterName, Object value) {
86208620
* This request holds the parameters needed by the firebaseappcheck server. After setting any
86218621
* optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
86228622
*
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
86248624
* will be created, in the format: ``` projects/{project_number}/services/{service_id} ```
86258625
* Note that the `service_id` element must be a supported service ID. Currently, the
86268626
* 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
86518651
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
86528652
* be called to initialize this instance immediately after invoking the constructor. </p>
86538653
*
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
86558655
* will be created, in the format: ``` projects/{project_number}/services/{service_id} ```
86568656
* Note that the `service_id` element must be a supported service ID. Currently, the
86578657
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -8724,7 +8724,7 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
87248724
}
87258725

87268726
/**
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
87288728
* ResourcePolicy will be created, in the format: ```
87298729
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
87308730
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -8733,7 +8733,7 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
87338733
@com.google.api.client.util.Key
87348734
private java.lang.String parent;
87358735

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
87378737
will be created, in the format: ``` projects/{project_number}/services/{service_id} ``` Note that
87388738
the `service_id` element must be a supported service ID. Currently, the following service IDs are
87398739
supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -8743,7 +8743,7 @@ public java.lang.String getParent() {
87438743
}
87448744

87458745
/**
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
87478747
* ResourcePolicy will be created, in the format: ```
87488748
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
87498749
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -8954,7 +8954,6 @@ public Delete set(String parameterName, Object value) {
89548954
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
89558955
* Note that the `service_id` element must be a supported service ID. Currently, the
89568956
* 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.
89588957
* @return the request
89598958
*/
89608959
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
89848983
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
89858984
* Note that the `service_id` element must be a supported service ID. Currently, the
89868985
* 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.
89888986
* @since 1.13
89898987
*/
89908988
protected Get(java.lang.String name) {
@@ -9068,17 +9066,15 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
90689066
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
90699067
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
90709068
* 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)
90739070
*/
90749071
@com.google.api.client.util.Key
90759072
private java.lang.String name;
90769073

90779074
/** Required. The relative resource name of the ResourcePolicy to retrieve, in the format: ```
90789075
projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ``` Note that
90799076
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)
90829078
*/
90839079
public java.lang.String getName() {
90849080
return name;
@@ -9090,8 +9086,7 @@ public java.lang.String getName() {
90909086
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
90919087
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
90929088
* 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)
90959090
*/
90969091
public Get setName(java.lang.String name) {
90979092
if (!getSuppressPatternChecks()) {
@@ -9116,7 +9111,7 @@ public Get set(String parameterName, Object value) {
91169111
* This request holds the parameters needed by the firebaseappcheck server. After setting any
91179112
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
91189113
*
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
91209115
* ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ```
91219116
* Note that the `service_id` element must be a supported service ID. Currently, the
91229117
* 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
91459140
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
91469141
* must be called to initialize this instance immediately after invoking the constructor. </p>
91479142
*
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
91499144
* ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ```
91509145
* Note that the `service_id` element must be a supported service ID. Currently, the
91519146
* following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -9227,7 +9222,7 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
92279222
}
92289223

92299224
/**
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
92319226
* associated ResourcePolicy, in the format: ```
92329227
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
92339228
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -9236,7 +9231,7 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
92369231
@com.google.api.client.util.Key
92379232
private java.lang.String parent;
92389233

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
92409235
ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_id} ``` Note that
92419236
the `service_id` element must be a supported service ID. Currently, the following service IDs are
92429237
supported: * `oauth2.googleapis.com` (Google Identity for iOS)
@@ -9246,7 +9241,7 @@ public java.lang.String getParent() {
92469241
}
92479242

92489243
/**
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
92509245
* associated ResourcePolicy, in the format: ```
92519246
* projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
92529247
* must be a supported service ID. Currently, the following service IDs are supported: *
@@ -9370,11 +9365,11 @@ public List set(String parameterName, Object value) {
93709365
* This request holds the parameters needed by the firebaseappcheck server. After setting any
93719366
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
93729367
*
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: ```
93749369
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
93759370
* Note that the `service_id` element must be a supported service ID. Currently, the
93769371
* 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.
93789373
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaResourcePolicy}
93799374
* @return the request
93809375
*/
@@ -9402,11 +9397,11 @@ public class Patch extends FirebaseappcheckRequest<com.google.api.services.fireb
94029397
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
94039398
* be called to initialize this instance immediately after invoking the constructor. </p>
94049399
*
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: ```
94069401
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ```
94079402
* Note that the `service_id` element must be a supported service ID. Currently, the
94089403
* 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.
94109405
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaResourcePolicy}
94119406
* @since 1.13
94129407
*/
@@ -9476,33 +9471,31 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
94769471
}
94779472

94789473
/**
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: ```
94809475
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
94819476
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
94829477
* 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.
94859479
*/
94869480
@com.google.api.client.util.Key
94879481
private java.lang.String name;
94889482

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: ```
94909484
projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ``` Note that
94919485
the `service_id` element must be a supported service ID. Currently, the following service IDs are
94929486
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.
94949488
*/
94959489
public java.lang.String getName() {
94969490
return name;
94979491
}
94989492

94999493
/**
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: ```
95019495
* projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
95029496
* ``` Note that the `service_id` element must be a supported service ID. Currently, the
95039497
* 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.
95069499
*/
95079500
public Patch setName(java.lang.String name) {
95089501
if (!getSuppressPatternChecks()) {

0 commit comments

Comments
 (0)