public sealed class UpdateApiConfigRequest : IMessage<UpdateApiConfigRequest>, IEquatable<UpdateApiConfigRequest>, IDeepCloneable<UpdateApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class UpdateApiConfigRequest.
Request message for ApiGatewayService.UpdateApiConfig
Implements
IMessageUpdateApiConfigRequest, IEquatableUpdateApiConfigRequest, IDeepCloneableUpdateApiConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
UpdateApiConfigRequest()
public UpdateApiConfigRequest()
UpdateApiConfigRequest(UpdateApiConfigRequest)
public UpdateApiConfigRequest(UpdateApiConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateApiConfigRequest |
Properties
ApiConfig
public ApiConfig ApiConfig { get; set; }
Required. API Config resource.
Property Value | |
---|---|
Type | Description |
ApiConfig |
UpdateMask
public FieldMask UpdateMask { get; set; }
Field mask is used to specify the fields to be overwritten in the ApiConfig 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 |