Class CreateEndpointRequest (0.4.0)

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

Request message for EndpointService.CreateEndpoint.

Attributes

Name Description
parent str
Required. The resource name of the Location to create the Endpoint in. Format: ``projects/{project}/locations/{location}``
endpoint `.gca_endpoint.Endpoint`
Required. The Endpoint to create.

Inheritance

builtins.object > proto.message.Message > CreateEndpointRequest