You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Updated the method signature of analyzeWorkloadMove for v1beta API to accept project as source. AnalyzeWorkloadMove now also returns information about org policy differences between the project and target folder (#463)
Copy file name to clipboardExpand all lines: java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceClient.java
+212-5Lines changed: 212 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ public final UnaryCallable<CreateWorkloadRequest, Operation> createWorkloadCalla
368
368
* }
369
369
* }</pre>
370
370
*
371
-
* @param workload Required. The workload to update. The workload’s `name` field is used to
371
+
* @param workload Required. The workload to update. The workload's `name` field is used to
* @param updateMask Required. The list of fields to be updated.
@@ -438,10 +438,126 @@ public final UnaryCallable<UpdateWorkloadRequest, Workload> updateWorkloadCallab
438
438
returnstub.updateWorkloadCallable();
439
439
}
440
440
441
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
442
+
/**
443
+
* Restrict the list of services allowed in the Workload environment. The current list of allowed
444
+
* services can be found at https://cloud.google.com/assured-workloads/docs/supported-products In
445
+
* addition to assuredworkloads.workload.update permission, the user should also have
446
+
* orgpolicy.policy.set permission on the folder resource to use this functionality.
447
+
*
448
+
* <p>Sample code:
449
+
*
450
+
* <pre>{@code
451
+
* // This snippet has been automatically generated for illustrative purposes only.
452
+
* // It may require modifications to work in your environment.
* Restrict the list of services allowed in the Workload environment. The current list of allowed
473
+
* services can be found at https://cloud.google.com/assured-workloads/docs/supported-products In
474
+
* addition to assuredworkloads.workload.update permission, the user should also have
475
+
* orgpolicy.policy.set permission on the folder resource to use this functionality.
476
+
*
477
+
* <p>Sample code:
478
+
*
479
+
* <pre>{@code
480
+
* // This snippet has been automatically generated for illustrative purposes only.
481
+
* // It may require modifications to work in your environment.
* Restrict the list of resources allowed in the Workload environment. The current list of allowed
501
+
* products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In
502
+
* addition to assuredworkloads.workload.update permission, the user should also have
503
+
* orgpolicy.policy.set permission on the folder resource to use this functionality.
504
+
*
505
+
* <p>Sample code:
506
+
*
507
+
* <pre>{@code
508
+
* // This snippet has been automatically generated for illustrative purposes only.
509
+
* // It may require modifications to work in your environment.
* Restrict the list of resources allowed in the Workload environment. The current list of allowed
530
+
* products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In
531
+
* addition to assuredworkloads.workload.update permission, the user should also have
532
+
* orgpolicy.policy.set permission on the folder resource to use this functionality.
533
+
*
534
+
* <p>Sample code:
535
+
*
536
+
* <pre>{@code
537
+
* // This snippet has been automatically generated for illustrative purposes only.
538
+
* // It may require modifications to work in your environment.
Copy file name to clipboardExpand all lines: java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredWorkloadsServiceSettings.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,20 @@ public UnaryCallSettings<UpdateWorkloadRequest, Workload> updateWorkloadSettings
Copy file name to clipboardExpand all lines: java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/gapic_metadata.json
0 commit comments