Class UpdateNamespaceRequest (1.0.0-beta06)

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

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

Inheritance

Object > UpdateNamespaceRequest

Namespace

Google.Cloud.ServiceDirectory.V1Beta1

Assembly

Google.Cloud.ServiceDirectory.V1Beta1.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