Uses of Class
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest
-
Packages that use ListCatalogItemsRequest Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of ListCatalogItemsRequest in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ListCatalogItemsRequest Modifier and Type Method Description ListCatalogItemsRequestListCatalogItemsRequest.Builder. build()ListCatalogItemsRequestListCatalogItemsRequest.Builder. buildPartial()static ListCatalogItemsRequestListCatalogItemsRequest. getDefaultInstance()ListCatalogItemsRequestListCatalogItemsRequest.Builder. getDefaultInstanceForType()ListCatalogItemsRequestListCatalogItemsRequest. getDefaultInstanceForType()static ListCatalogItemsRequestListCatalogItemsRequest. parseDelimitedFrom(InputStream input)static ListCatalogItemsRequestListCatalogItemsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(byte[] data)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(com.google.protobuf.ByteString data)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(InputStream input)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(ByteBuffer data)static ListCatalogItemsRequestListCatalogItemsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ListCatalogItemsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCatalogItemsRequest,ListCatalogItemsResponse>CatalogServiceGrpc. getListCatalogItemsMethod()com.google.protobuf.Parser<ListCatalogItemsRequest>ListCatalogItemsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsResponse>CatalogServiceClient. listCatalogItemsCallable()Gets a list of catalog items.com.google.api.gax.rpc.UnaryCallable<ListCatalogItemsRequest,CatalogServiceClient.ListCatalogItemsPagedResponse>CatalogServiceClient. listCatalogItemsPagedCallable()Gets a list of catalog items.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogServiceClient.ListCatalogItemsPagedResponse>CatalogServiceSettings.Builder. listCatalogItemsSettings()Returns the builder for the settings used for calls to listCatalogItems.com.google.api.gax.rpc.PagedCallSettings<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogServiceClient.ListCatalogItemsPagedResponse>CatalogServiceSettings. listCatalogItemsSettings()Returns the object with the settings used for calls to listCatalogItems.static com.google.protobuf.Parser<ListCatalogItemsRequest>ListCatalogItemsRequest. parser()Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ListCatalogItemsRequest Modifier and Type Method Description CatalogServiceClient.ListCatalogItemsPagedResponseCatalogServiceClient. listCatalogItems(ListCatalogItemsRequest request)Gets a list of catalog items.default voidCatalogServiceGrpc.AsyncService. listCatalogItems(ListCatalogItemsRequest request, io.grpc.stub.StreamObserver<ListCatalogItemsResponse> responseObserver)Gets a list of catalog items.ListCatalogItemsResponseCatalogServiceGrpc.CatalogServiceBlockingStub. listCatalogItems(ListCatalogItemsRequest request)Gets a list of catalog items.com.google.common.util.concurrent.ListenableFuture<ListCatalogItemsResponse>CatalogServiceGrpc.CatalogServiceFutureStub. listCatalogItems(ListCatalogItemsRequest request)Gets a list of catalog items.voidCatalogServiceGrpc.CatalogServiceStub. listCatalogItems(ListCatalogItemsRequest request, io.grpc.stub.StreamObserver<ListCatalogItemsResponse> responseObserver)Gets a list of catalog items.ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. mergeFrom(ListCatalogItemsRequest other)static ListCatalogItemsRequest.BuilderListCatalogItemsRequest. newBuilder(ListCatalogItemsRequest prototype)Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type ListCatalogItemsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogItemsPagedResponse>CatalogServiceClient.ListCatalogItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, com.google.api.core.ApiFuture<ListCatalogItemsResponse> futureResponse)protected CatalogServiceClient.ListCatalogItemsPageCatalogServiceClient.ListCatalogItemsPage. createPage(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ListCatalogItemsResponse response)com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogItemsPage>CatalogServiceClient.ListCatalogItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, com.google.api.core.ApiFuture<ListCatalogItemsResponse> futureResponse) -
Uses of ListCatalogItemsRequest in com.google.cloud.recommendationengine.v1beta1.stub
-