Home
last modified time | relevance | path

Searched refs:accessType (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DRuntimeAccessConfig.php25 public $accessType; variable in Google\\Service\\AIPlatformNotebooks\\RuntimeAccessConfig
38 public function setAccessType($accessType) argument
40 $this->accessType = $accessType;
47 return $this->accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1Developer.php26 public $accessType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
81 public function setAccessType($accessType) argument
83 $this->accessType = $accessType;
90 return $this->accessType;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGoogle.php147 public function setAccessType($accessType) argument
149 if (!in_array($accessType, array('online', 'offline'), true)) {
152 $this->accessType = $accessType;
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php36 public $accessType = 'offline'; variable in Google_OAuth2
75 $this->accessType = $apiConfig['oauth2_access_type'];
137 'access_type=' . urlencode($this->accessType),
182 public function setAccessType($accessType) { argument
183 $this->accessType = $accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideoMonetizationDetails.php22 protected $accessType = AccessPolicy::class; variable in Google\\Service\\YouTube\\VideoMonetizationDetails
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
DAnnotationDriver.php170 $accessType = $classAccessType;
224 $accessType = $annot->type;
271 $propertyMetadata->setAccessor($accessType, $accessor[0], $accessor[1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DDataset.php23 protected $accessType = DatasetAccess::class; variable in Google\\Service\\Bigquery\\Dataset
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php654 * @param string $accessType Possible values for access_type include:
658 public function setAccessType($accessType) argument
660 $this->config['access_type'] = $accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DFinding.php23 protected $accessType = Access::class; variable in Google\\Service\\SecurityCommandCenter\\Finding