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