Home
last modified time | relevance | path

Searched refs:parameterType (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1ParameterDefinition.php40 public $parameterType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ParameterDefinition
115 public function setParameterType($parameterType) argument
117 $this->parameterType = $parameterType;
124 return $this->parameterType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DQueryParameter.php48 public function setParameterType(QueryParameterType $parameterType) argument
50 $this->parameterType = $parameterType;
57 return $this->parameterType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityEventsParametersMultiMessageValue.php23 protected $parameterType = NestedParameter::class; variable in Google\\Service\\Reports\\ActivityEventsParametersMultiMessageValue
H A DActivityEventsParametersMessageValue.php23 protected $parameterType = NestedParameter::class; variable in Google\\Service\\Reports\\ActivityEventsParametersMessageValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DCondition.php23 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Condition
H A DClient.php47 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Client
H A DZone.php47 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Zone
H A DVariable.php53 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Variable
H A DTag.php71 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Tag
H A DTrigger.php65 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Trigger