class GoogleCloudChannelV1ParameterDefinition extends Collection (View source)

Properties

protected $collection_key
protected $allowedValuesType
protected $allowedValuesDataType
protected $maxValueType
protected $maxValueDataType
protected $minValueType
protected $minValueDataType
string $name
bool $optional
string $parameterType

Methods

setAllowedValues($allowedValues)

No description

setMaxValue(GoogleCloudChannelV1Value $maxValue)

No description

setMinValue(GoogleCloudChannelV1Value $minValue)

No description

setName($name)

No description

string
getName()

No description

setOptional($optional)

No description

bool
getOptional()

No description

setParameterType($parameterType)

No description

string
getParameterType()

No description

Details

setAllowedValues($allowedValues)

No description

Parameters

$allowedValues

GoogleCloudChannelV1Value[] getAllowedValues()

No description

Return Value

GoogleCloudChannelV1Value[]

setMaxValue(GoogleCloudChannelV1Value $maxValue)

No description

Parameters

GoogleCloudChannelV1Value $maxValue

GoogleCloudChannelV1Value getMaxValue()

No description

setMinValue(GoogleCloudChannelV1Value $minValue)

No description

Parameters

GoogleCloudChannelV1Value $minValue

GoogleCloudChannelV1Value getMinValue()

No description

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setOptional($optional)

No description

Parameters

$optional

bool getOptional()

No description

Return Value

bool

setParameterType($parameterType)

No description

Parameters

$parameterType

string getParameterType()

No description

Return Value

string