Reference documentation and code samples for the Service Directory V1 API class Google::Cloud::ServiceDirectory::V1::UpdateNamespaceRequest.
The request message for RegistrationService.UpdateNamespace.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#namespace
def namespace() -> ::Google::Cloud::ServiceDirectory::V1::Namespace
Returns
- (::Google::Cloud::ServiceDirectory::V1::Namespace) — Required. The updated namespace.
#namespace=
def namespace=(value) -> ::Google::Cloud::ServiceDirectory::V1::Namespace
Parameter
- value (::Google::Cloud::ServiceDirectory::V1::Namespace) — Required. The updated namespace.
Returns
- (::Google::Cloud::ServiceDirectory::V1::Namespace) — Required. The updated namespace.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.