ProjectsLocationsEndpointPolicies
class ProjectsLocationsEndpointPolicies extends Resource (View source)
The "endpointPolicies" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$endpointPolicies = $networkservicesService->projects_locations_endpointPolicies;
Methods
Creates a new EndpointPolicy in a given project and location.
Deletes a single EndpointPolicy. (endpointPolicies.delete)
Gets details of a single EndpointPolicy. (endpointPolicies.get)
Lists EndpointPolicies in a given project and location.
Updates the parameters of a single EndpointPolicy. (endpointPolicies.patch)
Details
Operation
create(string $parent, EndpointPolicy $postBody, array $optParams = [])
Creates a new EndpointPolicy in a given project and location.
(endpointPolicies.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single EndpointPolicy. (endpointPolicies.delete)
EndpointPolicy
get(string $name, array $optParams = [])
Gets details of a single EndpointPolicy. (endpointPolicies.get)
ListEndpointPoliciesResponse
listProjectsLocationsEndpointPolicies(string $parent, array $optParams = [])
Lists EndpointPolicies in a given project and location.
(endpointPolicies.listProjectsLocationsEndpointPolicies)
Operation
patch(string $name, EndpointPolicy $postBody, array $optParams = [])
Updates the parameters of a single EndpointPolicy. (endpointPolicies.patch)