Uses of Class
com.google.cloud.retail.v2beta.GetProductRequest
-
Packages that use GetProductRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of GetProductRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return GetProductRequest Modifier and Type Method Description GetProductRequestGetProductRequest.Builder. build()GetProductRequestGetProductRequest.Builder. buildPartial()static GetProductRequestGetProductRequest. getDefaultInstance()GetProductRequestGetProductRequest.Builder. getDefaultInstanceForType()GetProductRequestGetProductRequest. getDefaultInstanceForType()static GetProductRequestGetProductRequest. parseDelimitedFrom(InputStream input)static GetProductRequestGetProductRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(byte[] data)static GetProductRequestGetProductRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.ByteString data)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(InputStream input)static GetProductRequestGetProductRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(ByteBuffer data)static GetProductRequestGetProductRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta that return types with arguments of type GetProductRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProductRequest,Product>ProductServiceGrpc. getGetProductMethod()com.google.protobuf.Parser<GetProductRequest>GetProductRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>ProductServiceClient. getProductCallable()Gets a [Product][google.cloud.retail.v2beta.Product].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductRequest,Product>ProductServiceSettings.Builder. getProductSettings()Returns the builder for the settings used for calls to getProduct.com.google.api.gax.rpc.UnaryCallSettings<GetProductRequest,Product>ProductServiceSettings. getProductSettings()Returns the object with the settings used for calls to getProduct.static com.google.protobuf.Parser<GetProductRequest>GetProductRequest. parser()Methods in com.google.cloud.retail.v2beta with parameters of type GetProductRequest Modifier and Type Method Description ProductProductServiceClient. getProduct(GetProductRequest request)Gets a [Product][google.cloud.retail.v2beta.Product].default voidProductServiceGrpc.AsyncService. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)Gets a [Product][google.cloud.retail.v2beta.Product].ProductProductServiceGrpc.ProductServiceBlockingStub. getProduct(GetProductRequest request)Gets a [Product][google.cloud.retail.v2beta.Product].com.google.common.util.concurrent.ListenableFuture<Product>ProductServiceGrpc.ProductServiceFutureStub. getProduct(GetProductRequest request)Gets a [Product][google.cloud.retail.v2beta.Product].voidProductServiceGrpc.ProductServiceStub. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)Gets a [Product][google.cloud.retail.v2beta.Product].GetProductRequest.BuilderGetProductRequest.Builder. mergeFrom(GetProductRequest other)static GetProductRequest.BuilderGetProductRequest. newBuilder(GetProductRequest prototype) -
Uses of GetProductRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type GetProductRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>GrpcProductServiceStub. getProductCallable()com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>HttpJsonProductServiceStub. getProductCallable()com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>ProductServiceStub. getProductCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductRequest,Product>ProductServiceStubSettings.Builder. getProductSettings()Returns the builder for the settings used for calls to getProduct.com.google.api.gax.rpc.UnaryCallSettings<GetProductRequest,Product>ProductServiceStubSettings. getProductSettings()Returns the object with the settings used for calls to getProduct.
-