Class UpdateEndpointRequest (0.3.1)

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

Request message for EndpointService.UpdateEndpoint.

Attributes

NameDescription
endpoint `.gca_endpoint.Endpoint`
Required. The Endpoint which replaces the resource on the server.
update_mask `.field_mask.FieldMask`
Required. The update mask applies to the resource.

Inheritance

builtins.object > proto.message.Message > UpdateEndpointRequest