ProjectsDataSources
class ProjectsDataSources extends Resource (View source)
The "dataSources" collection of methods.
Typical usage is:
$bigquerydatatransferService = new Google\Service\BigQueryDataTransfer(...);
$dataSources = $bigquerydatatransferService->projects_dataSources;
Methods
checkValidCreds(string $name, CheckValidCredsRequest $postBody, array $optParams = [])
Returns true if valid credentials exist for the given data source and requesting user. (dataSources.checkValidCreds)
get(string $name, array $optParams = [])
Retrieves a supported data source and returns its settings. (dataSources.get)
listProjectsDataSources(string $parent, array $optParams = [])
Lists supported data sources and returns their settings.
Details
CheckValidCredsResponse
checkValidCreds(string $name, CheckValidCredsRequest $postBody, array $optParams = [])
Returns true if valid credentials exist for the given data source and requesting user. (dataSources.checkValidCreds)
DataSource
get(string $name, array $optParams = [])
Retrieves a supported data source and returns its settings. (dataSources.get)
ListDataSourcesResponse
listProjectsDataSources(string $parent, array $optParams = [])
Lists supported data sources and returns their settings.
(dataSources.listProjectsDataSources)