Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DMetadataOptions.php53 public $timeCreated; variable in Google\\Service\\Storagetransfer\\MetadataOptions
160 public function setTimeCreated($timeCreated) argument
162 $this->timeCreated = $timeCreated;
169 return $this->timeCreated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKeyMetadata.php57 public $timeCreated; variable in Google\\Service\\Storage\\HmacKeyMetadata
178 public function setTimeCreated($timeCreated) argument
180 $this->timeCreated = $timeCreated;
187 return $this->timeCreated;
H A DStorageObject.php132 public $timeCreated; variable in Google\\Service\\Storage\\StorageObject
541 public function setTimeCreated($timeCreated) argument
543 $this->timeCreated = $timeCreated;
550 return $this->timeCreated;
H A DBucket.php104 public $timeCreated; variable in Google\\Service\\Storage\\Bucket
467 public function setTimeCreated($timeCreated) argument
469 $this->timeCreated = $timeCreated;
476 return $this->timeCreated;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php859 public $timeCreated; variable in Google_Bucket
953 public function setTimeCreated( $timeCreated) { argument
954 $this->timeCreated = $timeCreated;
957 return $this->timeCreated;