/var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks/ReservationAffinity.php (1766B)
consumeReservationType = $consumeReservationType;
}
/**
* @return string
*/
public function getConsumeReservationType()
{
return $this->consumeReservationType;
}
/**
* @param string
*/
public function setKey($key)
{
$this->key = $key;
}
/**
* @return string
*/
public function getKey()
{
return $this->key;
}
/**
* @param string[]
*/
public function setValues($values)
{
$this->values = $values;
}
/**
* @return string[]
*/
public function getValues()
{
return $this->values;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ReservationAffinity::class, 'Google_Service_AIPlatformNotebooks_ReservationAffinity');