Home
last modified time | relevance | path

Searched refs:metrics (Results 26 – 50 of 106) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportRow.php47 public function setMetrics($metrics) argument
49 $this->metrics = $metrics;
56 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php265 public function setMetrics($metrics) argument
267 $this->metrics = $metrics;
274 return $this->metrics;
H A DGoogleCloudApigeeV1DimensionMetric.php33 public function setMetrics($metrics) argument
35 $this->metrics = $metrics;
42 return $this->metrics;
H A DGoogleCloudApigeeV1Query.php153 public function setMetrics($metrics) argument
155 $this->metrics = $metrics;
162 return $this->metrics;
H A DGoogleCloudApigeeV1QueryMetadata.php34 public $metrics; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1QueryMetadata
79 public function setMetrics($metrics) argument
81 $this->metrics = $metrics;
88 return $this->metrics;
H A DGoogleCloudApigeeV1Schema.php63 public function setMetrics($metrics) argument
65 $this->metrics = $metrics;
72 return $this->metrics;
H A DGoogleCloudApigeeV1StatsEnvironmentStats.php49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
H A DGoogleCloudApigeeV1StatsHostStats.php49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DQueryRequest.php34 public $metrics; variable in Google\\Service\\ChromeUXReport\\QueryRequest
75 public function setMetrics($metrics) argument
77 $this->metrics = $metrics;
84 return $this->metrics;
H A DRecord.php44 public function setMetrics($metrics) argument
46 $this->metrics = $metrics;
53 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DDelayedEvent.php30 public $metrics; variable in Google\\Service\\CloudLifeSciences\\DelayedEvent
49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1AutoScaling.php51 public function setMetrics($metrics) argument
53 $this->metrics = $metrics;
60 return $this->metrics;
H A DGoogleCloudMlV1Measurement.php51 public function setMetrics($metrics) argument
53 $this->metrics = $metrics;
60 return $this->metrics;
H A DGoogleCloudMlV1StudyConfig.php65 public function setMetrics($metrics) argument
67 $this->metrics = $metrics;
74 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperationProgress.php39 public function setMetrics($metrics) argument
41 $this->metrics = $metrics;
48 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataflow.php205 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/metrics',
556 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DJobMetrics.php47 public function setMetrics($metrics) argument
49 $this->metrics = $metrics;
56 return $this->metrics;
H A DStageSummary.php61 public function setMetrics($metrics) argument
63 $this->metrics = $metrics;
70 return $this->metrics;
H A DWorkItemDetails.php79 public function setMetrics($metrics) argument
81 $this->metrics = $metrics;
88 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DCluster.php109 public function setMetrics(ClusterMetrics $metrics) argument
111 $this->metrics = $metrics;
118 return $this->metrics;
H A DDataprocMetricConfig.php29 public function setMetrics($metrics) argument
31 $this->metrics = $metrics;
38 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCrossDimensionReachReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
H A DFloodlightReportCompatibleFields.php79 public function setMetrics($metrics) argument
81 $this->metrics = $metrics;
88 return $this->metrics;
H A DPathReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
H A DPathToConversionReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;

12345