Skip to content

Commit b8a49ed

Browse files
1 parent 27bf98d commit b8a49ed

File tree

7 files changed

+72
-57
lines changed

7 files changed

+72
-57
lines changed

clients/google-api-services-ids/v1/1.31.0/README.md

+2-2
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-ids</artifactId>
25-
<version>v1-rev20220320-1.32.1</version>
25+
<version>v1-rev20220511-1.32.1</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-ids:v1-rev20220320-1.32.1'
38+
implementation 'com.google.apis:google-api-services-ids:v1-rev20220511-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-ids/v1/1.31.0/com/google/api/services/ids/v1/IDS.java

+48-33
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445

446446
/**
447447
* A filter to narrow down results to a preferred subset. The filtering language accepts
448-
* strings like "displayName=tokyo", and is documented in more detail in
448+
* strings like `"displayName=tokyo"`, and is documented in more detail in
449449
* [AIP-160](https://google.aip.dev/160).
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.lang.String filter;
453453

454454
/** A filter to narrow down results to a preferred subset. The filtering language accepts strings like
455-
"displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
455+
`"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
456456
*/
457457
public java.lang.String getFilter() {
458458
return filter;
459459
}
460460

461461
/**
462462
* A filter to narrow down results to a preferred subset. The filtering language accepts
463-
* strings like "displayName=tokyo", and is documented in more detail in
463+
* strings like `"displayName=tokyo"`, and is documented in more detail in
464464
* [AIP-160](https://google.aip.dev/160).
465465
*/
466466
public List setFilter(java.lang.String filter) {
@@ -1062,8 +1062,9 @@ public Get set(String parameterName, Object value) {
10621062
* This request holds the parameters needed by the ids server. After setting any optional
10631063
* parameters, call the {@link GetIamPolicy#execute()} method to invoke the remote operation.
10641064
*
1065-
* @param resource REQUIRED: The resource for which the policy is being requested. See the operation documentation for
1066-
* the appropriate value for this field.
1065+
* @param resource REQUIRED: The resource for which the policy is being requested. See [Resource
1066+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1067+
* this field.
10671068
* @return the request
10681069
*/
10691070
public GetIamPolicy getIamPolicy(java.lang.String resource) throws java.io.IOException {
@@ -1091,8 +1092,9 @@ public class GetIamPolicy extends IDSRequest<com.google.api.services.ids.v1.mode
10911092
* GetIamPolicy#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
10921093
* must be called to initialize this instance immediately after invoking the constructor. </p>
10931094
*
1094-
* @param resource REQUIRED: The resource for which the policy is being requested. See the operation documentation for
1095-
* the appropriate value for this field.
1095+
* @param resource REQUIRED: The resource for which the policy is being requested. See [Resource
1096+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1097+
* this field.
10961098
* @since 1.13
10971099
*/
10981100
protected GetIamPolicy(java.lang.String resource) {
@@ -1171,22 +1173,25 @@ public GetIamPolicy setUploadProtocol(java.lang.String uploadProtocol) {
11711173
}
11721174

11731175
/**
1174-
* REQUIRED: The resource for which the policy is being requested. See the operation
1175-
* documentation for the appropriate value for this field.
1176+
* REQUIRED: The resource for which the policy is being requested. See [Resource
1177+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1178+
* for this field.
11761179
*/
11771180
@com.google.api.client.util.Key
11781181
private java.lang.String resource;
11791182

1180-
/** REQUIRED: The resource for which the policy is being requested. See the operation documentation for
1181-
the appropriate value for this field.
1183+
/** REQUIRED: The resource for which the policy is being requested. See [Resource
1184+
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1185+
field.
11821186
*/
11831187
public java.lang.String getResource() {
11841188
return resource;
11851189
}
11861190

11871191
/**
1188-
* REQUIRED: The resource for which the policy is being requested. See the operation
1189-
* documentation for the appropriate value for this field.
1192+
* REQUIRED: The resource for which the policy is being requested. See [Resource
1193+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1194+
* for this field.
11901195
*/
11911196
public GetIamPolicy setResource(java.lang.String resource) {
11921197
if (!getSuppressPatternChecks()) {
@@ -1486,8 +1491,9 @@ public List set(String parameterName, Object value) {
14861491
* This request holds the parameters needed by the ids server. After setting any optional
14871492
* parameters, call the {@link SetIamPolicy#execute()} method to invoke the remote operation.
14881493
*
1489-
* @param resource REQUIRED: The resource for which the policy is being specified. See the operation documentation for
1490-
* the appropriate value for this field.
1494+
* @param resource REQUIRED: The resource for which the policy is being specified. See [Resource
1495+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1496+
* this field.
14911497
* @param content the {@link com.google.api.services.ids.v1.model.SetIamPolicyRequest}
14921498
* @return the request
14931499
*/
@@ -1516,8 +1522,9 @@ public class SetIamPolicy extends IDSRequest<com.google.api.services.ids.v1.mode
15161522
* SetIamPolicy#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
15171523
* must be called to initialize this instance immediately after invoking the constructor. </p>
15181524
*
1519-
* @param resource REQUIRED: The resource for which the policy is being specified. See the operation documentation for
1520-
* the appropriate value for this field.
1525+
* @param resource REQUIRED: The resource for which the policy is being specified. See [Resource
1526+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1527+
* this field.
15211528
* @param content the {@link com.google.api.services.ids.v1.model.SetIamPolicyRequest}
15221529
* @since 1.13
15231530
*/
@@ -1587,22 +1594,25 @@ public SetIamPolicy setUploadProtocol(java.lang.String uploadProtocol) {
15871594
}
15881595

15891596
/**
1590-
* REQUIRED: The resource for which the policy is being specified. See the operation
1591-
* documentation for the appropriate value for this field.
1597+
* REQUIRED: The resource for which the policy is being specified. See [Resource
1598+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1599+
* for this field.
15921600
*/
15931601
@com.google.api.client.util.Key
15941602
private java.lang.String resource;
15951603

1596-
/** REQUIRED: The resource for which the policy is being specified. See the operation documentation for
1597-
the appropriate value for this field.
1604+
/** REQUIRED: The resource for which the policy is being specified. See [Resource
1605+
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1606+
field.
15981607
*/
15991608
public java.lang.String getResource() {
16001609
return resource;
16011610
}
16021611

16031612
/**
1604-
* REQUIRED: The resource for which the policy is being specified. See the operation
1605-
* documentation for the appropriate value for this field.
1613+
* REQUIRED: The resource for which the policy is being specified. See [Resource
1614+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1615+
* for this field.
16061616
*/
16071617
public SetIamPolicy setResource(java.lang.String resource) {
16081618
if (!getSuppressPatternChecks()) {
@@ -1630,8 +1640,9 @@ public SetIamPolicy set(String parameterName, Object value) {
16301640
* This request holds the parameters needed by the ids server. After setting any optional
16311641
* parameters, call the {@link TestIamPermissions#execute()} method to invoke the remote operation.
16321642
*
1633-
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the operation
1634-
* documentation for the appropriate value for this field.
1643+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See [Resource
1644+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1645+
* this field.
16351646
* @param content the {@link com.google.api.services.ids.v1.model.TestIamPermissionsRequest}
16361647
* @return the request
16371648
*/
@@ -1662,8 +1673,9 @@ public class TestIamPermissions extends IDSRequest<com.google.api.services.ids.v
16621673
* bstractGoogleClientRequest)} must be called to initialize this instance immediately after
16631674
* invoking the constructor. </p>
16641675
*
1665-
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the operation
1666-
* documentation for the appropriate value for this field.
1676+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See [Resource
1677+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1678+
* this field.
16671679
* @param content the {@link com.google.api.services.ids.v1.model.TestIamPermissionsRequest}
16681680
* @since 1.13
16691681
*/
@@ -1733,22 +1745,25 @@ public TestIamPermissions setUploadProtocol(java.lang.String uploadProtocol) {
17331745
}
17341746

17351747
/**
1736-
* REQUIRED: The resource for which the policy detail is being requested. See the
1737-
* operation documentation for the appropriate value for this field.
1748+
* REQUIRED: The resource for which the policy detail is being requested. See [Resource
1749+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1750+
* for this field.
17381751
*/
17391752
@com.google.api.client.util.Key
17401753
private java.lang.String resource;
17411754

1742-
/** REQUIRED: The resource for which the policy detail is being requested. See the operation
1743-
documentation for the appropriate value for this field.
1755+
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource
1756+
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1757+
field.
17441758
*/
17451759
public java.lang.String getResource() {
17461760
return resource;
17471761
}
17481762

17491763
/**
1750-
* REQUIRED: The resource for which the policy detail is being requested. See the
1751-
* operation documentation for the appropriate value for this field.
1764+
* REQUIRED: The resource for which the policy detail is being requested. See [Resource
1765+
* names](https://cloud.google.com/apis/design/resource_names) for the appropriate value
1766+
* for this field.
17521767
*/
17531768
public TestIamPermissions setResource(java.lang.String resource) {
17541769
if (!getSuppressPatternChecks()) {

clients/google-api-services-ids/v1/1.31.0/com/google/api/services/ids/v1/model/AuditConfig.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service":
2828
* "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
2929
* "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this
30-
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com
31-
* from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
30+
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com`
31+
* from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3434
* transmitted over HTTP when working with the Cloud IDS API. For a detailed explanation see:

clients/google-api-services-ids/v1/1.31.0/com/google/api/services/ids/v1/model/Binding.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public final class Binding extends com.google.api.client.json.GenericJson {
4242
private Expr condition;
4343

4444
/**
45-
* Specifies the principals requesting access for a Cloud Platform resource. `members` can have
46-
* the following values: * `allUsers`: A special identifier that represents anyone who is on the
45+
* Specifies the principals requesting access for a Google Cloud resource. `members` can have the
46+
* following values: * `allUsers`: A special identifier that represents anyone who is on the
4747
* internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier
4848
* that represents anyone who is authenticated with a Google account or a service account. *
4949
* `user:{emailid}`: An email address that represents a specific Google account. For example,
@@ -105,8 +105,8 @@ public Binding setCondition(Expr condition) {
105105
}
106106

107107
/**
108-
* Specifies the principals requesting access for a Cloud Platform resource. `members` can have
109-
* the following values: * `allUsers`: A special identifier that represents anyone who is on the
108+
* Specifies the principals requesting access for a Google Cloud resource. `members` can have the
109+
* following values: * `allUsers`: A special identifier that represents anyone who is on the
110110
* internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier
111111
* that represents anyone who is authenticated with a Google account or a service account. *
112112
* `user:{emailid}`: An email address that represents a specific Google account. For example,
@@ -134,8 +134,8 @@ public java.util.List<java.lang.String> getMembers() {
134134
}
135135

136136
/**
137-
* Specifies the principals requesting access for a Cloud Platform resource. `members` can have
138-
* the following values: * `allUsers`: A special identifier that represents anyone who is on the
137+
* Specifies the principals requesting access for a Google Cloud resource. `members` can have the
138+
* following values: * `allUsers`: A special identifier that represents anyone who is on the
139139
* internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier
140140
* that represents anyone who is authenticated with a Google account or a service account. *
141141
* `user:{emailid}`: An email address that represents a specific Google account. For example,

clients/google-api-services-ids/v1/1.31.0/com/google/api/services/ids/v1/model/SetIamPolicyRequest.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public final class SetIamPolicyRequest extends com.google.api.client.json.Generi
3131

3232
/**
3333
* REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is
34-
* limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform
35-
* services (such as Projects) might reject them.
34+
* limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services
35+
* (such as Projects) might reject them.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -49,8 +49,8 @@ public final class SetIamPolicyRequest extends com.google.api.client.json.Generi
4949

5050
/**
5151
* REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is
52-
* limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform
53-
* services (such as Projects) might reject them.
52+
* limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services
53+
* (such as Projects) might reject them.
5454
* @return value or {@code null} for none
5555
*/
5656
public Policy getPolicy() {
@@ -59,8 +59,8 @@ public Policy getPolicy() {
5959

6060
/**
6161
* REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is
62-
* limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform
63-
* services (such as Projects) might reject them.
62+
* limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services
63+
* (such as Projects) might reject them.
6464
* @param policy policy or {@code null} for none
6565
*/
6666
public SetIamPolicyRequest setPolicy(Policy policy) {

clients/google-api-services-ids/v1/1.31.0/com/google/api/services/ids/v1/model/TestIamPermissionsRequest.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
public final class TestIamPermissionsRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or
34-
* 'storage.*') are not allowed. For more information see [IAM
33+
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or
34+
* `storage.*`) are not allowed. For more information see [IAM
3535
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.util.List<java.lang.String> permissions;
4040

4141
/**
42-
* The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or
43-
* 'storage.*') are not allowed. For more information see [IAM
42+
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or
43+
* `storage.*`) are not allowed. For more information see [IAM
4444
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
4545
* @return value or {@code null} for none
4646
*/
@@ -49,8 +49,8 @@ public java.util.List<java.lang.String> getPermissions() {
4949
}
5050

5151
/**
52-
* The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or
53-
* 'storage.*') are not allowed. For more information see [IAM
52+
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or
53+
* `storage.*`) are not allowed. For more information see [IAM
5454
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
5555
* @param permissions permissions or {@code null} for none
5656
*/

clients/google-api-services-ids/v1/1.31.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-ids</artifactId>
11-
<version>v1-rev20220320-1.32.1</version>
12-
<name>Cloud IDS API v1-rev20220320-1.32.1</name>
11+
<version>v1-rev20220511-1.32.1</version>
12+
<name>Cloud IDS API v1-rev20220511-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)