code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setEndpoints(GoogleCloudDataplexV1EnvironmentEndpoints $endpoints)
{
$this->endpoints = $endpoints;
} | @param GoogleCloudDataplexV1EnvironmentEndpoints | setEndpoints | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getEndpoints()
{
return $this->endpoints;
} | @return GoogleCloudDataplexV1EnvironmentEndpoints | getEndpoints | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setInfrastructureSpec(GoogleCloudDataplexV1EnvironmentInfrastructureSpec $infrastructureSpec)
{
$this->infrastructureSpec = $infrastructureSpec;
} | @param GoogleCloudDataplexV1EnvironmentInfrastructureSpec | setInfrastructureSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getInfrastructureSpec()
{
return $this->infrastructureSpec;
} | @return GoogleCloudDataplexV1EnvironmentInfrastructureSpec | getInfrastructureSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setSessionSpec(GoogleCloudDataplexV1EnvironmentSessionSpec $sessionSpec)
{
$this->sessionSpec = $sessionSpec;
} | @param GoogleCloudDataplexV1EnvironmentSessionSpec | setSessionSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getSessionSpec()
{
return $this->sessionSpec;
} | @return GoogleCloudDataplexV1EnvironmentSessionSpec | getSessionSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setSessionStatus(GoogleCloudDataplexV1EnvironmentSessionStatus $sessionStatus)
{
$this->sessionStatus = $sessionStatus;
} | @param GoogleCloudDataplexV1EnvironmentSessionStatus | setSessionStatus | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getSessionStatus()
{
return $this->sessionStatus;
} | @return GoogleCloudDataplexV1EnvironmentSessionStatus | getSessionStatus | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | Apache-2.0 |
public function setSessions($sessions)
{
$this->sessions = $sessions;
} | @param GoogleCloudDataplexV1Session[] | setSessions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | Apache-2.0 |
public function getSessions()
{
return $this->sessions;
} | @return GoogleCloudDataplexV1Session[] | getSessions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListSessionsResponse.php | Apache-2.0 |
public function setBigqueryPublishing(GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing $bigqueryPublishing)
{
$this->bigqueryPublishing = $bigqueryPublishing;
} | @param GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing | setBigqueryPublishing | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | Apache-2.0 |
public function getBigqueryPublishing()
{
return $this->bigqueryPublishing;
} | @return GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing | getBigqueryPublishing | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | Apache-2.0 |
public function setScanStatistics(GoogleCloudDataplexV1DataDiscoveryResultScanStatistics $scanStatistics)
{
$this->scanStatistics = $scanStatistics;
} | @param GoogleCloudDataplexV1DataDiscoveryResultScanStatistics | setScanStatistics | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | Apache-2.0 |
public function getScanStatistics()
{
return $this->scanStatistics;
} | @return GoogleCloudDataplexV1DataDiscoveryResultScanStatistics | getScanStatistics | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResult.php | Apache-2.0 |
public function setDataScanJobs($dataScanJobs)
{
$this->dataScanJobs = $dataScanJobs;
} | @param GoogleCloudDataplexV1DataScanJob[] | setDataScanJobs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | Apache-2.0 |
public function getDataScanJobs()
{
return $this->dataScanJobs;
} | @return GoogleCloudDataplexV1DataScanJob[] | getDataScanJobs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScanJobsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | Apache-2.0 |
public function setOperations($operations)
{
$this->operations = $operations;
} | @param GoogleLongrunningOperation[] | setOperations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | Apache-2.0 |
public function getOperations()
{
return $this->operations;
} | @return GoogleLongrunningOperation[] | getOperations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningListOperationsResponse.php | Apache-2.0 |
public function setEventSucceeded($eventSucceeded)
{
$this->eventSucceeded = $eventSucceeded;
} | @param bool | setEventSucceeded | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getEventSucceeded()
{
return $this->eventSucceeded;
} | @return bool | getEventSucceeded | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setFastStartupEnabled($fastStartupEnabled)
{
$this->fastStartupEnabled = $fastStartupEnabled;
} | @param bool | setFastStartupEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getFastStartupEnabled()
{
return $this->fastStartupEnabled;
} | @return bool | getFastStartupEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setQuery(GoogleCloudDataplexV1SessionEventQueryDetail $query)
{
$this->query = $query;
} | @param GoogleCloudDataplexV1SessionEventQueryDetail | setQuery | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getQuery()
{
return $this->query;
} | @return GoogleCloudDataplexV1SessionEventQueryDetail | getQuery | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setSessionId($sessionId)
{
$this->sessionId = $sessionId;
} | @param string | setSessionId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getSessionId()
{
return $this->sessionId;
} | @return string | getSessionId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setUnassignedDuration($unassignedDuration)
{
$this->unassignedDuration = $unassignedDuration;
} | @param string | setUnassignedDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getUnassignedDuration()
{
return $this->unassignedDuration;
} | @return string | getUnassignedDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setUserId($userId)
{
$this->userId = $userId;
} | @param string | setUserId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function getUserId()
{
return $this->userId;
} | @return string | getUserId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEvent.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setDataText($dataText)
{
$this->dataText = $dataText;
} | @param string | setDataText | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getDataText()
{
return $this->dataText;
} | @return string | getDataText | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setNotebook(GoogleCloudDataplexV1ContentNotebook $notebook)
{
$this->notebook = $notebook;
} | @param GoogleCloudDataplexV1ContentNotebook | setNotebook | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getNotebook()
{
return $this->notebook;
} | @return GoogleCloudDataplexV1ContentNotebook | getNotebook | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setPath($path)
{
$this->path = $path;
} | @param string | setPath | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getPath()
{
return $this->path;
} | @return string | getPath | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setSqlScript(GoogleCloudDataplexV1ContentSqlScript $sqlScript)
{
$this->sqlScript = $sqlScript;
} | @param GoogleCloudDataplexV1ContentSqlScript | setSqlScript | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getSqlScript()
{
return $this->sqlScript;
} | @return GoogleCloudDataplexV1ContentSqlScript | getSqlScript | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Content.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Content.php | Apache-2.0 |
public function setNotebooks($notebooks)
{
$this->notebooks = $notebooks;
} | @param string | setNotebooks | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | Apache-2.0 |
public function getNotebooks()
{
return $this->notebooks;
} | @return string | getNotebooks | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | Apache-2.0 |
public function setSql($sql)
{
$this->sql = $sql;
} | @param string | setSql | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | Apache-2.0 |
public function getSql()
{
return $this->sql;
} | @return string | getSql | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentEndpoints.php | Apache-2.0 |
public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
} | @param int | setDiskSizeGb | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function getDiskSizeGb()
{
return $this->diskSizeGb;
} | @return int | getDiskSizeGb | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function setMaxNodeCount($maxNodeCount)
{
$this->maxNodeCount = $maxNodeCount;
} | @param int | setMaxNodeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function getMaxNodeCount()
{
return $this->maxNodeCount;
} | @return int | getMaxNodeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function setNodeCount($nodeCount)
{
$this->nodeCount = $nodeCount;
} | @param int | setNodeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function getNodeCount()
{
return $this->nodeCount;
} | @return int | getNodeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.php | Apache-2.0 |
public function setActions($actions)
{
$this->actions = $actions;
} | @param GoogleCloudDataplexV1Action[] | setActions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | Apache-2.0 |
public function getActions()
{
return $this->actions;
} | @return GoogleCloudDataplexV1Action[] | getActions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListActionsResponse.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setExportResult(GoogleCloudDataplexV1MetadataJobExportJobResult $exportResult)
{
$this->exportResult = $exportResult;
} | @param GoogleCloudDataplexV1MetadataJobExportJobResult | setExportResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getExportResult()
{
return $this->exportResult;
} | @return GoogleCloudDataplexV1MetadataJobExportJobResult | getExportResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setExportSpec(GoogleCloudDataplexV1MetadataJobExportJobSpec $exportSpec)
{
$this->exportSpec = $exportSpec;
} | @param GoogleCloudDataplexV1MetadataJobExportJobSpec | setExportSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getExportSpec()
{
return $this->exportSpec;
} | @return GoogleCloudDataplexV1MetadataJobExportJobSpec | getExportSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setImportResult(GoogleCloudDataplexV1MetadataJobImportJobResult $importResult)
{
$this->importResult = $importResult;
} | @param GoogleCloudDataplexV1MetadataJobImportJobResult | setImportResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getImportResult()
{
return $this->importResult;
} | @return GoogleCloudDataplexV1MetadataJobImportJobResult | getImportResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setImportSpec(GoogleCloudDataplexV1MetadataJobImportJobSpec $importSpec)
{
$this->importSpec = $importSpec;
} | @param GoogleCloudDataplexV1MetadataJobImportJobSpec | setImportSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getImportSpec()
{
return $this->importSpec;
} | @return GoogleCloudDataplexV1MetadataJobImportJobSpec | getImportSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.