ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$documentaiService = new Google\Service\Document(...);
$locations = $documentaiService->projects_locations;
Methods
fetchProcessorTypes(string $parent, array $optParams = [])
Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. (locations.fetchProcessorTypes)
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
GoogleCloudDocumentaiV1FetchProcessorTypesResponse
fetchProcessorTypes(string $parent, array $optParams = [])
Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. (locations.fetchProcessorTypes)
GoogleCloudLocationLocation
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
GoogleCloudLocationListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)