Class UpdateNamespaceRequest (1.0.0)

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

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

Inheritance

System.Object > UpdateNamespaceRequest

Implements

Google.Protobuf.IMessage<UpdateNamespaceRequest>, System.IEquatable<UpdateNamespaceRequest>, Google.Protobuf.IDeepCloneable<UpdateNamespaceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.WellKnownTypes.FieldMask