ProjectsLocationsGateways
class ProjectsLocationsGateways extends Resource (View source)
The "gateways" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$gateways = $networkservicesService->projects_locations_gateways;
Methods
listProjectsLocationsGateways(string $parent, array $optParams = [])
Lists Gateways in a given project and location.
Details
Operation
create(string $parent, Gateway $postBody, array $optParams = [])
Creates a new Gateway in a given project and location. (gateways.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Gateway. (gateways.delete)
Gateway
get(string $name, array $optParams = [])
Gets details of a single Gateway. (gateways.get)
ListGatewaysResponse
listProjectsLocationsGateways(string $parent, array $optParams = [])
Lists Gateways in a given project and location.
(gateways.listProjectsLocationsGateways)