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 setUnits($units)
{
$this->units = $units;
} | @param string | setUnits | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Money.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Money.php | Apache-2.0 |
public function getUnits()
{
return $this->units;
} | @return string | getUnits | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Money.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Money.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | Apache-2.0 |
public function setPlaceActionType($placeActionType)
{
$this->placeActionType = $placeActionType;
} | @param string | setPlaceActionType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | Apache-2.0 |
public function getPlaceActionType()
{
return $this->placeActionType;
} | @return string | getPlaceActionType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionTypeMetadata.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | Apache-2.0 |
public function setPlaceActionTypeMetadata($placeActionTypeMetadata)
{
$this->placeActionTypeMetadata = $placeActionTypeMetadata;
} | @param PlaceActionTypeMetadata[] | setPlaceActionTypeMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | Apache-2.0 |
public function getPlaceActionTypeMetadata()
{
return $this->placeActionTypeMetadata;
} | @return PlaceActionTypeMetadata[] | getPlaceActionTypeMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setIsEditable($isEditable)
{
$this->isEditable = $isEditable;
} | @param bool | setIsEditable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getIsEditable()
{
return $this->isEditable;
} | @return bool | getIsEditable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setIsPreferred($isPreferred)
{
$this->isPreferred = $isPreferred;
} | @param bool | setIsPreferred | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getIsPreferred()
{
return $this->isPreferred;
} | @return bool | getIsPreferred | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setPlaceActionType($placeActionType)
{
$this->placeActionType = $placeActionType;
} | @param string | setPlaceActionType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getPlaceActionType()
{
return $this->placeActionType;
} | @return string | getPlaceActionType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setProviderType($providerType)
{
$this->providerType = $providerType;
} | @param string | setProviderType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getProviderType()
{
return $this->providerType;
} | @return string | getProviderType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setUri($uri)
{
$this->uri = $uri;
} | @param string | setUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function getUri()
{
return $this->uri;
} | @return string | getUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/PlaceActionLink.php | Apache-2.0 |
public function setAmount(Money $amount)
{
$this->amount = $amount;
} | @param Money | setAmount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/FixedFee.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/FixedFee.php | Apache-2.0 |
public function getAmount()
{
return $this->amount;
} | @return Money | getAmount | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/FixedFee.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/FixedFee.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | Apache-2.0 |
public function setPlaceActionLinks($placeActionLinks)
{
$this->placeActionLinks = $placeActionLinks;
} | @param PlaceActionLink[] | setPlaceActionLinks | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | Apache-2.0 |
public function getPlaceActionLinks()
{
return $this->placeActionLinks;
} | @return PlaceActionLink[] | getPlaceActionLinks | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php | Apache-2.0 |
public function setDay($day)
{
$this->day = $day;
} | @param int | setDay | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function getDay()
{
return $this->day;
} | @return int | getDay | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function setMonth($month)
{
$this->month = $month;
} | @param int | setMonth | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function getMonth()
{
return $this->month;
} | @return int | getMonth | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function setYear($year)
{
$this->year = $year;
} | @param int | setYear | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function getYear()
{
return $this->year;
} | @return int | getYear | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Date.php | Apache-2.0 |
public function listPlaceActionTypeMetadata($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], ListPlaceActionTypeMetadataResponse::class);
} | Returns the list of available place action types for a location or country.
(placeActionTypeMetadata.listPlaceActionTypeMetadata)
@param array $optParams Optional parameters.
@opt_param string filter Optional. A filter constraining the place action
types to return metadata for. The response includes entries that match the
filter. We support only the following filters: 1. location=XYZ where XYZ is a
string indicating the resource name of a location, in the format
`locations/{location_id}`. 2. region_code=XYZ where XYZ is a Unicode CLDR
region code to find available action types. If no filter is provided, all
place action types are returned.
@opt_param string languageCode Optional. The IETF BCP-47 code of language to
get display names in. If this language is not available, they will be
provided in English.
@opt_param int pageSize Optional. How many action types to include per page.
Default is 10, minimum is 1.
@opt_param string pageToken Optional. If specified, the next page of place
action type metadata is retrieved. The `pageToken` is returned when a call to
`placeActionTypeMetadata.list` returns more results than can fit into the
requested page size.
@return ListPlaceActionTypeMetadataResponse
@throws \Google\Service\Exception | listPlaceActionTypeMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setDeleteTime($deleteTime)
{
$this->deleteTime = $deleteTime;
} | @param string | setDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getDeleteTime()
{
return $this->deleteTime;
} | @return string | getDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
} | @param string | setExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getExpireTime()
{
return $this->expireTime;
} | @return string | getExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setHiveOptions(HiveDatabaseOptions $hiveOptions)
{
$this->hiveOptions = $hiveOptions;
} | @param HiveDatabaseOptions | setHiveOptions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getHiveOptions()
{
return $this->hiveOptions;
} | @return HiveDatabaseOptions | getHiveOptions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Database.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Database.php | Apache-2.0 |
public function setParameters($parameters)
{
$this->parameters = $parameters;
} | @param string[] | setParameters | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function getParameters()
{
return $this->parameters;
} | @return string[] | getParameters | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function setStorageDescriptor(StorageDescriptor $storageDescriptor)
{
$this->storageDescriptor = $storageDescriptor;
} | @param StorageDescriptor | setStorageDescriptor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function getStorageDescriptor()
{
return $this->storageDescriptor;
} | @return StorageDescriptor | getStorageDescriptor | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function setTableType($tableType)
{
$this->tableType = $tableType;
} | @param string | setTableType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function getTableType()
{
return $this->tableType;
} | @return string | getTableType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveTableOptions.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setDeleteTime($deleteTime)
{
$this->deleteTime = $deleteTime;
} | @param string | setDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getDeleteTime()
{
return $this->deleteTime;
} | @return string | getDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setEtag($etag)
{
$this->etag = $etag;
} | @param string | setEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getEtag()
{
return $this->etag;
} | @return string | getEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
} | @param string | setExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getExpireTime()
{
return $this->expireTime;
} | @return string | getExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setHiveOptions(HiveTableOptions $hiveOptions)
{
$this->hiveOptions = $hiveOptions;
} | @param HiveTableOptions | setHiveOptions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getHiveOptions()
{
return $this->hiveOptions;
} | @return HiveTableOptions | getHiveOptions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Table.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Table.php | Apache-2.0 |
public function setLocationUri($locationUri)
{
$this->locationUri = $locationUri;
} | @param string | setLocationUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | Apache-2.0 |
public function getLocationUri()
{
return $this->locationUri;
} | @return string | getLocationUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | Apache-2.0 |
public function setParameters($parameters)
{
$this->parameters = $parameters;
} | @param string[] | setParameters | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | Apache-2.0 |
public function getParameters()
{
return $this->parameters;
} | @return string[] | getParameters | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/HiveDatabaseOptions.php | Apache-2.0 |
public function setSerializationLib($serializationLib)
{
$this->serializationLib = $serializationLib;
} | @param string | setSerializationLib | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/SerDeInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/SerDeInfo.php | Apache-2.0 |
public function getSerializationLib()
{
return $this->serializationLib;
} | @return string | getSerializationLib | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/SerDeInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/SerDeInfo.php | Apache-2.0 |
public function setDatabases($databases)
{
$this->databases = $databases;
} | @param Database[] | setDatabases | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | Apache-2.0 |
public function getDatabases()
{
return $this->databases;
} | @return Database[] | getDatabases | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListDatabasesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | Apache-2.0 |
public function setTables($tables)
{
$this->tables = $tables;
} | @param Table[] | setTables | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | Apache-2.0 |
public function getTables()
{
return $this->tables;
} | @return Table[] | getTables | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/ListTablesResponse.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function setDeleteTime($deleteTime)
{
$this->deleteTime = $deleteTime;
} | @param string | setDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function getDeleteTime()
{
return $this->deleteTime;
} | @return string | getDeleteTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
} | @param string | setExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function getExpireTime()
{
return $this->expireTime;
} | @return string | getExpireTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/Catalog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/Catalog.php | Apache-2.0 |
public function setInputFormat($inputFormat)
{
$this->inputFormat = $inputFormat;
} | @param string | setInputFormat | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/BigLakeService/StorageDescriptor.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.