public sealed class UpdateApiVersionRequest : IMessage<UpdateApiVersionRequest>, IEquatable<UpdateApiVersionRequest>, IDeepCloneable<UpdateApiVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class UpdateApiVersionRequest.
Request message for UpdateApiVersion.
Implements
IMessageUpdateApiVersionRequest, IEquatableUpdateApiVersionRequest, IDeepCloneableUpdateApiVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
UpdateApiVersionRequest()
public UpdateApiVersionRequest()
UpdateApiVersionRequest(UpdateApiVersionRequest)
public UpdateApiVersionRequest(UpdateApiVersionRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateApiVersionRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the version is not found, a new version will be
created. In this situation, update_mask
is ignored.
Property Value | |
---|---|
Type | Description |
bool |
ApiVersion
public ApiVersion ApiVersion { get; set; }
Required. The version to update.
The name
field is used to identify the version to update.
Format: projects/*/locations/*/apis/*/versions/*
Property Value | |
---|---|
Type | Description |
ApiVersion |
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 | |
---|---|
Type | Description |
FieldMask |