Class MetadataServiceClient.ListMetadataSchemasPage (3.96.0)

public static class MetadataServiceClient.ListMetadataSchemasPage extends AbstractPage<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema,MetadataServiceClient.ListMetadataSchemasPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListMetadataSchemasPage

Methods

createPage(@Nullable PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema> context, @Nullable ListMetadataSchemasResponse response)

protected MetadataServiceClient.ListMetadataSchemasPage createPage(@Nullable PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema> context, @Nullable ListMetadataSchemasResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListMetadataSchemasResponse
Returns
Type Description
MetadataServiceClient.ListMetadataSchemasPage
Overrides

createPageAsync(@Nullable PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema> context, ApiFuture<ListMetadataSchemasResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListMetadataSchemasPage> createPageAsync(@Nullable PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema> context, ApiFuture<ListMetadataSchemasResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema>
futureResponse ApiFuture<ListMetadataSchemasResponse>
Returns
Type Description
ApiFuture<ListMetadataSchemasPage>
Overrides