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 setMax($max)
{
$this->max = $max;
} | @param string | setMax | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function getMax()
{
return $this->max;
} | @return string | getMax | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function setMin($min)
{
$this->min = $min;
} | @param string | setMin | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function getMin()
{
return $this->min;
} | @return string | getMin | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function setQuartiles($quartiles)
{
$this->quartiles = $quartiles;
} | @param string[] | setQuartiles | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function getQuartiles()
{
return $this->quartiles;
} | @return string[] | getQuartiles | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo.php | Apache-2.0 |
public function setEntity($entity)
{
$this->entity = $entity;
} | @param string | setEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | Apache-2.0 |
public function getEntity()
{
return $this->entity;
} | @return string | getEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | Apache-2.0 |
public function setResource($resource)
{
$this->resource = $resource;
} | @param string | setResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | Apache-2.0 |
public function getResource()
{
return $this->resource;
} | @return string | getResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataSource.php | Apache-2.0 |
public function setConnection($connection)
{
$this->connection = $connection;
} | @param string | setConnection | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function getConnection()
{
return $this->connection;
} | @return string | getConnection | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function setTableType($tableType)
{
$this->tableType = $tableType;
} | @param string | setTableType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function getTableType()
{
return $this->tableType;
} | @return string | getTableType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.php | Apache-2.0 |
public function setColumnScore($columnScore)
{
$this->columnScore = $columnScore;
} | @param float[] | setColumnScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getColumnScore()
{
return $this->columnScore;
} | @return float[] | getColumnScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setDimensionPassed($dimensionPassed)
{
$this->dimensionPassed = $dimensionPassed;
} | @param bool[] | setDimensionPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getDimensionPassed()
{
return $this->dimensionPassed;
} | @return bool[] | getDimensionPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setDimensionScore($dimensionScore)
{
$this->dimensionScore = $dimensionScore;
} | @param float[] | setDimensionScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getDimensionScore()
{
return $this->dimensionScore;
} | @return float[] | getDimensionScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setPassed($passed)
{
$this->passed = $passed;
} | @param bool | setPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getPassed()
{
return $this->passed;
} | @return bool | getPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
} | @param string | setRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getRowCount()
{
return $this->rowCount;
} | @return string | getRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setScore($score)
{
$this->score = $score;
} | @param float | setScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function getScore()
{
return $this->score;
} | @return float | getScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityResult.php | Apache-2.0 |
public function setBatch(GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources $batch)
{
$this->batch = $batch;
} | @param GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources | setBatch | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function getBatch()
{
return $this->batch;
} | @return GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources | getBatch | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function setContainerImage(GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime $containerImage)
{
$this->containerImage = $containerImage;
} | @param GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime | setContainerImage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function getContainerImage()
{
return $this->containerImage;
} | @return GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime | getContainerImage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function setVpcNetwork(GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork $vpcNetwork)
{
$this->vpcNetwork = $vpcNetwork;
} | @param GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork | setVpcNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function getVpcNetwork()
{
return $this->vpcNetwork;
} | @return GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork | getVpcNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpec.php | Apache-2.0 |
public function setRowFilterApplied($rowFilterApplied)
{
$this->rowFilterApplied = $rowFilterApplied;
} | @param bool | setRowFilterApplied | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | Apache-2.0 |
public function getRowFilterApplied()
{
return $this->rowFilterApplied;
} | @return bool | getRowFilterApplied | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | Apache-2.0 |
public function setSamplingPercent($samplingPercent)
{
$this->samplingPercent = $samplingPercent;
} | @param float | setSamplingPercent | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | Apache-2.0 |
public function getSamplingPercent()
{
return $this->samplingPercent;
} | @return float | getSamplingPercent | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs.php | Apache-2.0 |
public function setImageVersion($imageVersion)
{
$this->imageVersion = $imageVersion;
} | @param string | setImageVersion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function getImageVersion()
{
return $this->imageVersion;
} | @return string | getImageVersion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function setJavaLibraries($javaLibraries)
{
$this->javaLibraries = $javaLibraries;
} | @param string[] | setJavaLibraries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function getJavaLibraries()
{
return $this->javaLibraries;
} | @return string[] | getJavaLibraries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function setProperties($properties)
{
$this->properties = $properties;
} | @param string[] | setProperties | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function getProperties()
{
return $this->properties;
} | @return string[] | getProperties | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function setPythonPackages($pythonPackages)
{
$this->pythonPackages = $pythonPackages;
} | @param string[] | setPythonPackages | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function getPythonPackages()
{
return $this->pythonPackages;
} | @return string[] | getPythonPackages | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | Apache-2.0 |
public function setRequirementOverride(CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride $requirementOverride)
{
$this->requirementOverride = $requirementOverride;
} | @param CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride | setRequirementOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getRequirementOverride()
{
return $this->requirementOverride;
} | @return CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride | getRequirementOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZiOrgPolicy($ziOrgPolicy)
{
$this->ziOrgPolicy = $ziOrgPolicy;
} | @param string | setZiOrgPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZiOrgPolicy()
{
return $this->ziOrgPolicy;
} | @return string | getZiOrgPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZiRegionPolicy($ziRegionPolicy)
{
$this->ziRegionPolicy = $ziRegionPolicy;
} | @param string | setZiRegionPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZiRegionPolicy()
{
return $this->ziRegionPolicy;
} | @return string | getZiRegionPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZiRegionState($ziRegionState)
{
$this->ziRegionState = $ziRegionState;
} | @param string | setZiRegionState | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZiRegionState()
{
return $this->ziRegionState;
} | @return string | getZiRegionState | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZoneIsolation($zoneIsolation)
{
$this->zoneIsolation = $zoneIsolation;
} | @param string | setZoneIsolation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZoneIsolation()
{
return $this->zoneIsolation;
} | @return string | getZoneIsolation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZoneSeparation($zoneSeparation)
{
$this->zoneSeparation = $zoneSeparation;
} | @param string | setZoneSeparation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZoneSeparation()
{
return $this->zoneSeparation;
} | @return string | getZoneSeparation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZsOrgPolicy($zsOrgPolicy)
{
$this->zsOrgPolicy = $zsOrgPolicy;
} | @param string | setZsOrgPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZsOrgPolicy()
{
return $this->zsOrgPolicy;
} | @return string | getZsOrgPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setZsRegionState($zsRegionState)
{
$this->zsRegionState = $zsRegionState;
} | @param string | setZsRegionState | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function getZsRegionState()
{
return $this->zsRegionState;
} | @return string | getZsRegionState | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function setResults($results)
{
$this->results = $results;
} | @param GoogleCloudDataplexV1SearchEntriesResult[] | setResults | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function getResults()
{
return $this->results;
} | @return GoogleCloudDataplexV1SearchEntriesResult[] | getResults | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function setTotalSize($totalSize)
{
$this->totalSize = $totalSize;
} | @param int | setTotalSize | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function getTotalSize()
{
return $this->totalSize;
} | @return int | getTotalSize | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResponse.php | Apache-2.0 |
public function setProjectNumbers($projectNumbers)
{
$this->projectNumbers = $projectNumbers;
} | @param string[] | setProjectNumbers | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy.php | Apache-2.0 |
public function getProjectNumbers()
{
return $this->projectNumbers;
} | @return string[] | getProjectNumbers | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy.php | Apache-2.0 |
public function setExecutorsCount($executorsCount)
{
$this->executorsCount = $executorsCount;
} | @param int | setExecutorsCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | Apache-2.0 |
public function getExecutorsCount()
{
return $this->executorsCount;
} | @return int | getExecutorsCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | Apache-2.0 |
public function setMaxExecutorsCount($maxExecutorsCount)
{
$this->maxExecutorsCount = $maxExecutorsCount;
} | @param int | setMaxExecutorsCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | Apache-2.0 |
public function getMaxExecutorsCount()
{
return $this->maxExecutorsCount;
} | @return int | getMaxExecutorsCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.php | Apache-2.0 |
public function setFields($fields)
{
$this->fields = $fields;
} | @param GoogleCloudDataplexV1SchemaSchemaField[] | setFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function getFields()
{
return $this->fields;
} | @return GoogleCloudDataplexV1SchemaSchemaField[] | getFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function setPartitionFields($partitionFields)
{
$this->partitionFields = $partitionFields;
} | @param GoogleCloudDataplexV1SchemaPartitionField[] | setPartitionFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function getPartitionFields()
{
return $this->partitionFields;
} | @return GoogleCloudDataplexV1SchemaPartitionField[] | getPartitionFields | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function setPartitionStyle($partitionStyle)
{
$this->partitionStyle = $partitionStyle;
} | @param string | setPartitionStyle | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function getPartitionStyle()
{
return $this->partitionStyle;
} | @return string | getPartitionStyle | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function setUserManaged($userManaged)
{
$this->userManaged = $userManaged;
} | @param bool | setUserManaged | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function getUserManaged()
{
return $this->userManaged;
} | @return bool | getUserManaged | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Schema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Schema.php | Apache-2.0 |
public function setDataProcessedBytes($dataProcessedBytes)
{
$this->dataProcessedBytes = $dataProcessedBytes;
} | @param string | setDataProcessedBytes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getDataProcessedBytes()
{
return $this->dataProcessedBytes;
} | @return string | getDataProcessedBytes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setDuration($duration)
{
$this->duration = $duration;
} | @param string | setDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getDuration()
{
return $this->duration;
} | @return string | getDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setEngine($engine)
{
$this->engine = $engine;
} | @param string | setEngine | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getEngine()
{
return $this->engine;
} | @return string | getEngine | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setQueryId($queryId)
{
$this->queryId = $queryId;
} | @param string | setQueryId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getQueryId()
{
return $this->queryId;
} | @return string | getQueryId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setQueryText($queryText)
{
$this->queryText = $queryText;
} | @param string | setQueryText | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getQueryText()
{
return $this->queryText;
} | @return string | getQueryText | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setResultSizeBytes($resultSizeBytes)
{
$this->resultSizeBytes = $resultSizeBytes;
} | @param string | setResultSizeBytes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function getResultSizeBytes()
{
return $this->resultSizeBytes;
} | @return string | getResultSizeBytes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SessionEventQueryDetail.php | Apache-2.0 |
public function setDimension(GoogleCloudDataplexV1DataQualityDimension $dimension)
{
$this->dimension = $dimension;
} | @param GoogleCloudDataplexV1DataQualityDimension | setDimension | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | Apache-2.0 |
public function getDimension()
{
return $this->dimension;
} | @return GoogleCloudDataplexV1DataQualityDimension | getDimension | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | Apache-2.0 |
public function setPassed($passed)
{
$this->passed = $passed;
} | @param bool | setPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | Apache-2.0 |
public function getPassed()
{
return $this->passed;
} | @return bool | getPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.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.