GKE Hub V1 API - Class Google::Cloud::GkeHub::V1::UpdateScopeNamespaceRequest (v2.5.0)

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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns