Class UpdateApiVersionRequest (0.1.2)

UpdateApiVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateApiVersion.

Attributes

NameDescription
api_version google.cloud.apigee_registry_v1.types.ApiVersion
Required. The version to update. The name field is used to identify the version to update. Format: projects/\ */locations/*/apis/*/versions/*
update_mask google.protobuf.field_mask_pb2.FieldMask
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 a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
allow_missing bool
If set to true, and the version is not found, a new version will be created. In this situation, update_mask is ignored.