ProjectsLocationsTransformDescriptions
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)
GoogleCloudDatapipelinesV1TransformDescription
get(string $name, array $optParams = [])
Gets the transform description associated with the provided uniform resource name. (transformDescriptions.get)