Home
last modified time | relevance | path

Searched refs:segment (Results 26 – 50 of 89) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php73 public $segment; variable in Google\\Service\\Analytics\\UnsampledReport
270 public function setSegment($segment) argument
272 $this->segment = $segment;
279 return $this->segment;
H A DRemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php29 public $segment; variable in Google\\Service\\Analytics\\RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions
48 public function setSegment($segment) argument
50 $this->segment = $segment;
57 return $this->segment;
H A DGaDataQuery.php60 public $segment; variable in Google\\Service\\Analytics\\GaDataQuery
175 public function setSegment($segment) argument
177 $this->segment = $segment;
184 return $this->segment;
H A DIncludeConditions.php41 public $segment; variable in Google\\Service\\Analytics\\IncludeConditions
102 public function setSegment($segment) argument
104 $this->segment = $segment;
111 return $this->segment;
H A DMcfDataQuery.php60 public $segment; variable in Google\\Service\\Analytics\\McfDataQuery
175 public function setSegment($segment) argument
177 $this->segment = $segment;
184 return $this->segment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php87 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
89 $this->segment = $segment;
96 return $this->segment;
H A DGoogleCloudVideointelligenceV1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1VideoAnnotationResults.php189 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
191 $this->segment = $segment;
198 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php87 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
89 $this->segment = $segment;
96 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php87 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
89 $this->segment = $segment;
96 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php189 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
191 $this->segment = $segment;
198 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1Track.php65 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php156 'segment' => [
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md670 * Bug fix: Cleaned up and fixed URL dot segment removal to properly resolve internal dots

1234