ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$datastreamService = new Google\Service\Datastream(...);
$locations = $datastreamService->projects_locations;
Methods
fetchStaticIps(string $name, array $optParams = [])
The FetchStaticIps API call exposes the static IP addresses used by Datastream. (locations.fetchStaticIps)
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
Details
FetchStaticIpsResponse
fetchStaticIps(string $name, array $optParams = [])
The FetchStaticIps API call exposes the static IP addresses used by Datastream. (locations.fetchStaticIps)
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)