File tree Expand file tree Collapse file tree
google/cloud/assuredworkloads/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,6 +535,12 @@ message Workload {
535535 // SAA enrollment response is queried during GetWorkload call.
536536 // In failure cases, user friendly error message is shown in SAA details page.
537537 SaaEnrollmentResponse saa_enrollment_response = 20 [(google.api.field_behavior ) = OUTPUT_ONLY ];
538+
539+ // Output only. Urls for services which are compliant for this Assured Workload, but which
540+ // are currently disallowed by the ResourceUsageRestriction org policy.
541+ // Invoke RestrictAllowedResources endpoint to allow your project developers
542+ // to use these services in their environment."
543+ repeated string compliant_but_disallowed_services = 24 [(google.api.field_behavior ) = OUTPUT_ONLY ];
538544}
539545
540546// Operation metadata to give request details of CreateWorkload.
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ service AssuredWorkloadsService {
8787 option (google.api.method_signature ) = "name" ;
8888 }
8989
90- // A request to analyze a hypothetical move of a source project or
91- // project-based workload to a target (destination) folder-based workload.
90+ // Analyze if the source Assured Workloads can be moved to the target Assured
91+ // Workload
9292 rpc AnalyzeWorkloadMove (AnalyzeWorkloadMoveRequest ) returns (AnalyzeWorkloadMoveResponse ) {
9393 option (google.api.method_signature ) = "project,target" ;
9494 }
You can’t perform that action at this time.
0 commit comments