@@ -1623,7 +1623,7 @@ public List set(String parameterName, Object value) {
1623
1623
* This request holds the parameters needed by the backupdr server. After setting any optional
1624
1624
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1625
1625
*
1626
- * @param name Output only. The resource name.
1626
+ * @param name Output only. Identifier. The resource name.
1627
1627
* @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
1628
1628
* @return the request
1629
1629
*/
@@ -1651,7 +1651,7 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
1651
1651
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1652
1652
* be called to initialize this instance immediately after invoking the constructor. </p>
1653
1653
*
1654
- * @param name Output only. The resource name.
1654
+ * @param name Output only. Identifier. The resource name.
1655
1655
* @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
1656
1656
* @since 1.13
1657
1657
*/
@@ -1720,17 +1720,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1720
1720
return (Patch ) super .setUploadProtocol (uploadProtocol );
1721
1721
}
1722
1722
1723
- /** Output only. The resource name. */
1723
+ /** Output only. Identifier. The resource name. */
1724
1724
@ com .google .api .client .util .Key
1725
1725
private java .lang .String name ;
1726
1726
1727
- /** Output only. The resource name.
1727
+ /** Output only. Identifier. The resource name.
1728
1728
*/
1729
1729
public java .lang .String getName () {
1730
1730
return name ;
1731
1731
}
1732
1732
1733
- /** Output only. The resource name. */
1733
+ /** Output only. Identifier. The resource name. */
1734
1734
public Patch setName (java .lang .String name ) {
1735
1735
if (!getSuppressPatternChecks ()) {
1736
1736
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -1743,21 +1743,20 @@ public Patch setName(java.lang.String name) {
1743
1743
1744
1744
/**
1745
1745
* Optional. If set to true, will not check plan duration against backup vault enforcement
1746
- * duration. Non-standard field.
1746
+ * duration.
1747
1747
*/
1748
1748
@ com .google .api .client .util .Key
1749
1749
private java .lang .Boolean force ;
1750
1750
1751
1751
/** Optional. If set to true, will not check plan duration against backup vault enforcement duration.
1752
- Non-standard field.
1753
1752
*/
1754
1753
public java .lang .Boolean getForce () {
1755
1754
return force ;
1756
1755
}
1757
1756
1758
1757
/**
1759
1758
* Optional. If set to true, will not check plan duration against backup vault enforcement
1760
- * duration. Non-standard field.
1759
+ * duration.
1761
1760
*/
1762
1761
public Patch setForce (java .lang .Boolean force ) {
1763
1762
this .force = force ;
@@ -2976,7 +2975,7 @@ public List set(String parameterName, Object value) {
2976
2975
* This request holds the parameters needed by the backupdr server. After setting any optional
2977
2976
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
2978
2977
*
2979
- * @param name Output only. The resource name.
2978
+ * @param name Output only. Identifier. The resource name.
2980
2979
* @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
2981
2980
* @return the request
2982
2981
*/
@@ -3004,7 +3003,7 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
3004
3003
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
3005
3004
* be called to initialize this instance immediately after invoking the constructor. </p>
3006
3005
*
3007
- * @param name Output only. The resource name.
3006
+ * @param name Output only. Identifier. The resource name.
3008
3007
* @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
3009
3008
* @since 1.13
3010
3009
*/
@@ -3073,17 +3072,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
3073
3072
return (Patch ) super .setUploadProtocol (uploadProtocol );
3074
3073
}
3075
3074
3076
- /** Output only. The resource name. */
3075
+ /** Output only. Identifier. The resource name. */
3077
3076
@ com .google .api .client .util .Key
3078
3077
private java .lang .String name ;
3079
3078
3080
- /** Output only. The resource name.
3079
+ /** Output only. Identifier. The resource name.
3081
3080
*/
3082
3081
public java .lang .String getName () {
3083
3082
return name ;
3084
3083
}
3085
3084
3086
- /** Output only. The resource name. */
3085
+ /** Output only. Identifier. The resource name. */
3087
3086
public Patch setName (java .lang .String name ) {
3088
3087
if (!getSuppressPatternChecks ()) {
3089
3088
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -4040,7 +4039,7 @@ public List set(String parameterName, Object value) {
4040
4039
* This request holds the parameters needed by the backupdr server. After setting any optional
4041
4040
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
4042
4041
*
4043
- * @param name Output only. Name of the resource.
4042
+ * @param name Output only. Identifier. Name of the resource.
4044
4043
* @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
4045
4044
* @return the request
4046
4045
*/
@@ -4068,7 +4067,7 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
4068
4067
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
4069
4068
* be called to initialize this instance immediately after invoking the constructor. </p>
4070
4069
*
4071
- * @param name Output only. Name of the resource.
4070
+ * @param name Output only. Identifier. Name of the resource.
4072
4071
* @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
4073
4072
* @since 1.13
4074
4073
*/
@@ -4137,17 +4136,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
4137
4136
return (Patch ) super .setUploadProtocol (uploadProtocol );
4138
4137
}
4139
4138
4140
- /** Output only. Name of the resource. */
4139
+ /** Output only. Identifier. Name of the resource. */
4141
4140
@ com .google .api .client .util .Key
4142
4141
private java .lang .String name ;
4143
4142
4144
- /** Output only. Name of the resource.
4143
+ /** Output only. Identifier. Name of the resource.
4145
4144
*/
4146
4145
public java .lang .String getName () {
4147
4146
return name ;
4148
4147
}
4149
4148
4150
- /** Output only. Name of the resource. */
4149
+ /** Output only. Identifier. Name of the resource. */
4151
4150
public Patch setName (java .lang .String name ) {
4152
4151
if (!getSuppressPatternChecks ()) {
4153
4152
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
0 commit comments