@@ -2791,7 +2791,8 @@ public List set(String parameterName, Object value) {
27912791 * This request holds the parameters needed by the gkebackup server. After setting any optional
27922792 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
27932793 *
2794- * @param name Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2794+ * @param name Output only. Identifier. The full name of the BackupPlan resource. Format:
2795+ * `projects/locations/backupPlans`
27952796 * @param content the {@link com.google.api.services.gkebackup.v1.model.BackupPlan}
27962797 * @return the request
27972798 */
@@ -2819,7 +2820,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
28192820 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
28202821 * be called to initialize this instance immediately after invoking the constructor. </p>
28212822 *
2822- * @param name Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2823+ * @param name Output only. Identifier. The full name of the BackupPlan resource. Format:
2824+ * `projects/locations/backupPlans`
28232825 * @param content the {@link com.google.api.services.gkebackup.v1.model.BackupPlan}
28242826 * @since 1.13
28252827 */
@@ -2889,20 +2891,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
28892891 }
28902892
28912893 /**
2892- * Output only. The full name of the BackupPlan resource. Format:
2894+ * Output only. Identifier. The full name of the BackupPlan resource. Format:
28932895 * `projects/locations/backupPlans`
28942896 */
28952897 @com.google.api.client.util.Key
28962898 private java.lang.String name;
28972899
2898- /** Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2900+ /** Output only. Identifier. The full name of the BackupPlan resource. Format:
2901+ `projects/locations/backupPlans`
28992902 */
29002903 public java.lang.String getName() {
29012904 return name;
29022905 }
29032906
29042907 /**
2905- * Output only. The full name of the BackupPlan resource. Format:
2908+ * Output only. Identifier. The full name of the BackupPlan resource. Format:
29062909 * `projects/locations/backupPlans`
29072910 */
29082911 public Patch setName(java.lang.String name) {
@@ -4380,7 +4383,8 @@ public List set(String parameterName, Object value) {
43804383 * This request holds the parameters needed by the gkebackup server. After setting any optional
43814384 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
43824385 *
4383- * @param name Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4386+ * @param name Output only. Identifier. The fully qualified name of the Backup.
4387+ * `projects/locations/backupPlans/backups`
43844388 * @param content the {@link com.google.api.services.gkebackup.v1.model.Backup}
43854389 * @return the request
43864390 */
@@ -4408,7 +4412,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
44084412 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
44094413 * be called to initialize this instance immediately after invoking the constructor. </p>
44104414 *
4411- * @param name Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4415+ * @param name Output only. Identifier. The fully qualified name of the Backup.
4416+ * `projects/locations/backupPlans/backups`
44124417 * @param content the {@link com.google.api.services.gkebackup.v1.model.Backup}
44134418 * @since 1.13
44144419 */
@@ -4478,20 +4483,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
44784483 }
44794484
44804485 /**
4481- * Output only. The fully qualified name of the Backup.
4486+ * Output only. Identifier. The fully qualified name of the Backup.
44824487 * `projects/locations/backupPlans/backups`
44834488 */
44844489 @com.google.api.client.util.Key
44854490 private java.lang.String name;
44864491
4487- /** Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4492+ /** Output only. Identifier. The fully qualified name of the Backup.
4493+ `projects/locations/backupPlans/backups`
44884494 */
44894495 public java.lang.String getName() {
44904496 return name;
44914497 }
44924498
44934499 /**
4494- * Output only. The fully qualified name of the Backup.
4500+ * Output only. Identifier. The fully qualified name of the Backup.
44954501 * `projects/locations/backupPlans/backups`
44964502 */
44974503 public Patch setName(java.lang.String name) {
@@ -6366,6 +6372,40 @@ public List setPageToken(java.lang.String pageToken) {
63666372 return this;
63676373 }
63686374
6375+ /**
6376+ * When set to `true`, operations that are reachable are returned as normal, and those
6377+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6378+ * This can only be `true` when reading across collections e.g. when `parent` is set to
6379+ * `"projects/example/locations/-"`. This field is not by default supported and will
6380+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6381+ * service or product specific documentation.
6382+ */
6383+ @com.google.api.client.util.Key
6384+ private java.lang.Boolean returnPartialSuccess;
6385+
6386+ /** When set to `true`, operations that are reachable are returned as normal, and those that are
6387+ unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
6388+ when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
6389+ field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
6390+ explicitly documented otherwise in service or product specific documentation.
6391+ */
6392+ public java.lang.Boolean getReturnPartialSuccess() {
6393+ return returnPartialSuccess;
6394+ }
6395+
6396+ /**
6397+ * When set to `true`, operations that are reachable are returned as normal, and those
6398+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6399+ * This can only be `true` when reading across collections e.g. when `parent` is set to
6400+ * `"projects/example/locations/-"`. This field is not by default supported and will
6401+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6402+ * service or product specific documentation.
6403+ */
6404+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
6405+ this.returnPartialSuccess = returnPartialSuccess;
6406+ return this;
6407+ }
6408+
63696409 @Override
63706410 public List set(String parameterName, Object value) {
63716411 return (List) super.set(parameterName, value);
@@ -8626,7 +8666,8 @@ public List set(String parameterName, Object value) {
86268666 * This request holds the parameters needed by the gkebackup server. After setting any optional
86278667 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
86288668 *
8629- * @param name Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8669+ * @param name Output only. Identifier. The full name of the RestorePlan resource. Format:
8670+ * `projects/locations/restorePlans`.
86308671 * @param content the {@link com.google.api.services.gkebackup.v1.model.RestorePlan}
86318672 * @return the request
86328673 */
@@ -8654,7 +8695,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
86548695 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
86558696 * be called to initialize this instance immediately after invoking the constructor. </p>
86568697 *
8657- * @param name Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8698+ * @param name Output only. Identifier. The full name of the RestorePlan resource. Format:
8699+ * `projects/locations/restorePlans`.
86588700 * @param content the {@link com.google.api.services.gkebackup.v1.model.RestorePlan}
86598701 * @since 1.13
86608702 */
@@ -8724,20 +8766,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
87248766 }
87258767
87268768 /**
8727- * Output only. The full name of the RestorePlan resource. Format:
8769+ * Output only. Identifier. The full name of the RestorePlan resource. Format:
87288770 * `projects/locations/restorePlans`.
87298771 */
87308772 @com.google.api.client.util.Key
87318773 private java.lang.String name;
87328774
8733- /** Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8775+ /** Output only. Identifier. The full name of the RestorePlan resource. Format:
8776+ `projects/locations/restorePlans`.
87348777 */
87358778 public java.lang.String getName() {
87368779 return name;
87378780 }
87388781
87398782 /**
8740- * Output only. The full name of the RestorePlan resource. Format:
8783+ * Output only. Identifier. The full name of the RestorePlan resource. Format:
87418784 * `projects/locations/restorePlans`.
87428785 */
87438786 public Patch setName(java.lang.String name) {
@@ -10043,7 +10086,7 @@ public List set(String parameterName, Object value) {
1004310086 * This request holds the parameters needed by the gkebackup server. After setting any optional
1004410087 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1004510088 *
10046- * @param name Output only. The full name of the Restore resource. Format:
10089+ * @param name Output only. Identifier. The full name of the Restore resource. Format:
1004710090 * `projects/locations/restorePlans/restores`
1004810091 * @param content the {@link com.google.api.services.gkebackup.v1.model.Restore}
1004910092 * @return the request
@@ -10072,7 +10115,7 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
1007210115 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1007310116 * be called to initialize this instance immediately after invoking the constructor. </p>
1007410117 *
10075- * @param name Output only. The full name of the Restore resource. Format:
10118+ * @param name Output only. Identifier. The full name of the Restore resource. Format:
1007610119 * `projects/locations/restorePlans/restores`
1007710120 * @param content the {@link com.google.api.services.gkebackup.v1.model.Restore}
1007810121 * @since 1.13
@@ -10143,21 +10186,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1014310186 }
1014410187
1014510188 /**
10146- * Output only. The full name of the Restore resource. Format:
10189+ * Output only. Identifier. The full name of the Restore resource. Format:
1014710190 * `projects/locations/restorePlans/restores`
1014810191 */
1014910192 @com.google.api.client.util.Key
1015010193 private java.lang.String name;
1015110194
10152- /** Output only. The full name of the Restore resource. Format:
10195+ /** Output only. Identifier. The full name of the Restore resource. Format:
1015310196 `projects/locations/restorePlans/restores`
1015410197 */
1015510198 public java.lang.String getName() {
1015610199 return name;
1015710200 }
1015810201
1015910202 /**
10160- * Output only. The full name of the Restore resource. Format:
10203+ * Output only. Identifier. The full name of the Restore resource. Format:
1016110204 * `projects/locations/restorePlans/restores`
1016210205 */
1016310206 public Patch setName(java.lang.String name) {
0 commit comments