Service Directory V1beta1 API - Class Google::Cloud::ServiceDirectory::V1beta1::CreateNamespaceRequest (v0.15.0)

Reference documentation and code samples for the Service Directory V1beta1 API class Google::Cloud::ServiceDirectory::V1beta1::CreateNamespaceRequest.

The request message for RegistrationService.CreateNamespace.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#namespace

def namespace() -> ::Google::Cloud::ServiceDirectory::V1beta1::Namespace
Returns

#namespace=

def namespace=(value) -> ::Google::Cloud::ServiceDirectory::V1beta1::Namespace
Parameter
Returns

#namespace_id

def namespace_id() -> ::String
Returns
  • (::String) — Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](?:[-a-z0-9]{0,61}[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

#namespace_id=

def namespace_id=(value) -> ::String
Parameter
  • value (::String) — Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](?:[-a-z0-9]{0,61}[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Returns
  • (::String) — Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](?:[-a-z0-9]{0,61}[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the project and location the namespace will be created in.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the project and location the namespace will be created in.
Returns
  • (::String) — Required. The resource name of the project and location the namespace will be created in.