Uses of Class
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest
-
Packages that use GetCatalogItemRequest Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of GetCatalogItemRequest in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return GetCatalogItemRequest Modifier and Type Method Description GetCatalogItemRequestGetCatalogItemRequest.Builder. build()GetCatalogItemRequestGetCatalogItemRequest.Builder. buildPartial()static GetCatalogItemRequestGetCatalogItemRequest. getDefaultInstance()GetCatalogItemRequestGetCatalogItemRequest.Builder. getDefaultInstanceForType()GetCatalogItemRequestGetCatalogItemRequest. getDefaultInstanceForType()static GetCatalogItemRequestGetCatalogItemRequest. parseDelimitedFrom(InputStream input)static GetCatalogItemRequestGetCatalogItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(byte[] data)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(InputStream input)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(ByteBuffer data)static GetCatalogItemRequestGetCatalogItemRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type GetCatalogItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCatalogItemRequest,CatalogItem>CatalogServiceClient. getCatalogItemCallable()Gets a specific catalog item.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogItemRequest,CatalogItem>CatalogServiceSettings.Builder. getCatalogItemSettings()Returns the builder for the settings used for calls to getCatalogItem.com.google.api.gax.rpc.UnaryCallSettings<GetCatalogItemRequest,CatalogItem>CatalogServiceSettings. getCatalogItemSettings()Returns the object with the settings used for calls to getCatalogItem.static io.grpc.MethodDescriptor<GetCatalogItemRequest,CatalogItem>CatalogServiceGrpc. getGetCatalogItemMethod()com.google.protobuf.Parser<GetCatalogItemRequest>GetCatalogItemRequest. getParserForType()static com.google.protobuf.Parser<GetCatalogItemRequest>GetCatalogItemRequest. parser()Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type GetCatalogItemRequest Modifier and Type Method Description CatalogItemCatalogServiceClient. getCatalogItem(GetCatalogItemRequest request)Gets a specific catalog item.default voidCatalogServiceGrpc.AsyncService. getCatalogItem(GetCatalogItemRequest request, io.grpc.stub.StreamObserver<CatalogItem> responseObserver)Gets a specific catalog item.CatalogItemCatalogServiceGrpc.CatalogServiceBlockingStub. getCatalogItem(GetCatalogItemRequest request)Gets a specific catalog item.com.google.common.util.concurrent.ListenableFuture<CatalogItem>CatalogServiceGrpc.CatalogServiceFutureStub. getCatalogItem(GetCatalogItemRequest request)Gets a specific catalog item.voidCatalogServiceGrpc.CatalogServiceStub. getCatalogItem(GetCatalogItemRequest request, io.grpc.stub.StreamObserver<CatalogItem> responseObserver)Gets a specific catalog item.GetCatalogItemRequest.BuilderGetCatalogItemRequest.Builder. mergeFrom(GetCatalogItemRequest other)static GetCatalogItemRequest.BuilderGetCatalogItemRequest. newBuilder(GetCatalogItemRequest prototype) -
Uses of GetCatalogItemRequest in com.google.cloud.recommendationengine.v1beta1.stub
Methods in com.google.cloud.recommendationengine.v1beta1.stub that return types with arguments of type GetCatalogItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCatalogItemRequest,CatalogItem>CatalogServiceStub. getCatalogItemCallable()com.google.api.gax.rpc.UnaryCallable<GetCatalogItemRequest,CatalogItem>GrpcCatalogServiceStub. getCatalogItemCallable()com.google.api.gax.rpc.UnaryCallable<GetCatalogItemRequest,CatalogItem>HttpJsonCatalogServiceStub. getCatalogItemCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogItemRequest,CatalogItem>CatalogServiceStubSettings.Builder. getCatalogItemSettings()Returns the builder for the settings used for calls to getCatalogItem.com.google.api.gax.rpc.UnaryCallSettings<GetCatalogItemRequest,CatalogItem>CatalogServiceStubSettings. getCatalogItemSettings()Returns the object with the settings used for calls to getCatalogItem.
-