@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
446
446
/**
447
447
* 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
449
449
* [AIP-160](https://google.aip.dev/160).
450
450
*/
451
451
@ com .google .api .client .util .Key
452
452
private java .lang .String filter ;
453
453
454
454
/** 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).
456
456
*/
457
457
public java .lang .String getFilter () {
458
458
return filter ;
459
459
}
460
460
461
461
/**
462
462
* 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
464
464
* [AIP-160](https://google.aip.dev/160).
465
465
*/
466
466
public List setFilter (java .lang .String filter ) {
@@ -1062,8 +1062,9 @@ public Get set(String parameterName, Object value) {
1062
1062
* This request holds the parameters needed by the ids server. After setting any optional
1063
1063
* parameters, call the {@link GetIamPolicy#execute()} method to invoke the remote operation.
1064
1064
*
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.
1067
1068
* @return the request
1068
1069
*/
1069
1070
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
1091
1092
* GetIamPolicy#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1092
1093
* must be called to initialize this instance immediately after invoking the constructor. </p>
1093
1094
*
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.
1096
1098
* @since 1.13
1097
1099
*/
1098
1100
protected GetIamPolicy (java .lang .String resource ) {
@@ -1171,22 +1173,25 @@ public GetIamPolicy setUploadProtocol(java.lang.String uploadProtocol) {
1171
1173
}
1172
1174
1173
1175
/**
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.
1176
1179
*/
1177
1180
@ com .google .api .client .util .Key
1178
1181
private java .lang .String resource ;
1179
1182
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.
1182
1186
*/
1183
1187
public java .lang .String getResource () {
1184
1188
return resource ;
1185
1189
}
1186
1190
1187
1191
/**
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.
1190
1195
*/
1191
1196
public GetIamPolicy setResource (java .lang .String resource ) {
1192
1197
if (!getSuppressPatternChecks ()) {
@@ -1486,8 +1491,9 @@ public List set(String parameterName, Object value) {
1486
1491
* This request holds the parameters needed by the ids server. After setting any optional
1487
1492
* parameters, call the {@link SetIamPolicy#execute()} method to invoke the remote operation.
1488
1493
*
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.
1491
1497
* @param content the {@link com.google.api.services.ids.v1.model.SetIamPolicyRequest}
1492
1498
* @return the request
1493
1499
*/
@@ -1516,8 +1522,9 @@ public class SetIamPolicy extends IDSRequest<com.google.api.services.ids.v1.mode
1516
1522
* SetIamPolicy#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1517
1523
* must be called to initialize this instance immediately after invoking the constructor. </p>
1518
1524
*
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.
1521
1528
* @param content the {@link com.google.api.services.ids.v1.model.SetIamPolicyRequest}
1522
1529
* @since 1.13
1523
1530
*/
@@ -1587,22 +1594,25 @@ public SetIamPolicy setUploadProtocol(java.lang.String uploadProtocol) {
1587
1594
}
1588
1595
1589
1596
/**
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.
1592
1600
*/
1593
1601
@ com .google .api .client .util .Key
1594
1602
private java .lang .String resource ;
1595
1603
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.
1598
1607
*/
1599
1608
public java .lang .String getResource () {
1600
1609
return resource ;
1601
1610
}
1602
1611
1603
1612
/**
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.
1606
1616
*/
1607
1617
public SetIamPolicy setResource (java .lang .String resource ) {
1608
1618
if (!getSuppressPatternChecks ()) {
@@ -1630,8 +1640,9 @@ public SetIamPolicy set(String parameterName, Object value) {
1630
1640
* This request holds the parameters needed by the ids server. After setting any optional
1631
1641
* parameters, call the {@link TestIamPermissions#execute()} method to invoke the remote operation.
1632
1642
*
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.
1635
1646
* @param content the {@link com.google.api.services.ids.v1.model.TestIamPermissionsRequest}
1636
1647
* @return the request
1637
1648
*/
@@ -1662,8 +1673,9 @@ public class TestIamPermissions extends IDSRequest<com.google.api.services.ids.v
1662
1673
* bstractGoogleClientRequest)} must be called to initialize this instance immediately after
1663
1674
* invoking the constructor. </p>
1664
1675
*
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.
1667
1679
* @param content the {@link com.google.api.services.ids.v1.model.TestIamPermissionsRequest}
1668
1680
* @since 1.13
1669
1681
*/
@@ -1733,22 +1745,25 @@ public TestIamPermissions setUploadProtocol(java.lang.String uploadProtocol) {
1733
1745
}
1734
1746
1735
1747
/**
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.
1738
1751
*/
1739
1752
@ com .google .api .client .util .Key
1740
1753
private java .lang .String resource ;
1741
1754
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.
1744
1758
*/
1745
1759
public java .lang .String getResource () {
1746
1760
return resource ;
1747
1761
}
1748
1762
1749
1763
/**
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.
1752
1767
*/
1753
1768
public TestIamPermissions setResource (java .lang .String resource ) {
1754
1769
if (!getSuppressPatternChecks ()) {
0 commit comments