Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1ParameterDefinition.php23 protected $allowedValuesType = GoogleCloudChannelV1Value::class;
25 protected $maxValueType = GoogleCloudChannelV1Value::class;
27 protected $minValueType = GoogleCloudChannelV1Value::class;
43 * @param GoogleCloudChannelV1Value[]
50 * @return GoogleCloudChannelV1Value[]
57 * @param GoogleCloudChannelV1Value
59 public function setMaxValue(GoogleCloudChannelV1Value $maxValue)
64 * @return GoogleCloudChannelV1Value
71 * @param GoogleCloudChannelV1Value
73 public function setMinValue(GoogleCloudChannelV1Value $minValue)
[all …]
H A DGoogleCloudChannelV1Parameter.php30 protected $valueType = GoogleCloudChannelV1Value::class;
62 * @param GoogleCloudChannelV1Value
64 public function setValue(GoogleCloudChannelV1Value $value)
69 * @return GoogleCloudChannelV1Value
H A DGoogleCloudChannelV1Value.php20 class GoogleCloudChannelV1Value extends \Google\Model class
107 class_alias(GoogleCloudChannelV1Value::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1Valu…