Class: Google::Cloud::ServiceDirectory::V1::UpdateNamespaceRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The updated namespace.

Returns:



139
140
141
142
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 139

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.

Returns:



139
140
141
142
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 139

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