ProjectsLocationsNamespacesServicesEndpoints
class ProjectsLocationsNamespacesServicesEndpoints extends Resource (View source)
The "endpoints" collection of methods.
Typical usage is:
$servicedirectoryService = new Google\Service\ServiceDirectory(...);
$endpoints = $servicedirectoryService->projects_locations_namespaces_services_endpoints;
Methods
delete(string $name, array $optParams = [])
Deletes an endpoint. (endpoints.delete)
listProjectsLocationsNamespacesServicesEndpoints(string $parent, array $optParams = [])
Lists all endpoints.
Details
Endpoint
create(string $parent, Endpoint $postBody, array $optParams = [])
Creates an endpoint, and returns the new endpoint. (endpoints.create)
ServicedirectoryEmpty
delete(string $name, array $optParams = [])
Deletes an endpoint. (endpoints.delete)
Endpoint
get(string $name, array $optParams = [])
Gets an endpoint. (endpoints.get)
ListEndpointsResponse
listProjectsLocationsNamespacesServicesEndpoints(string $parent, array $optParams = [])
Lists all endpoints.
(endpoints.listProjectsLocationsNamespacesServicesEndpoints)