Class UpdateVersionRequest (0.2.0)

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

Request message for Versions.UpdateVersion. .. attribute:: name

Name of the resource to update. Example: apps/myapp/services/default/versions/1.

:type: str

Attributes

NameDescription
version google.cloud.appengine_admin_v1.types.Version
A Version containing the updated resource. Only fields set in the field mask will be updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Standard field mask for the set of fields to be updated.

Inheritance

builtins.object > proto.message.Message > UpdateVersionRequest