Class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage (1.96.0)

public static class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage extends AbstractPage<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig,VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage

Methods

createPage(@Nullable PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, @Nullable ListVpcFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage createPage(@Nullable PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, @Nullable ListVpcFlowLogsConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.networkmanagement.v1beta1.ListVpcFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<ListVpcFlowLogsConfigsResponse> futureResponse)

public ApiFuture<VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage> createPageAsync(@Nullable PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<ListVpcFlowLogsConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
futureResponse ApiFuture<ListVpcFlowLogsConfigsResponse>
Returns
Type Description
ApiFuture<ListVpcFlowLogsConfigsPage>
Overrides