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 setAnnotations(GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations $annotations)
{
$this->annotations = $annotations;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations | setAnnotations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getAnnotations()
{
return $this->annotations;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations | getAnnotations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setArrayItems(GoogleCloudDataplexV1AspectTypeMetadataTemplate $arrayItems)
{
$this->arrayItems = $arrayItems;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplate | setArrayItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getArrayItems()
{
return $this->arrayItems;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplate | getArrayItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setConstraints(GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints $constraints)
{
$this->constraints = $constraints;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints | setConstraints | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getConstraints()
{
return $this->constraints;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints | getConstraints | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setEnumValues($enumValues)
{
$this->enumValues = $enumValues;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue[] | setEnumValues | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getEnumValues()
{
return $this->enumValues;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue[] | getEnumValues | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setIndex($index)
{
$this->index = $index;
} | @param int | setIndex | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getIndex()
{
return $this->index;
} | @return int | getIndex | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setMapItems(GoogleCloudDataplexV1AspectTypeMetadataTemplate $mapItems)
{
$this->mapItems = $mapItems;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplate | setMapItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getMapItems()
{
return $this->mapItems;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplate | getMapItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setRecordFields($recordFields)
{
$this->recordFields = $recordFields;
} | @param GoogleCloudDataplexV1AspectTypeMetadataTemplate[] | setRecordFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getRecordFields()
{
return $this->recordFields;
} | @return GoogleCloudDataplexV1AspectTypeMetadataTemplate[] | getRecordFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setTypeId($typeId)
{
$this->typeId = $typeId;
} | @param string | setTypeId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getTypeId()
{
return $this->typeId;
} | @return string | getTypeId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setTypeRef($typeRef)
{
$this->typeRef = $typeRef;
} | @param string | setTypeRef | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function getTypeRef()
{
return $this->typeRef;
} | @return string | getTypeRef | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplate.php | Apache-2.0 |
public function setRule($rule)
{
$this->rule = $rule;
} | @param GoogleCloudDataplexV1DataQualityRule[] | setRule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GenerateDataQualityRulesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GenerateDataQualityRulesResponse.php | Apache-2.0 |
public function getRule()
{
return $this->rule;
} | @return GoogleCloudDataplexV1DataQualityRule[] | getRule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GenerateDataQualityRulesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GenerateDataQualityRulesResponse.php | Apache-2.0 |
public function setEncoding($encoding)
{
$this->encoding = $encoding;
} | @param string | setEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | Apache-2.0 |
public function getEncoding()
{
return $this->encoding;
} | @return string | getEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | Apache-2.0 |
public function setTypeInferenceDisabled($typeInferenceDisabled)
{
$this->typeInferenceDisabled = $typeInferenceDisabled;
} | @param bool | setTypeInferenceDisabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | Apache-2.0 |
public function getTypeInferenceDisabled()
{
return $this->typeInferenceDisabled;
} | @return bool | getTypeInferenceDisabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.php | Apache-2.0 |
public function setCount($count)
{
$this->count = $count;
} | @param string | setCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | Apache-2.0 |
public function getCount()
{
return $this->count;
} | @return string | getCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | Apache-2.0 |
public function setValue($value)
{
$this->value = $value;
} | @param string | setValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | Apache-2.0 |
public function getValue()
{
return $this->value;
} | @return string | getValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.php | Apache-2.0 |
public function setManagedAccessIdentity($managedAccessIdentity)
{
$this->managedAccessIdentity = $managedAccessIdentity;
} | @param string | setManagedAccessIdentity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function getManagedAccessIdentity()
{
return $this->managedAccessIdentity;
} | @return string | getManagedAccessIdentity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | Apache-2.0 |
public function setAttributeCount($attributeCount)
{
$this->attributeCount = $attributeCount;
} | @param int | setAttributeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getAttributeCount()
{
return $this->attributeCount;
} | @return int | getAttributeCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setDataAccessSpec(GoogleCloudDataplexV1DataAccessSpec $dataAccessSpec)
{
$this->dataAccessSpec = $dataAccessSpec;
} | @param GoogleCloudDataplexV1DataAccessSpec | setDataAccessSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getDataAccessSpec()
{
return $this->dataAccessSpec;
} | @return GoogleCloudDataplexV1DataAccessSpec | getDataAccessSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setEtag($etag)
{
$this->etag = $etag;
} | @param string | setEtag | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getEtag()
{
return $this->etag;
} | @return string | getEtag | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setParentId($parentId)
{
$this->parentId = $parentId;
} | @param string | setParentId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getParentId()
{
return $this->parentId;
} | @return string | getParentId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setResourceAccessSpec(GoogleCloudDataplexV1ResourceAccessSpec $resourceAccessSpec)
{
$this->resourceAccessSpec = $resourceAccessSpec;
} | @param GoogleCloudDataplexV1ResourceAccessSpec | setResourceAccessSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getResourceAccessSpec()
{
return $this->resourceAccessSpec;
} | @return GoogleCloudDataplexV1ResourceAccessSpec | getResourceAccessSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttribute.php | Apache-2.0 |
public function setAction(GoogleCloudDataplexV1DiscoveryEventActionDetails $action)
{
$this->action = $action;
} | @param GoogleCloudDataplexV1DiscoveryEventActionDetails | setAction | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getAction()
{
return $this->action;
} | @return GoogleCloudDataplexV1DiscoveryEventActionDetails | getAction | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setAssetId($assetId)
{
$this->assetId = $assetId;
} | @param string | setAssetId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getAssetId()
{
return $this->assetId;
} | @return string | getAssetId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setConfig(GoogleCloudDataplexV1DiscoveryEventConfigDetails $config)
{
$this->config = $config;
} | @param GoogleCloudDataplexV1DiscoveryEventConfigDetails | setConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getConfig()
{
return $this->config;
} | @return GoogleCloudDataplexV1DiscoveryEventConfigDetails | getConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setDataLocation($dataLocation)
{
$this->dataLocation = $dataLocation;
} | @param string | setDataLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getDataLocation()
{
return $this->dataLocation;
} | @return string | getDataLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setDatascanId($datascanId)
{
$this->datascanId = $datascanId;
} | @param string | setDatascanId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getDatascanId()
{
return $this->datascanId;
} | @return string | getDatascanId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setEntity(GoogleCloudDataplexV1DiscoveryEventEntityDetails $entity)
{
$this->entity = $entity;
} | @param GoogleCloudDataplexV1DiscoveryEventEntityDetails | setEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getEntity()
{
return $this->entity;
} | @return GoogleCloudDataplexV1DiscoveryEventEntityDetails | getEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setLakeId($lakeId)
{
$this->lakeId = $lakeId;
} | @param string | setLakeId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getLakeId()
{
return $this->lakeId;
} | @return string | getLakeId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setPartition(GoogleCloudDataplexV1DiscoveryEventPartitionDetails $partition)
{
$this->partition = $partition;
} | @param GoogleCloudDataplexV1DiscoveryEventPartitionDetails | setPartition | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getPartition()
{
return $this->partition;
} | @return GoogleCloudDataplexV1DiscoveryEventPartitionDetails | getPartition | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setTable(GoogleCloudDataplexV1DiscoveryEventTableDetails $table)
{
$this->table = $table;
} | @param GoogleCloudDataplexV1DiscoveryEventTableDetails | setTable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getTable()
{
return $this->table;
} | @return GoogleCloudDataplexV1DiscoveryEventTableDetails | getTable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setZoneId($zoneId)
{
$this->zoneId = $zoneId;
} | @param string | setZoneId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function getZoneId()
{
return $this->zoneId;
} | @return string | getZoneId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEvent.php | Apache-2.0 |
public function setDataScans($dataScans)
{
$this->dataScans = $dataScans;
} | @param GoogleCloudDataplexV1DataScan[] | setDataScans | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function getDataScans()
{
return $this->dataScans;
} | @return GoogleCloudDataplexV1DataScan[] | getDataScans | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListDataScansResponse.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | Apache-2.0 |
public function setDataDiscoveryResult(GoogleCloudDataplexV1DataDiscoveryResult $dataDiscoveryResult)
{
$this->dataDiscoveryResult = $dataDiscoveryResult;
} | @param GoogleCloudDataplexV1DataDiscoveryResult | setDataDiscoveryResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | Apache-2.0 |
public function getDataDiscoveryResult()
{
return $this->dataDiscoveryResult;
} | @return GoogleCloudDataplexV1DataDiscoveryResult | getDataDiscoveryResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | Apache-2.0 |
public function setDataDiscoverySpec(GoogleCloudDataplexV1DataDiscoverySpec $dataDiscoverySpec)
{
$this->dataDiscoverySpec = $dataDiscoverySpec;
} | @param GoogleCloudDataplexV1DataDiscoverySpec | setDataDiscoverySpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | Apache-2.0 |
public function getDataDiscoverySpec()
{
return $this->dataDiscoverySpec;
} | @return GoogleCloudDataplexV1DataDiscoverySpec | getDataDiscoverySpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanJob.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.