Uses of Class
com.google.cloud.discoveryengine.v1beta.SchemaServiceClient.ListSchemasPage
-
Packages that use SchemaServiceClient.ListSchemasPage Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of SchemaServiceClient.ListSchemasPage in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta 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.discoveryengine.v1beta 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.discoveryengine.v1beta with type arguments of type SchemaServiceClient.ListSchemasPage Modifier and Type Method Description protected SchemaServiceClient.ListSchemasFixedSizeCollection
SchemaServiceClient.ListSchemasFixedSizeCollection. createCollection(List<SchemaServiceClient.ListSchemasPage> pages, int collectionSize)
-