Home
last modified time | relevance | path

Searched refs:datetimeValue (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DUsageReportParameters.php30 public $datetimeValue; variable in Google\\Service\\Reports\\UsageReportParameters
65 public function setDatetimeValue($datetimeValue) argument
67 $this->datetimeValue = $datetimeValue;
74 return $this->datetimeValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php92 public function setDatetimeValue(GoogleTypeDateTime $datetimeValue) argument
94 $this->datetimeValue = $datetimeValue;
101 return $this->datetimeValue;
H A DGoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue.php92 public function setDatetimeValue(GoogleTypeDateTime $datetimeValue) argument
94 $this->datetimeValue = $datetimeValue;
101 return $this->datetimeValue;
H A DGoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue.php92 public function setDatetimeValue(GoogleTypeDateTime $datetimeValue) argument
94 $this->datetimeValue = $datetimeValue;
101 return $this->datetimeValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php430 public $datetimeValue; variable in Google_UsageReportParameters
440 public function setDatetimeValue( $datetimeValue) { argument
441 $this->datetimeValue = $datetimeValue;
444 return $this->datetimeValue;