Home
last modified time | relevance | path

Searched defs:otherShelfName (Results 1 – 7 of 7) sorted by relevance

/external/sdk-platform-java/test/integration/goldens/library/src/com/google/cloud/example/library/v1/
DLibraryServiceClientHttpJsonTest.java994 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookTest() local
1023 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookExceptionTest() local
1043 String otherShelfName = "otherShelfName-1942963547"; in moveBookTest2() local
1072 String otherShelfName = "otherShelfName-1942963547"; in moveBookExceptionTest2() local
1092 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookTest3() local
1121 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookExceptionTest3() local
1141 String otherShelfName = "otherShelfName-1942963547"; in moveBookTest4() local
1170 String otherShelfName = "otherShelfName-1942963547"; in moveBookExceptionTest4() local
DLibraryServiceClientTest.java889 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookTest() local
913 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookExceptionTest() local
933 String otherShelfName = "otherShelfName-1942963547"; in moveBookTest2() local
957 String otherShelfName = "otherShelfName-1942963547"; in moveBookExceptionTest2() local
977 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookTest3() local
1001 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in moveBookExceptionTest3() local
1021 String otherShelfName = "otherShelfName-1942963547"; in moveBookTest4() local
1045 String otherShelfName = "otherShelfName-1942963547"; in moveBookExceptionTest4() local
DLibraryServiceClient.java1410 public final Book moveBook(BookName name, ShelfName otherShelfName) { in moveBook()
1443 public final Book moveBook(BookName name, String otherShelfName) { in moveBook()
1476 public final Book moveBook(String name, ShelfName otherShelfName) { in moveBook()
1509 public final Book moveBook(String name, String otherShelfName) { in moveBook()
/external/sdk-platform-java/test/integration/goldens/library/samples/snippets/generated/main/java/com/google/cloud/example/library/v1/libraryservice/movebook/
DSyncMoveBookBooknameString.java39 String otherShelfName = ShelfName.of("[SHELF_ID]").toString(); in syncMoveBookBooknameString() local
DSyncMoveBookStringShelfname.java39 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in syncMoveBookStringShelfname() local
DSyncMoveBookStringString.java39 String otherShelfName = ShelfName.of("[SHELF_ID]").toString(); in syncMoveBookStringString() local
DSyncMoveBookBooknameShelfname.java39 ShelfName otherShelfName = ShelfName.of("[SHELF_ID]"); in syncMoveBookBooknameShelfname() local