Class: Google::Cloud::GkeHub::V1::UpdateScopeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::UpdateScopeRequest
- 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
-
#scope ⇒ ::Google::Cloud::GkeHub::V1::Scope
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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.
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 |