Home
last modified time | relevance | path

Searched refs:dataType (Results 126 – 150 of 260) sorted by last modified time

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAcceleratorTypeListWarning.php27 protected $dataType = AcceleratorTypeListWarningData::class; variable in Google\\Service\\Compute\\AcceleratorTypeListWarning
H A DAutoscalerAggregatedListWarning.php27 protected $dataType = AutoscalerAggregatedListWarningData::class; variable in Google\\Service\\Compute\\AutoscalerAggregatedListWarning
H A DAutoscalerListWarning.php27 protected $dataType = AutoscalerListWarningData::class; variable in Google\\Service\\Compute\\AutoscalerListWarning
H A DBackendBucketListWarning.php27 protected $dataType = BackendBucketListWarningData::class; variable in Google\\Service\\Compute\\BackendBucketListWarning
H A DBackendServiceAggregatedListWarning.php27 protected $dataType = BackendServiceAggregatedListWarningData::class; variable in Google\\Service\\Compute\\BackendServiceAggregatedListWarning
H A DCommitmentAggregatedListWarning.php27 protected $dataType = CommitmentAggregatedListWarningData::class; variable in Google\\Service\\Compute\\CommitmentAggregatedListWarning
H A DCommitmentListWarning.php27 protected $dataType = CommitmentListWarningData::class; variable in Google\\Service\\Compute\\CommitmentListWarning
H A DDiskTypeListWarning.php27 protected $dataType = DiskTypeListWarningData::class; variable in Google\\Service\\Compute\\DiskTypeListWarning
H A DDisksScopedListWarning.php27 protected $dataType = DisksScopedListWarningData::class; variable in Google\\Service\\Compute\\DisksScopedListWarning
H A DHealthChecksAggregatedListWarning.php27 protected $dataType = HealthChecksAggregatedListWarningData::class; variable in Google\\Service\\Compute\\HealthChecksAggregatedListWarning
H A DInstanceGroupsScopedListWarning.php27 protected $dataType = InstanceGroupsScopedListWarningData::class; variable in Google\\Service\\Compute\\InstanceGroupsScopedListWarning
H A DInstancesScopedListWarning.php27 protected $dataType = InstancesScopedListWarningData::class; variable in Google\\Service\\Compute\\InstancesScopedListWarning
H A DTargetHttpsProxyListWarning.php27 protected $dataType = TargetHttpsProxyListWarningData::class; variable in Google\\Service\\Compute\\TargetHttpsProxyListWarning
H A DTargetInstanceAggregatedListWarning.php27 protected $dataType = TargetInstanceAggregatedListWarningData::class; variable in Google\\Service\\Compute\\TargetInstanceAggregatedListWarning
H A DTargetPoolAggregatedListWarning.php27 protected $dataType = TargetPoolAggregatedListWarningData::class; variable in Google\\Service\\Compute\\TargetPoolAggregatedListWarning
H A DLicensesListResponseWarning.php27 protected $dataType = LicensesListResponseWarningData::class; variable in Google\\Service\\Compute\\LicensesListResponseWarning
H A DMachineImageListWarning.php27 protected $dataType = MachineImageListWarningData::class; variable in Google\\Service\\Compute\\MachineImageListWarning
H A DMachineTypesScopedListWarning.php27 protected $dataType = MachineTypesScopedListWarningData::class; variable in Google\\Service\\Compute\\MachineTypesScopedListWarning
H A DNetworkEdgeSecurityServiceAggregatedListWarning.php27 protected $dataType = NetworkEdgeSecurityServiceAggregatedListWarningData::class; variable in Google\\Service\\Compute\\NetworkEdgeSecurityServiceAggregatedListWarning
H A DNetworkEdgeSecurityServicesScopedListWarning.php27 protected $dataType = NetworkEdgeSecurityServicesScopedListWarningData::class; variable in Google\\Service\\Compute\\NetworkEdgeSecurityServicesScopedListWarning
H A DNetworkEndpointGroupAggregatedListWarning.php27 protected $dataType = NetworkEndpointGroupAggregatedListWarningData::class; variable in Google\\Service\\Compute\\NetworkEndpointGroupAggregatedListWarning
H A DNetworkEndpointGroupsListNetworkEndpointsWarning.php27 protected $dataType = NetworkEndpointGroupsListNetworkEndpointsWarningData::class; variable in Google\\Service\\Compute\\NetworkEndpointGroupsListNetworkEndpointsWarning
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateValuesByDataFilterRequest.php23 protected $dataType = DataFilterValueRange::class; variable in Google\\Service\\Sheets\\BatchUpdateValuesByDataFilterRequest
H A DCandlestickSeries.php22 protected $dataType = ChartData::class; variable in Google\\Service\\Sheets\\CandlestickSeries
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php64 $keyDataType = $this->dataType($key);
107 $dataType = $this->dataType($key);
108 if ($dataType == 'array' || $dataType == 'map') {
301 protected function dataType($key) function in Google\\Model
303 $dataType = $key . "DataType";
305 if (property_exists($this, $dataType)) {
306 return $this->$dataType;

1234567891011