public sealed class UpdateEndpointPolicyRequest : IMessage<UpdateEndpointPolicyRequest>, IEquatable<UpdateEndpointPolicyRequest>, IDeepCloneable<UpdateEndpointPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateEndpointPolicyRequest.
Request used with the UpdateEndpointPolicy method.
Implements
IMessageUpdateEndpointPolicyRequest, IEquatableUpdateEndpointPolicyRequest, IDeepCloneableUpdateEndpointPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
UpdateEndpointPolicyRequest()
public UpdateEndpointPolicyRequest()
UpdateEndpointPolicyRequest(UpdateEndpointPolicyRequest)
public UpdateEndpointPolicyRequest(UpdateEndpointPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateEndpointPolicyRequest |
Properties
EndpointPolicy
public EndpointPolicy EndpointPolicy { get; set; }
Required. Updated EndpointPolicy resource.
Property Value | |
---|---|
Type | Description |
EndpointPolicy |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. Field mask is used to specify the fields to be overwritten in the EndpointPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |