Service Directory v1 API - Class UpdateNamespaceRequest (2.4.0)

public sealed class UpdateNamespaceRequest : IMessage<UpdateNamespaceRequest>, IEquatable<UpdateNamespaceRequest>, IDeepCloneable<UpdateNamespaceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Directory v1 API class UpdateNamespaceRequest.

The request message for [RegistrationService.UpdateNamespace][google.cloud.servicedirectory.v1.RegistrationService.UpdateNamespace].

Inheritance

object > UpdateNamespaceRequest

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

UpdateNamespaceRequest()

public UpdateNamespaceRequest()

UpdateNamespaceRequest(UpdateNamespaceRequest)

public UpdateNamespaceRequest(UpdateNamespaceRequest other)
Parameter
NameDescription
otherUpdateNamespaceRequest

Properties

Namespace

public Namespace Namespace { get; set; }

Required. The updated namespace.

Property Value
TypeDescription
Namespace

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. List of fields to be updated in this request.

Property Value
TypeDescription
FieldMask