Class: Google::Cloud::ServiceDirectory::V1::CreateNamespaceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/servicedirectory/v1/registration_service.rb

Overview

The request message for RegistrationService.CreateNamespace.

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::Google::Cloud::ServiceDirectory::V1::Namespace

Returns Required. A namespace with initial fields set.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 42

class CreateNamespaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#namespace_id::String

Returns 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.



42
43
44
45
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 42

class CreateNamespaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.



42
43
44
45
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 42

class CreateNamespaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end