osconfig v1beta: fix the incorrect pattern for GuestPolicy resource and remove the obsolete history field.

PiperOrigin-RevId: 305617619
pull/602/head
Google APIs 5 years ago committed by Copybara-Service
parent d741cd9769
commit e4f4b23e07
  1. 3
      google/cloud/osconfig/v1beta/guest_policies.proto

@ -33,8 +33,7 @@ option java_package = "com.google.cloud.osconfig.v1beta";
message GuestPolicy {
option (google.api.resource) = {
type: "osconfig.googleapis.com/GuestPolicy"
pattern: "projects/{project_number}/guestPolicies/{guest_policy_id}"
history: FUTURE_MULTI_PATTERN
pattern: "projects/{project}/guestPolicies/{guest_policy}"
};
// Required. Unique name of the resource in this project using one of the

Loading…
Cancel
Save