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 GetCatalogItemRequest
GetCatalogItemRequest.Builder. build()
GetCatalogItemRequest
GetCatalogItemRequest.Builder. buildPartial()
static GetCatalogItemRequest
GetCatalogItemRequest. getDefaultInstance()
GetCatalogItemRequest
GetCatalogItemRequest.Builder. getDefaultInstanceForType()
GetCatalogItemRequest
GetCatalogItemRequest. getDefaultInstanceForType()
static GetCatalogItemRequest
GetCatalogItemRequest. parseDelimitedFrom(InputStream input)
static GetCatalogItemRequest
GetCatalogItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(byte[] data)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(InputStream input)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogItemRequest
GetCatalogItemRequest. parseFrom(ByteBuffer data)
static GetCatalogItemRequest
GetCatalogItemRequest. 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 CatalogItem
CatalogServiceClient. getCatalogItem(GetCatalogItemRequest request)
Gets a specific catalog item.default void
CatalogServiceGrpc.AsyncService. getCatalogItem(GetCatalogItemRequest request, io.grpc.stub.StreamObserver<CatalogItem> responseObserver)
Gets a specific catalog item.CatalogItem
CatalogServiceGrpc.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.void
CatalogServiceGrpc.CatalogServiceStub. getCatalogItem(GetCatalogItemRequest request, io.grpc.stub.StreamObserver<CatalogItem> responseObserver)
Gets a specific catalog item.GetCatalogItemRequest.Builder
GetCatalogItemRequest.Builder. mergeFrom(GetCatalogItemRequest other)
static GetCatalogItemRequest.Builder
GetCatalogItemRequest. 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.
-