API Gateway v1 API - Class UpdateApiRequest (2.3.0)

public sealed class UpdateApiRequest : IMessage<UpdateApiRequest>, IEquatable<UpdateApiRequest>, IDeepCloneable<UpdateApiRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API Gateway v1 API class UpdateApiRequest.

Request message for ApiGatewayService.UpdateApi

Inheritance

object > UpdateApiRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

UpdateApiRequest()

public UpdateApiRequest()

UpdateApiRequest(UpdateApiRequest)

public UpdateApiRequest(UpdateApiRequest other)
Parameter
NameDescription
otherUpdateApiRequest

Properties

Api

public Api Api { get; set; }

Required. API resource.

Property Value
TypeDescription
Api

UpdateMask

public FieldMask UpdateMask { get; set; }

Field mask is used to specify the fields to be overwritten in the Api 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
TypeDescription
FieldMask