public sealed class UpdateAgentGatewayRequest : IMessage<UpdateAgentGatewayRequest>, IEquatable<UpdateAgentGatewayRequest>, IDeepCloneable<UpdateAgentGatewayRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class UpdateAgentGatewayRequest.
Request used by the UpdateAgentGateway method.
Implements
IMessageUpdateAgentGatewayRequest, IEquatableUpdateAgentGatewayRequest, IDeepCloneableUpdateAgentGatewayRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
UpdateAgentGatewayRequest()
public UpdateAgentGatewayRequest()UpdateAgentGatewayRequest(UpdateAgentGatewayRequest)
public UpdateAgentGatewayRequest(UpdateAgentGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAgentGatewayRequest |
Properties
AgentGateway
public AgentGateway AgentGateway { get; set; }Required. Updated AgentGateway resource.
| Property Value | |
|---|---|
| Type | Description |
AgentGateway |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to specify the fields to be overwritten in the AgentGateway 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 |
|