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 GetProductRequest
GetProductRequest.Builder. build()
GetProductRequest
GetProductRequest.Builder. buildPartial()
static GetProductRequest
GetProductRequest. getDefaultInstance()
GetProductRequest
GetProductRequest.Builder. getDefaultInstanceForType()
GetProductRequest
GetProductRequest. getDefaultInstanceForType()
static GetProductRequest
GetProductRequest. parseDelimitedFrom(InputStream input)
static GetProductRequest
GetProductRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(byte[] data)
static GetProductRequest
GetProductRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(InputStream input)
static GetProductRequest
GetProductRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(ByteBuffer data)
static GetProductRequest
GetProductRequest. 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 Product
ProductServiceClient. getProduct(GetProductRequest request)
Gets a [Product][google.cloud.retail.v2beta.Product].default void
ProductServiceGrpc.AsyncService. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)
Gets a [Product][google.cloud.retail.v2beta.Product].Product
ProductServiceGrpc.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].void
ProductServiceGrpc.ProductServiceStub. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)
Gets a [Product][google.cloud.retail.v2beta.Product].GetProductRequest.Builder
GetProductRequest.Builder. mergeFrom(GetProductRequest other)
static GetProductRequest.Builder
GetProductRequest. 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.
-