Class: Google::Cloud::ServiceDirectory::V1::GetNamespaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::GetNamespaceRequest
- 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.GetNamespace.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the namespace to retrieve.
120 121 122 123 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 120 class GetNamespaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |