Network Services v1 API - Class UpdateEndpointPolicyRequest (1.0.0-beta01)

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.

Inheritance

object > UpdateEndpointPolicyRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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