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].
Implements
IMessageUpdateNamespaceRequest, IEquatableUpdateNamespaceRequest, IDeepCloneableUpdateNamespaceRequest, IBufferMessage, 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 |
FieldMask |