public sealed class UpdateNamespaceRequest : IMessage<UpdateNamespaceRequest>, IEquatable<UpdateNamespaceRequest>, IDeepCloneable<UpdateNamespaceRequest>, IBufferMessage, IMessageThe request message for [RegistrationService.UpdateNamespace][google.cloud.servicedirectory.v1.RegistrationService.UpdateNamespace].
Inheritance
System.Object > UpdateNamespaceRequestImplements
Google.Protobuf.IMessage<UpdateNamespaceRequest>, System.IEquatable<UpdateNamespaceRequest>, Google.Protobuf.IDeepCloneable<UpdateNamespaceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
UpdateNamespaceRequest()
public UpdateNamespaceRequest()UpdateNamespaceRequest(UpdateNamespaceRequest)
public UpdateNamespaceRequest(UpdateNamespaceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateNamespaceRequest |
Properties
Namespace
public Namespace Namespace { get; set; }Required. The updated namespace.
| Property Value | |
|---|---|
| Type | Description |
Namespace |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. List of fields to be updated in this request.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |
|