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 ListCatalogItemsRequest
ListCatalogItemsRequest.Builder. build()
ListCatalogItemsRequest
ListCatalogItemsRequest.Builder. buildPartial()
static ListCatalogItemsRequest
ListCatalogItemsRequest. getDefaultInstance()
ListCatalogItemsRequest
ListCatalogItemsRequest.Builder. getDefaultInstanceForType()
ListCatalogItemsRequest
ListCatalogItemsRequest. getDefaultInstanceForType()
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseDelimitedFrom(InputStream input)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(byte[] data)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(InputStream input)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogItemsRequest
ListCatalogItemsRequest. parseFrom(ByteBuffer data)
static ListCatalogItemsRequest
ListCatalogItemsRequest. 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.ListCatalogItemsPagedResponse
CatalogServiceClient. listCatalogItems(ListCatalogItemsRequest request)
Gets a list of catalog items.default void
CatalogServiceGrpc.AsyncService. listCatalogItems(ListCatalogItemsRequest request, io.grpc.stub.StreamObserver<ListCatalogItemsResponse> responseObserver)
Gets a list of catalog items.ListCatalogItemsResponse
CatalogServiceGrpc.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.void
CatalogServiceGrpc.CatalogServiceStub. listCatalogItems(ListCatalogItemsRequest request, io.grpc.stub.StreamObserver<ListCatalogItemsResponse> responseObserver)
Gets a list of catalog items.ListCatalogItemsRequest.Builder
ListCatalogItemsRequest.Builder. mergeFrom(ListCatalogItemsRequest other)
static ListCatalogItemsRequest.Builder
ListCatalogItemsRequest. 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.ListCatalogItemsPage
CatalogServiceClient.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
-