/var/www/flurhymez/vendor/google/apiclient-services/src/CloudAsset
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudAsset/IamPolicyAnalysisQuery.php (2995B)
accessSelector = $accessSelector;
}
/**
* @return AccessSelector
*/
public function getAccessSelector()
{
return $this->accessSelector;
}
/**
* @param ConditionContext
*/
public function setConditionContext(ConditionContext $conditionContext)
{
$this->conditionContext = $conditionContext;
}
/**
* @return ConditionContext
*/
public function getConditionContext()
{
return $this->conditionContext;
}
/**
* @param IdentitySelector
*/
public function setIdentitySelector(IdentitySelector $identitySelector)
{
$this->identitySelector = $identitySelector;
}
/**
* @return IdentitySelector
*/
public function getIdentitySelector()
{
return $this->identitySelector;
}
/**
* @param Options
*/
public function setOptions(Options $options)
{
$this->options = $options;
}
/**
* @return Options
*/
public function getOptions()
{
return $this->options;
}
/**
* @param ResourceSelector
*/
public function setResourceSelector(ResourceSelector $resourceSelector)
{
$this->resourceSelector = $resourceSelector;
}
/**
* @return ResourceSelector
*/
public function getResourceSelector()
{
return $this->resourceSelector;
}
/**
* @param string
*/
public function setScope($scope)
{
$this->scope = $scope;
}
/**
* @return string
*/
public function getScope()
{
return $this->scope;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IamPolicyAnalysisQuery::class, 'Google_Service_CloudAsset_IamPolicyAnalysisQuery');