Apigee Registry v1 API - Class UpdateApiRequest (1.0.0-beta06)

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

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

Request message for UpdateApi.

Inheritance

object > UpdateApiRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

UpdateApiRequest()

public UpdateApiRequest()

UpdateApiRequest(UpdateApiRequest)

public UpdateApiRequest(UpdateApiRequest other)
Parameter
NameDescription
otherUpdateApiRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the API is not found, a new API will be created. In this situation, update_mask is ignored.

Property Value
TypeDescription
bool

Api

public Api Api { get; set; }

Required. The API to update.

The name field is used to identify the API to update. Format: projects/*/locations/*/apis/*

Property Value
TypeDescription
Api

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.

Property Value
TypeDescription
FieldMask