Uses of Class
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemasPage
-
Packages that use SchemaServiceClient.ListSchemasPage Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub API -
-
Uses of SchemaServiceClient.ListSchemasPage in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SchemaServiceClient.ListSchemasPage Modifier and Type Method Description protected SchemaServiceClient.ListSchemasPage
SchemaServiceClient.ListSchemasPage. createPage(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ListSchemasResponse response)
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SchemaServiceClient.ListSchemasPage Modifier and Type Method Description com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPage>
SchemaServiceClient.ListSchemasPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse)
Method parameters in com.google.cloud.pubsub.v1 with type arguments of type SchemaServiceClient.ListSchemasPage Modifier and Type Method Description protected SchemaServiceClient.ListSchemasFixedSizeCollection
SchemaServiceClient.ListSchemasFixedSizeCollection. createCollection(List<SchemaServiceClient.ListSchemasPage> pages, int collectionSize)
-