Home
last modified time | relevance | path

Searched refs:GoogleExampleLibraryagentV1Book (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/Resource/
H A DShelvesBooks.php20 use Google\Service\Libraryagent\GoogleExampleLibraryagentV1Book; alias
41 * @return GoogleExampleLibraryagentV1Book
47 return $this->call('borrow', [$params], GoogleExampleLibraryagentV1Book::class);
54 * @return GoogleExampleLibraryagentV1Book
60 return $this->call('get', [$params], GoogleExampleLibraryagentV1Book::class);
92 * @return GoogleExampleLibraryagentV1Book
98 return $this->call('return', [$params], GoogleExampleLibraryagentV1Book::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
H A DGoogleExampleLibraryagentV1ListBooksResponse.php23 protected $booksType = GoogleExampleLibraryagentV1Book::class;
31 * @param GoogleExampleLibraryagentV1Book[]
38 * @return GoogleExampleLibraryagentV1Book[]
H A DGoogleExampleLibraryagentV1Book.php20 class GoogleExampleLibraryagentV1Book extends \Google\Model class
98 class_alias(GoogleExampleLibraryagentV1Book::class, 'Google_Service_Libraryagent_GoogleExampleLibra…