Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1DebugMask (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironments.php20 use Google\Service\Apigee\GoogleCloudApigeeV1DebugMask; alias
97 * @return GoogleCloudApigeeV1DebugMask
103 return $this->call('getDebugmask', [$params], GoogleCloudApigeeV1DebugMask::class);
266 * @param GoogleCloudApigeeV1DebugMask $postBody
274 * @return GoogleCloudApigeeV1DebugMask
276 public function updateDebugmask($name, GoogleCloudApigeeV1DebugMask $postBody, $optParams = [])
280 return $this->call('updateDebugmask', [$params], GoogleCloudApigeeV1DebugMask::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EnvironmentConfig.php33 protected $debugMaskType = GoogleCloudApigeeV1DebugMask::class;
125 * @param GoogleCloudApigeeV1DebugMask
127 public function setDebugMask(GoogleCloudApigeeV1DebugMask $debugMask)
132 * @return GoogleCloudApigeeV1DebugMask
H A DGoogleCloudApigeeV1DebugMask.php20 class GoogleCloudApigeeV1DebugMask extends \Google\Collection class
189 class_alias(GoogleCloudApigeeV1DebugMask::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DebugMas…