Class VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage (1.96.0)

public static class VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage extends AbstractPage<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig,VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage

Methods

createPage(@Nullable PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, @Nullable ShowEffectiveFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage createPage(@Nullable PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, @Nullable ShowEffectiveFlowLogsConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.networkmanagement.v1.ShowEffectiveFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ApiFuture<ShowEffectiveFlowLogsConfigsResponse> futureResponse)

public ApiFuture<VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage> createPageAsync(@Nullable PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ApiFuture<ShowEffectiveFlowLogsConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig>
futureResponse ApiFuture<ShowEffectiveFlowLogsConfigsResponse>
Returns
Type Description
ApiFuture<ShowEffectiveFlowLogsConfigsPage>
Overrides