Class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage (1.96.0)

public static class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage extends AbstractPage<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig,VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage

Methods

createPage(@Nullable PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, @Nullable QueryOrgVpcFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage createPage(@Nullable PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, @Nullable QueryOrgVpcFlowLogsConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.networkmanagement.v1.QueryOrgVpcFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage
Overrides

createPageAsync(@Nullable PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<QueryOrgVpcFlowLogsConfigsResponse> futureResponse)

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