@@ -2258,6 +2258,8 @@ public BackupVaults backupVaults() {
22582258 public class BackupVaults {
22592259
22602260 /**
2261+ * Creates a new BackupVault in a given project and location.
2262+ *
22612263 * Create a request for the method "backupVaults.create".
22622264 *
22632265 * 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.
22812283 java .util .regex .Pattern .compile ("^projects/[^/]+/locations/[^/]+$" );
22822284
22832285 /**
2286+ * Creates a new BackupVault in a given project and location.
2287+ *
22842288 * Create a request for the method "backupVaults.create".
22852289 *
22862290 * 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) {
33783382 * This request holds the parameters needed by the backupdr server. After setting any optional
33793383 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
33803384 *
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.
33823389 * @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
33833390 * @return the request
33843391 */
@@ -3406,7 +3413,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
34063413 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
34073414 * be called to initialize this instance immediately after invoking the constructor. </p>
34083415 *
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.
34103420 * @param content the {@link com.google.api.services.backupdr.v1.model.BackupVault}
34113421 * @since 1.13
34123422 */
@@ -3475,17 +3485,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
34753485 return (Patch ) super .setUploadProtocol (uploadProtocol );
34763486 }
34773487
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+ */
34793494 @ com .google .api .client .util .Key
34803495 private java .lang .String name ;
34813496
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.
34833501 */
34843502 public java .lang .String getName () {
34853503 return name ;
34863504 }
34873505
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+ */
34893512 public Patch setName (java .lang .String name ) {
34903513 if (!getSuppressPatternChecks ()) {
34913514 com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -4730,7 +4753,10 @@ public List set(String parameterName, Object value) {
47304753 * This request holds the parameters needed by the backupdr server. After setting any optional
47314754 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
47324755 *
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.
47344760 * @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
47354761 * @return the request
47364762 */
@@ -4758,7 +4784,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
47584784 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
47594785 * be called to initialize this instance immediately after invoking the constructor. </p>
47604786 *
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.
47624791 * @param content the {@link com.google.api.services.backupdr.v1.model.DataSource}
47634792 * @since 1.13
47644793 */
@@ -4827,17 +4856,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
48274856 return (Patch ) super .setUploadProtocol (uploadProtocol );
48284857 }
48294858
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+ */
48314865 @ com .google .api .client .util .Key
48324866 private java .lang .String name ;
48334867
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.
48354872 */
48364873 public java .lang .String getName () {
48374874 return name ;
48384875 }
48394876
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+ */
48414883 public Patch setName (java .lang .String name ) {
48424884 if (!getSuppressPatternChecks ()) {
48434885 com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -5838,7 +5880,10 @@ public List set(String parameterName, Object value) {
58385880 * This request holds the parameters needed by the backupdr server. After setting any optional
58395881 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
58405882 *
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.
58425887 * @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
58435888 * @return the request
58445889 */
@@ -5866,7 +5911,10 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
58665911 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
58675912 * be called to initialize this instance immediately after invoking the constructor. </p>
58685913 *
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.
58705918 * @param content the {@link com.google.api.services.backupdr.v1.model.Backup}
58715919 * @since 1.13
58725920 */
@@ -5935,17 +5983,30 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
59355983 return (Patch ) super .setUploadProtocol (uploadProtocol );
59365984 }
59375985
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+ */
59395992 @ com .google .api .client .util .Key
59405993 private java .lang .String name ;
59415994
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.
59435999 */
59446000 public java .lang .String getName () {
59456001 return name ;
59466002 }
59476003
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+ */
59496010 public Patch setName (java .lang .String name ) {
59506011 if (!getSuppressPatternChecks ()) {
59516012 com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
0 commit comments