Class: Google::Cloud::ServiceDirectory::V1::UpdateNamespaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::UpdateNamespaceRequest
- 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.UpdateNamespace.
Instance Attribute Summary collapse
-
#namespace ⇒ ::Google::Cloud::ServiceDirectory::V1::Namespace
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#namespace ⇒ ::Google::Cloud::ServiceDirectory::V1::Namespace
Returns Required. The updated namespace.
133 134 135 136 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 133 class UpdateNamespaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields to be updated in this request.
133 134 135 136 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 133 class UpdateNamespaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |