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

Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::CreateScopeNamespaceRequest.

Request to create a fleet namespace.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent (project and location) where the Namespace will be created. Specified in the format projects/*/locations/*/scopes/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent (project and location) where the Namespace will be created. Specified in the format projects/*/locations/*/scopes/*.
Returns
  • (::String) — Required. The parent (project and location) where the Namespace will be created. Specified in the format projects/*/locations/*/scopes/*.

#scope_namespace

def scope_namespace() -> ::Google::Cloud::GkeHub::V1::Namespace
Returns

#scope_namespace=

def scope_namespace=(value) -> ::Google::Cloud::GkeHub::V1::Namespace
Parameter
Returns

#scope_namespace_id

def scope_namespace_id() -> ::String
Returns
  • (::String) — Required. Client chosen ID for the Namespace. namespace_id must be a valid RFC 1123 compliant DNS label:

    1. At most 63 characters in length
    2. It must consist of lower case alphanumeric characters or -
    3. It must start and end with an alphanumeric character

    Which can be expressed as the regex: [a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.

#scope_namespace_id=

def scope_namespace_id=(value) -> ::String
Parameter
  • value (::String) — Required. Client chosen ID for the Namespace. namespace_id must be a valid RFC 1123 compliant DNS label:

    1. At most 63 characters in length
    2. It must consist of lower case alphanumeric characters or -
    3. It must start and end with an alphanumeric character

    Which can be expressed as the regex: [a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.

Returns
  • (::String) — Required. Client chosen ID for the Namespace. namespace_id must be a valid RFC 1123 compliant DNS label:

    1. At most 63 characters in length
    2. It must consist of lower case alphanumeric characters or -
    3. It must start and end with an alphanumeric character

    Which can be expressed as the regex: [a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.