Class UpdateApplicationRequest (0.2.0)

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

Request message for Applications.UpdateApplication. .. attribute:: name

Name of the Application resource to update. Example: apps/myapp.

:type: str

Attributes

NameDescription
application google.cloud.appengine_admin_v1.types.Application
An Application containing the updated resource.
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 > UpdateApplicationRequest