Package com.google.cloud.logging.v2
Class ConfigClient.ListSinksPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListSinksRequest,ListSinksResponse,LogSink,ConfigClient.ListSinksPage>
-
- com.google.cloud.logging.v2.ConfigClient.ListSinksPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<LogSink>
,com.google.api.gax.paging.Page<LogSink>
- Enclosing class:
- ConfigClient
public static class ConfigClient.ListSinksPage extends com.google.api.gax.paging.AbstractPage<ListSinksRequest,ListSinksResponse,LogSink,ConfigClient.ListSinksPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigClient.ListSinksPage
createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, ListSinksResponse response)
com.google.api.core.ApiFuture<ConfigClient.ListSinksPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ConfigClient.ListSinksPage createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, ListSinksResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListSinksRequest,ListSinksResponse,LogSink,ConfigClient.ListSinksPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ConfigClient.ListSinksPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListSinksRequest,ListSinksResponse,LogSink,ConfigClient.ListSinksPage>
-
-