OptionalendpointThe Endpoint resource to create. Fields other than endpoint.name carry the desired
configuration; endpoint.name is server-assigned from parent and endpoint_id.
OptionalendpointThe user-supplied short name for the Endpoint, per AIP-133. The server composes the
full Endpoint.name as {parent}/endpoints/{endpoint_id}. AIP-133 does not list
endpoint_id as a fields-may-be-required entry, so we annotate it OPTIONAL on the
wire; the server still rejects empty values with INVALID_PARAMETER_VALUE.
OptionalparentThe Workspace where this Endpoint will be created.
Format: workspaces/{workspace_id}
AIP-133 conformant Create. The endpoint is nested under
endpoint;parentcarries the workspace path;endpoint_idis the user-supplied short name. The server composesEndpoint.namefromparentandendpoint_id; any client-suppliedendpoint.nameis ignored.