Home
last modified time | relevance | path

Searched refs:driveFile (Results 1 – 6 of 6) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItem.php48 public function setDriveFile(DriveFile $driveFile) argument
50 $this->driveFile = $driveFile;
57 return $this->driveFile;
H A DDriveItemReference.php42 public function setDriveFile(DriveFile $driveFile) argument
44 $this->driveFile = $driveFile;
51 return $this->driveFile;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAttachment.php34 public function setDriveFile(DriveFile $driveFile) argument
36 $this->driveFile = $driveFile;
43 return $this->driveFile;
H A DCourseMaterial.php34 public function setDriveFile(DriveFile $driveFile) argument
36 $this->driveFile = $driveFile;
43 return $this->driveFile;
H A DMaterial.php34 public function setDriveFile(SharedDriveFile $driveFile) argument
36 $this->driveFile = $driveFile;
43 return $this->driveFile;
H A DSharedDriveFile.php32 public function setDriveFile(DriveFile $driveFile) argument
34 $this->driveFile = $driveFile;
41 return $this->driveFile;