ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$contentwarehouseService = new Google\Service\Contentwarehouse(...);
$locations = $contentwarehouseService->projects_locations;
Methods
getStatus(string $location, array $optParams = [])
Get the project status. (locations.getStatus)
initialize(string $location, GoogleCloudContentwarehouseV1InitializeProjectRequest $postBody, array $optParams = [])
Provisions resources for given tenant project. Returns a long running operation. (locations.initialize)
runPipeline(string $name, GoogleCloudContentwarehouseV1RunPipelineRequest $postBody, array $optParams = [])
Run a predefined pipeline. (locations.runPipeline)
Details
GoogleCloudContentwarehouseV1ProjectStatus
getStatus(string $location, array $optParams = [])
Get the project status. (locations.getStatus)
GoogleLongrunningOperation
initialize(string $location, GoogleCloudContentwarehouseV1InitializeProjectRequest $postBody, array $optParams = [])
Provisions resources for given tenant project. Returns a long running operation. (locations.initialize)
GoogleLongrunningOperation
runPipeline(string $name, GoogleCloudContentwarehouseV1RunPipelineRequest $postBody, array $optParams = [])
Run a predefined pipeline. (locations.runPipeline)