Skip to content

Commit

Permalink
feat: Add compliant_but_disallowed_services field to the v1beta1 Work…
Browse files Browse the repository at this point in the history
…load proto

Committer: @samhutton
PiperOrigin-RevId: 471822190
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 2, 2022
1 parent 45a3d7a commit 61f75b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto
Expand Up @@ -535,6 +535,12 @@ message Workload {
// SAA enrollment response is queried during GetWorkload call.
// In failure cases, user friendly error message is shown in SAA details page.
SaaEnrollmentResponse saa_enrollment_response = 20 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. Urls for services which are compliant for this Assured Workload, but which
// are currently disallowed by the ResourceUsageRestriction org policy.
// Invoke RestrictAllowedResources endpoint to allow your project developers
// to use these services in their environment."
repeated string compliant_but_disallowed_services = 24 [(google.api.field_behavior) = OUTPUT_ONLY];
}

// Operation metadata to give request details of CreateWorkload.
Expand Down
Expand Up @@ -87,8 +87,8 @@ service AssuredWorkloadsService {
option (google.api.method_signature) = "name";
}

// A request to analyze a hypothetical move of a source project or
// project-based workload to a target (destination) folder-based workload.
// Analyze if the source Assured Workloads can be moved to the target Assured
// Workload
rpc AnalyzeWorkloadMove(AnalyzeWorkloadMoveRequest) returns (AnalyzeWorkloadMoveResponse) {
option (google.api.method_signature) = "project,target";
}
Expand Down

0 comments on commit 61f75b4

Please sign in to comment.