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/
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/
DQueryParameter.php48 public function setParameterType(QueryParameterType $parameterType) argument
50 $this->parameterType = $parameterType;
57 return $this->parameterType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
DActivityEventsParametersMessageValue.php23 protected $parameterType = NestedParameter::class; variable in Google\\Service\\Reports\\ActivityEventsParametersMessageValue
DActivityEventsParametersMultiMessageValue.php23 protected $parameterType = NestedParameter::class; variable in Google\\Service\\Reports\\ActivityEventsParametersMultiMessageValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DCondition.php23 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Condition
DClient.php47 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Client
DZone.php47 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Zone
DVariable.php53 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Variable
DTag.php71 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Tag
DTrigger.php65 protected $parameterType = Parameter::class; variable in Google\\Service\\TagManager\\Trigger