Uses of Class
com.google.cloud.discoveryengine.v1.SchemaServiceClient.ListSchemasPagedResponse
-
Packages that use SchemaServiceClient.ListSchemasPagedResponse Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of SchemaServiceClient.ListSchemasPagedResponse in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description SchemaServiceClient.ListSchemasPagedResponseSchemaServiceClient. listSchemas(DataStoreName parent)Gets a list of [Schema][google.cloud.discoveryengine.v1.Schema]s.SchemaServiceClient.ListSchemasPagedResponseSchemaServiceClient. listSchemas(ListSchemasRequest request)Gets a list of [Schema][google.cloud.discoveryengine.v1.Schema]s.SchemaServiceClient.ListSchemasPagedResponseSchemaServiceClient. listSchemas(String parent)Gets a list of [Schema][google.cloud.discoveryengine.v1.Schema]s.Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceClient.ListSchemasPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceClient. listSchemasPagedCallable()Gets a list of [Schema][google.cloud.discoveryengine.v1.Schema]s.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceSettings.Builder. listSchemasSettings()Returns the builder for the settings used for calls to listSchemas.com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceSettings. listSchemasSettings()Returns the object with the settings used for calls to listSchemas. -
Uses of SchemaServiceClient.ListSchemasPagedResponse in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>GrpcSchemaServiceStub. listSchemasPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>HttpJsonSchemaServiceStub. listSchemasPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceStub. listSchemasPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceStubSettings.Builder. listSchemasSettings()Returns the builder for the settings used for calls to listSchemas.com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>SchemaServiceStubSettings. listSchemasSettings()Returns the object with the settings used for calls to listSchemas.
-