Class TagValuesClient.ListTagValuesPage (1.97.0)

public static class TagValuesClient.ListTagValuesPage extends AbstractPage<ListTagValuesRequest,ListTagValuesResponse,TagValue,TagValuesClient.ListTagValuesPage>

Inheritance

java.lang.Object > AbstractPage > TagValuesClient.ListTagValuesPage

Methods

createPage(@Nullable PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue> context, @Nullable ListTagValuesResponse response)

protected TagValuesClient.ListTagValuesPage createPage(@Nullable PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue> context, @Nullable ListTagValuesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue>
response @org.jspecify.annotations.Nullable com.google.cloud.resourcemanager.v3.ListTagValuesResponse
Returns
Type Description
TagValuesClient.ListTagValuesPage
Overrides

createPageAsync(@Nullable PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue> context, ApiFuture<ListTagValuesResponse> futureResponse)

public ApiFuture<TagValuesClient.ListTagValuesPage> createPageAsync(@Nullable PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue> context, ApiFuture<ListTagValuesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagValuesRequest,ListTagValuesResponse,TagValue>
futureResponse ApiFuture<ListTagValuesResponse>
Returns
Type Description
ApiFuture<ListTagValuesPage>
Overrides