Class: Google::Cloud::GkeHub::V1::UpdateScopeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/service.rb

Overview

Request to update a Scope.

Instance Attribute Summary collapse

Instance Attribute Details

#scope::Google::Cloud::GkeHub::V1::Scope

Returns Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.

Returns:



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

class UpdateScopeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The fields to be updated.

Returns:



242
243
244
245
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 242

class UpdateScopeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end