class ProjectsLocationsTransformDescriptions extends Resource (View source)

The "transformDescriptions" collection of methods.

Typical usage is:

 $datapipelinesService = new Google\Service\Datapipelines(...);
 $transformDescriptions = $datapipelinesService->transformDescriptions;

Methods

batchGet(string $parent, array $optParams = [])

Gets transform descriptions in a batch, associated with a list of provided uniform resource names. (transformDescriptions.batchGet)

get(string $name, array $optParams = [])

Gets the transform description associated with the provided uniform resource name. (transformDescriptions.get)

Details

GoogleCloudDatapipelinesV1BatchGetTransformDescriptionsResponse batchGet(string $parent, array $optParams = [])

Gets transform descriptions in a batch, associated with a list of provided uniform resource names. (transformDescriptions.batchGet)

Parameters

string $parent

Required. The project and location shared by all transform descriptions being retrieved, formatted as "projects/{project}/locations/{location}".

array $optParams

Optional parameters.

Return Value

GoogleCloudDatapipelinesV1BatchGetTransformDescriptionsResponse

GoogleCloudDatapipelinesV1TransformDescription get(string $name, array $optParams = [])

Gets the transform description associated with the provided uniform resource name. (transformDescriptions.get)

Parameters

string $name

Required. The full name formatted as "projects/{your- project}/locations/{google-cloud-region}/transformdescriptions/{uniform- resource-name}".

array $optParams

Optional parameters.

Return Value

GoogleCloudDatapipelinesV1TransformDescription