Searched refs:GoogleCloudApigeeV1DebugMask (Results 1 – 3 of 3) sorted by relevance
20 use Google\Service\Apigee\GoogleCloudApigeeV1DebugMask; alias97 * @return GoogleCloudApigeeV1DebugMask103 return $this->call('getDebugmask', [$params], GoogleCloudApigeeV1DebugMask::class);266 * @param GoogleCloudApigeeV1DebugMask $postBody274 * @return GoogleCloudApigeeV1DebugMask276 public function updateDebugmask($name, GoogleCloudApigeeV1DebugMask $postBody, $optParams = [])280 return $this->call('updateDebugmask', [$params], GoogleCloudApigeeV1DebugMask::class);
33 protected $debugMaskType = GoogleCloudApigeeV1DebugMask::class;125 * @param GoogleCloudApigeeV1DebugMask127 public function setDebugMask(GoogleCloudApigeeV1DebugMask $debugMask)132 * @return GoogleCloudApigeeV1DebugMask
20 class GoogleCloudApigeeV1DebugMask extends \Google\Collection class189 class_alias(GoogleCloudApigeeV1DebugMask::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DebugMas…