public sealed class UpdateGatewayRequest : IMessage<UpdateGatewayRequest>, IEquatable<UpdateGatewayRequest>, IDeepCloneable<UpdateGatewayRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.UpdateGateway
Implements
IMessage<UpdateGatewayRequest>, IEquatable<UpdateGatewayRequest>, IDeepCloneable<UpdateGatewayRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
UpdateGatewayRequest()
public UpdateGatewayRequest()
UpdateGatewayRequest(UpdateGatewayRequest)
public UpdateGatewayRequest(UpdateGatewayRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateGatewayRequest |
Properties
Gateway
public Gateway Gateway { get; set; }
Required. Gateway resource.
Property Value | |
---|---|
Type | Description |
Gateway |
UpdateMask
public FieldMask UpdateMask { get; set; }
Field mask is used to specify the fields to be overwritten in the Gateway 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 |