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 setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetSecurityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetSecurityStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetSecurityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetSecurityStatus.php | Apache-2.0 |
public function setCompletionPercent($completionPercent)
{
$this->completionPercent = $completionPercent;
} | @param int | setCompletionPercent | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function getCompletionPercent()
{
return $this->completionPercent;
} | @return int | getCompletionPercent | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobStatus.php | Apache-2.0 |
public function setImage($image)
{
$this->image = $image;
} | @param string | setImage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function getImage()
{
return $this->image;
} | @return string | getImage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function setJavaJars($javaJars)
{
$this->javaJars = $javaJars;
} | @param string[] | setJavaJars | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function getJavaJars()
{
return $this->javaJars;
} | @return string[] | getJavaJars | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function setProperties($properties)
{
$this->properties = $properties;
} | @param string[] | setProperties | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function getProperties()
{
return $this->properties;
} | @return string[] | getProperties | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function setPythonPackages($pythonPackages)
{
$this->pythonPackages = $pythonPackages;
} | @param string[] | setPythonPackages | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function getPythonPackages()
{
return $this->pythonPackages;
} | @return string[] | getPythonPackages | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function setLocationId($locationId)
{
$this->locationId = $locationId;
} | @param string | setLocationId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function getLocationId()
{
return $this->locationId;
} | @return string | getLocationId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationLocation.php | Apache-2.0 |
public function setIssue($issue)
{
$this->issue = $issue;
} | @param string | setIssue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | Apache-2.0 |
public function getIssue()
{
return $this->issue;
} | @return string | getIssue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventActionDetails.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimension.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimension.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimension.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimension.php | Apache-2.0 |
public function setJobs($jobs)
{
$this->jobs = $jobs;
} | @param GoogleCloudDataplexV1Job[] | setJobs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | Apache-2.0 |
public function getJobs()
{
return $this->jobs;
} | @return GoogleCloudDataplexV1Job[] | getJobs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListJobsResponse.php | Apache-2.0 |
public function setEnvironments($environments)
{
$this->environments = $environments;
} | @param GoogleCloudDataplexV1Environment[] | setEnvironments | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | Apache-2.0 |
public function getEnvironments()
{
return $this->environments;
} | @return GoogleCloudDataplexV1Environment[] | getEnvironments | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEnvironmentsResponse.php | Apache-2.0 |
public function setLocations($locations)
{
$this->locations = $locations;
} | @param GoogleCloudLocationLocation[] | setLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | Apache-2.0 |
public function getLocations()
{
return $this->locations;
} | @return GoogleCloudLocationLocation[] | getLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudLocationListLocationsResponse.php | Apache-2.0 |
public function setNextPage($nextPage)
{
$this->nextPage = $nextPage;
} | @param SearchQueriesNextPage[] | setNextPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function getNextPage()
{
return $this->nextPage;
} | @return SearchQueriesNextPage[] | getNextPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function setPreviousPage($previousPage)
{
$this->previousPage = $previousPage;
} | @param SearchQueriesPreviousPage[] | setPreviousPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function getPreviousPage()
{
return $this->previousPage;
} | @return SearchQueriesPreviousPage[] | getPreviousPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function setRequest($request)
{
$this->request = $request;
} | @param SearchQueriesRequest[] | setRequest | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function getRequest()
{
return $this->request;
} | @return SearchQueriesRequest[] | getRequest | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueries.php | Apache-2.0 |
public function setCount($count)
{
$this->count = $count;
} | @param int | setCount | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getCount()
{
return $this->count;
} | @return int | getCount | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setCr($cr)
{
$this->cr = $cr;
} | @param string | setCr | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getCr()
{
return $this->cr;
} | @return string | getCr | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setCx($cx)
{
$this->cx = $cx;
} | @param string | setCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getCx()
{
return $this->cx;
} | @return string | getCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setDateRestrict($dateRestrict)
{
$this->dateRestrict = $dateRestrict;
} | @param string | setDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getDateRestrict()
{
return $this->dateRestrict;
} | @return string | getDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setDisableCnTwTranslation($disableCnTwTranslation)
{
$this->disableCnTwTranslation = $disableCnTwTranslation;
} | @param string | setDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getDisableCnTwTranslation()
{
return $this->disableCnTwTranslation;
} | @return string | getDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setExactTerms($exactTerms)
{
$this->exactTerms = $exactTerms;
} | @param string | setExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getExactTerms()
{
return $this->exactTerms;
} | @return string | getExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setExcludeTerms($excludeTerms)
{
$this->excludeTerms = $excludeTerms;
} | @param string | setExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getExcludeTerms()
{
return $this->excludeTerms;
} | @return string | getExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setFileType($fileType)
{
$this->fileType = $fileType;
} | @param string | setFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getFileType()
{
return $this->fileType;
} | @return string | getFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setGl($gl)
{
$this->gl = $gl;
} | @param string | setGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getGl()
{
return $this->gl;
} | @return string | getGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setGoogleHost($googleHost)
{
$this->googleHost = $googleHost;
} | @param string | setGoogleHost | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getGoogleHost()
{
return $this->googleHost;
} | @return string | getGoogleHost | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setHighRange($highRange)
{
$this->highRange = $highRange;
} | @param string | setHighRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getHighRange()
{
return $this->highRange;
} | @return string | getHighRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setHl($hl)
{
$this->hl = $hl;
} | @param string | setHl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getHl()
{
return $this->hl;
} | @return string | getHl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setHq($hq)
{
$this->hq = $hq;
} | @param string | setHq | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getHq()
{
return $this->hq;
} | @return string | getHq | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setImgColorType($imgColorType)
{
$this->imgColorType = $imgColorType;
} | @param string | setImgColorType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getImgColorType()
{
return $this->imgColorType;
} | @return string | getImgColorType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setImgDominantColor($imgDominantColor)
{
$this->imgDominantColor = $imgDominantColor;
} | @param string | setImgDominantColor | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getImgDominantColor()
{
return $this->imgDominantColor;
} | @return string | getImgDominantColor | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setImgSize($imgSize)
{
$this->imgSize = $imgSize;
} | @param string | setImgSize | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getImgSize()
{
return $this->imgSize;
} | @return string | getImgSize | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setImgType($imgType)
{
$this->imgType = $imgType;
} | @param string | setImgType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getImgType()
{
return $this->imgType;
} | @return string | getImgType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setInputEncoding($inputEncoding)
{
$this->inputEncoding = $inputEncoding;
} | @param string | setInputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getInputEncoding()
{
return $this->inputEncoding;
} | @return string | getInputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setLanguage($language)
{
$this->language = $language;
} | @param string | setLanguage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getLanguage()
{
return $this->language;
} | @return string | getLanguage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setLinkSite($linkSite)
{
$this->linkSite = $linkSite;
} | @param string | setLinkSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getLinkSite()
{
return $this->linkSite;
} | @return string | getLinkSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setLowRange($lowRange)
{
$this->lowRange = $lowRange;
} | @param string | setLowRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getLowRange()
{
return $this->lowRange;
} | @return string | getLowRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setOrTerms($orTerms)
{
$this->orTerms = $orTerms;
} | @param string | setOrTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getOrTerms()
{
return $this->orTerms;
} | @return string | getOrTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setOutputEncoding($outputEncoding)
{
$this->outputEncoding = $outputEncoding;
} | @param string | setOutputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getOutputEncoding()
{
return $this->outputEncoding;
} | @return string | getOutputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.