Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::UpdateScopeRequest.
Request to update a Scope.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#scope
def scope() -> ::Google::Cloud::GkeHub::V1::Scope
Returns
- (::Google::Cloud::GkeHub::V1::Scope) — Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
#scope=
def scope=(value) -> ::Google::Cloud::GkeHub::V1::Scope
Parameter
- value (::Google::Cloud::GkeHub::V1::Scope) — Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
Returns
- (::Google::Cloud::GkeHub::V1::Scope) — Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The fields to be updated.