Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::UpdateScopeNamespaceRequest.
Request to update a fleet namespace.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#scope_namespace
def scope_namespace() -> ::Google::Cloud::GkeHub::V1::Namespace
Returns
- (::Google::Cloud::GkeHub::V1::Namespace) — Required. A namespace with fields updated. The 'name' field in this namespace is used to identify the resource to update. Given 'updated' prefix to follow go/proto-best-practices-checkers#keyword_conflict
#scope_namespace=
def scope_namespace=(value) -> ::Google::Cloud::GkeHub::V1::Namespace
Parameter
- value (::Google::Cloud::GkeHub::V1::Namespace) — Required. A namespace with fields updated. The 'name' field in this namespace is used to identify the resource to update. Given 'updated' prefix to follow go/proto-best-practices-checkers#keyword_conflict
Returns
- (::Google::Cloud::GkeHub::V1::Namespace) — Required. A namespace with fields updated. The 'name' field in this namespace is used to identify the resource to update. Given 'updated' prefix to follow go/proto-best-practices-checkers#keyword_conflict
#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.