diff --git a/src/Compute/NetworkRoutingConfig.php b/src/Compute/NetworkRoutingConfig.php index 8038e4ad92..290fe60183 100644 --- a/src/Compute/NetworkRoutingConfig.php +++ b/src/Compute/NetworkRoutingConfig.php @@ -19,65 +19,11 @@ class NetworkRoutingConfig extends \Google\Model { - /** - * @var bool - */ - public $bgpAlwaysCompareMed; - /** - * @var string - */ - public $bgpBestPathSelectionMode; - /** - * @var string - */ - public $bgpInterRegionCost; /** * @var string */ public $routingMode; - /** - * @param bool - */ - public function setBgpAlwaysCompareMed($bgpAlwaysCompareMed) - { - $this->bgpAlwaysCompareMed = $bgpAlwaysCompareMed; - } - /** - * @return bool - */ - public function getBgpAlwaysCompareMed() - { - return $this->bgpAlwaysCompareMed; - } - /** - * @param string - */ - public function setBgpBestPathSelectionMode($bgpBestPathSelectionMode) - { - $this->bgpBestPathSelectionMode = $bgpBestPathSelectionMode; - } - /** - * @return string - */ - public function getBgpBestPathSelectionMode() - { - return $this->bgpBestPathSelectionMode; - } - /** - * @param string - */ - public function setBgpInterRegionCost($bgpInterRegionCost) - { - $this->bgpInterRegionCost = $bgpInterRegionCost; - } - /** - * @return string - */ - public function getBgpInterRegionCost() - { - return $this->bgpInterRegionCost; - } /** * @param string */ diff --git a/src/Compute/Resource/Instances.php b/src/Compute/Resource/Instances.php index 4bcedc6dcb..c8b36eca78 100644 --- a/src/Compute/Resource/Instances.php +++ b/src/Compute/Resource/Instances.php @@ -467,9 +467,7 @@ public function getScreenshot($project, $zone, $instance, $optParams = []) * returned as the `start` property value. You can also provide a negative start * position, which translates to the most recent number of bytes written to the * serial port. For example, -3 is interpreted as the most recent 3 bytes - * written to the serial console. Note that the negative start is bounded by the - * retained buffer size, and the returned serial console output will not exceed - * the max buffer size. + * written to the serial console. * @return SerialPortOutput * @throws \Google\Service\Exception */ diff --git a/src/Compute/Route.php b/src/Compute/Route.php index d869e82e07..e9f10117ba 100644 --- a/src/Compute/Route.php +++ b/src/Compute/Route.php @@ -66,26 +66,14 @@ class Route extends \Google\Collection * @var string */ public $nextHopInstance; - /** - * @var string - */ - public $nextHopInterRegionCost; /** * @var string */ public $nextHopIp; - /** - * @var string - */ - public $nextHopMed; /** * @var string */ public $nextHopNetwork; - /** - * @var string - */ - public $nextHopOrigin; /** * @var string */ @@ -285,20 +273,6 @@ public function getNextHopInstance() { return $this->nextHopInstance; } - /** - * @param string - */ - public function setNextHopInterRegionCost($nextHopInterRegionCost) - { - $this->nextHopInterRegionCost = $nextHopInterRegionCost; - } - /** - * @return string - */ - public function getNextHopInterRegionCost() - { - return $this->nextHopInterRegionCost; - } /** * @param string */ @@ -313,20 +287,6 @@ public function getNextHopIp() { return $this->nextHopIp; } - /** - * @param string - */ - public function setNextHopMed($nextHopMed) - { - $this->nextHopMed = $nextHopMed; - } - /** - * @return string - */ - public function getNextHopMed() - { - return $this->nextHopMed; - } /** * @param string */ @@ -341,20 +301,6 @@ public function getNextHopNetwork() { return $this->nextHopNetwork; } - /** - * @param string - */ - public function setNextHopOrigin($nextHopOrigin) - { - $this->nextHopOrigin = $nextHopOrigin; - } - /** - * @return string - */ - public function getNextHopOrigin() - { - return $this->nextHopOrigin; - } /** * @param string */