Skip to content

Commit 61f75b4

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add compliant_but_disallowed_services field to the v1beta1 Workload proto
Committer: @samhutton PiperOrigin-RevId: 471822190
1 parent 45a3d7a commit 61f75b4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

google/cloud/assuredworkloads/v1beta1/assuredworkloads_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)