public static class ApiHubClient.ListAttributesPage extends AbstractPage<ListAttributesRequest,ListAttributesResponse,Attribute,ApiHubClient.ListAttributesPage>
Methods
createPage(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ListAttributesResponse response)
protected ApiHubClient.ListAttributesPage createPage(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ListAttributesResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> |
response |
ListAttributesResponse |
Returns | |
---|---|
Type | Description |
ApiHubClient.ListAttributesPage |
createPageAsync(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)
public ApiFuture<ApiHubClient.ListAttributesPage> createPageAsync(PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> |
futureResponse |
ApiFuture<ListAttributesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListAttributesPage> |