@@ -2258,6 +2258,8 @@ public BackupVaults backupVaults() {
2258
2258
public class BackupVaults {
2259
2259
2260
2260
/**
2261
+ * Creates a new BackupVault in a given project and location.
2262
+ *
2261
2263
* Create a request for the method "backupVaults.create".
2262
2264
*
2263
2265
* This request holds the parameters needed by the backupdr server. After setting any optional
@@ -2281,6 +2283,8 @@ public class Create extends BackupdrRequest<com.google.api.services.backupdr.v1.
2281
2283
java .util .regex .Pattern .compile ("^projects/[^/]+/locations/[^/]+$" );
2282
2284
2283
2285
/**
2286
+ * Creates a new BackupVault in a given project and location.
2287
+ *
2284
2288
* Create a request for the method "backupVaults.create".
2285
2289
*
2286
2290
* This request holds the parameters needed by the the backupdr server. After setting any
@@ -3378,7 +3382,10 @@ public List set(String parameterName, Object value) {
3378
3382
* This request holds the parameters needed by the backupdr server. After setting any optional
3379
3383
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
3380
3384
*
3381
- * @param name Output only. Identifier. The resource name.
3385
+ * @param name Output only. Identifier. Name of the backup vault to create. It must have the
3386
+ * format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`.
3387
+ * `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long
3388
+ * and must be unique within the project and location.
3382
3389
* @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
3383
3390
* @return the request
3384
3391
*/
@@ -3406,7 +3413,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
3406
3413
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
3407
3414
* be called to initialize this instance immediately after invoking the constructor. </p>
3408
3415
*
3409
- * @param name Output only. Identifier. The resource name.
3416
+ * @param name Output only. Identifier. Name of the backup vault to create. It must have the
3417
+ * format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`.
3418
+ * `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long
3419
+ * and must be unique within the project and location.
3410
3420
* @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
3411
3421
* @since 1.13
3412
3422
*/
@@ -3475,17 +3485,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
3475
3485
return (Patch ) super .setUploadProtocol (uploadProtocol );
3476
3486
}
3477
3487
3478
- /** Output only. Identifier. The resource name. */
3488
+ /**
3489
+ * Output only. Identifier. Name of the backup vault to create. It must have the
3490
+ * format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`.
3491
+ * `{backupvault}` cannot be changed after creation. It must be between 3-63 characters
3492
+ * long and must be unique within the project and location.
3493
+ */
3479
3494
@ com .google .api .client .util .Key
3480
3495
private java .lang .String name ;
3481
3496
3482
- /** Output only. Identifier. The resource name.
3497
+ /** Output only. Identifier. Name of the backup vault to create. It must have the
3498
+ format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`. `{backupvault}`
3499
+ cannot be changed after creation. It must be between 3-63 characters long and must be unique within
3500
+ the project and location.
3483
3501
*/
3484
3502
public java .lang .String getName () {
3485
3503
return name ;
3486
3504
}
3487
3505
3488
- /** Output only. Identifier. The resource name. */
3506
+ /**
3507
+ * Output only. Identifier. Name of the backup vault to create. It must have the
3508
+ * format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`.
3509
+ * `{backupvault}` cannot be changed after creation. It must be between 3-63 characters
3510
+ * long and must be unique within the project and location.
3511
+ */
3489
3512
public Patch setName (java .lang .String name ) {
3490
3513
if (!getSuppressPatternChecks ()) {
3491
3514
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -4730,7 +4753,10 @@ public List set(String parameterName, Object value) {
4730
4753
* This request holds the parameters needed by the backupdr server. After setting any optional
4731
4754
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
4732
4755
*
4733
- * @param name Output only. Identifier. The resource name.
4756
+ * @param name Output only. Identifier. Name of the datasource to create. It must have the format`"projects/{projec
4757
+ * t}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}"`.
4758
+ * `{datasource}` cannot be changed after creation. It must be between 3-63 characters long
4759
+ * and must be unique within the backup vault.
4734
4760
* @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
4735
4761
* @return the request
4736
4762
*/
@@ -4758,7 +4784,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
4758
4784
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
4759
4785
* be called to initialize this instance immediately after invoking the constructor. </p>
4760
4786
*
4761
- * @param name Output only. Identifier. The resource name.
4787
+ * @param name Output only. Identifier. Name of the datasource to create. It must have the format`"projects/{projec
4788
+ * t}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}"`.
4789
+ * `{datasource}` cannot be changed after creation. It must be between 3-63 characters long
4790
+ * and must be unique within the backup vault.
4762
4791
* @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
4763
4792
* @since 1.13
4764
4793
*/
@@ -4827,17 +4856,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
4827
4856
return (Patch ) super .setUploadProtocol (uploadProtocol );
4828
4857
}
4829
4858
4830
- /** Output only. Identifier. The resource name. */
4859
+ /**
4860
+ * Output only. Identifier. Name of the datasource to create. It must have the format`"p
4861
+ * rojects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{dataso
4862
+ * urce}"`. `{datasource}` cannot be changed after creation. It must be between 3-63
4863
+ * characters long and must be unique within the backup vault.
4864
+ */
4831
4865
@ com .google .api .client .util .Key
4832
4866
private java .lang .String name ;
4833
4867
4834
- /** Output only. Identifier. The resource name.
4868
+ /** Output only. Identifier. Name of the datasource to create. It must have the format`"projects/{proje
4869
+ ct}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}"`. `{datasource}`
4870
+ cannot be changed after creation. It must be between 3-63 characters long and must be unique within
4871
+ the backup vault.
4835
4872
*/
4836
4873
public java .lang .String getName () {
4837
4874
return name ;
4838
4875
}
4839
4876
4840
- /** Output only. Identifier. The resource name. */
4877
+ /**
4878
+ * Output only. Identifier. Name of the datasource to create. It must have the format`"p
4879
+ * rojects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{dataso
4880
+ * urce}"`. `{datasource}` cannot be changed after creation. It must be between 3-63
4881
+ * characters long and must be unique within the backup vault.
4882
+ */
4841
4883
public Patch setName (java .lang .String name ) {
4842
4884
if (!getSuppressPatternChecks ()) {
4843
4885
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -5838,7 +5880,10 @@ public List set(String parameterName, Object value) {
5838
5880
* This request holds the parameters needed by the backupdr server. After setting any optional
5839
5881
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
5840
5882
*
5841
- * @param name Output only. Identifier. Name of the resource.
5883
+ * @param name Output only. Identifier. Name of the backup to create. It must have the
5884
+ * format`"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`.
5885
+ * `{backup}` cannot be changed after creation. It must be between 3-63 characters long and
5886
+ * must be unique within the datasource.
5842
5887
* @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
5843
5888
* @return the request
5844
5889
*/
@@ -5866,7 +5911,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
5866
5911
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
5867
5912
* be called to initialize this instance immediately after invoking the constructor. </p>
5868
5913
*
5869
- * @param name Output only. Identifier. Name of the resource.
5914
+ * @param name Output only. Identifier. Name of the backup to create. It must have the
5915
+ * format`"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`.
5916
+ * `{backup}` cannot be changed after creation. It must be between 3-63 characters long and
5917
+ * must be unique within the datasource.
5870
5918
* @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
5871
5919
* @since 1.13
5872
5920
*/
@@ -5935,17 +5983,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
5935
5983
return (Patch ) super .setUploadProtocol (uploadProtocol );
5936
5984
}
5937
5985
5938
- /** Output only. Identifier. Name of the resource. */
5986
+ /**
5987
+ * Output only. Identifier. Name of the backup to create. It must have the format`"pro
5988
+ * jects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`.
5989
+ * `{backup}` cannot be changed after creation. It must be between 3-63 characters
5990
+ * long and must be unique within the datasource.
5991
+ */
5939
5992
@ com .google .api .client .util .Key
5940
5993
private java .lang .String name ;
5941
5994
5942
- /** Output only. Identifier. Name of the resource.
5995
+ /** Output only. Identifier. Name of the backup to create. It must have the
5996
+ format`"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`. `{backup}`
5997
+ cannot be changed after creation. It must be between 3-63 characters long and must be unique within
5998
+ the datasource.
5943
5999
*/
5944
6000
public java .lang .String getName () {
5945
6001
return name ;
5946
6002
}
5947
6003
5948
- /** Output only. Identifier. Name of the resource. */
6004
+ /**
6005
+ * Output only. Identifier. Name of the backup to create. It must have the format`"pro
6006
+ * jects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`.
6007
+ * `{backup}` cannot be changed after creation. It must be between 3-63 characters
6008
+ * long and must be unique within the datasource.
6009
+ */
5949
6010
public Patch setName (java .lang .String name ) {
5950
6011
if (!getSuppressPatternChecks ()) {
5951
6012
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
0 commit comments