Searched refs:accessType (Results 1 – 9 of 9) sorted by relevance
25 public $accessType; variable in Google\\Service\\AIPlatformNotebooks\\RuntimeAccessConfig38 public function setAccessType($accessType) argument40 $this->accessType = $accessType;47 return $this->accessType;
26 public $accessType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer81 public function setAccessType($accessType) argument83 $this->accessType = $accessType;90 return $this->accessType;
131 protected $accessType = 'online'; variable in OAuth\\OAuth2\\Service\\Google 147 public function setAccessType($accessType) argument 149 if (!in_array($accessType, array('online', 'offline'), true)) {150 throw new InvalidAccessTypeException('Invalid accessType, expected either online or offline');152 $this->accessType = $accessType;160 return new Uri('https://accounts.google.com/o/oauth2/auth?access_type=' . $this->accessType);
36 public $accessType = 'offline'; variable in Google_OAuth275 $this->accessType = $apiConfig['oauth2_access_type'];137 'access_type=' . urlencode($this->accessType),182 public function setAccessType($accessType) { argument183 $this->accessType = $accessType;
22 protected $accessType = AccessPolicy::class; variable in Google\\Service\\YouTube\\VideoMonetizationDetails
170 $accessType = $classAccessType;224 $accessType = $annot->type;271 $propertyMetadata->setAccessor($accessType, $accessor[0], $accessor[1]);
23 protected $accessType = DatasetAccess::class; variable in Google\\Service\\Bigquery\\Dataset
654 * @param string $accessType Possible values for access_type include:658 public function setAccessType($accessType) argument660 $this->config['access_type'] = $accessType;
23 protected $accessType = Access::class; variable in Google\\Service\\SecurityCommandCenter\\Finding