proto_docs/google/iam/v1/options.rb in google-cloud-security_center-v1p1beta1-0.1.0 vs proto_docs/google/iam/v1/options.rb in google-cloud-security_center-v1p1beta1-0.1.1

- old
+ new

@@ -20,21 +20,21 @@ module Google module Iam module V1 # Encapsulates settings provided to GetIamPolicy. # @!attribute [rw] requested_policy_version - # @return [Integer] + # @return [::Integer] # Optional. The policy format version to be returned. # # Valid values are 0, 1, and 3. Requests specifying an invalid value will be # rejected. # # Requests for policies with any conditional bindings must specify version 3. # Policies without any conditional bindings may specify any valid value or # leave the field unset. class GetPolicyOptions - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end end end