Uses of Class
com.google.cloud.vision.v1p3beta1.GetProductSetRequest
-
Packages that use GetProductSetRequest Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p3beta1.stub -
-
Uses of GetProductSetRequest in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return GetProductSetRequest Modifier and Type Method Description GetProductSetRequest
GetProductSetRequest.Builder. build()
GetProductSetRequest
GetProductSetRequest.Builder. buildPartial()
static GetProductSetRequest
GetProductSetRequest. getDefaultInstance()
GetProductSetRequest
GetProductSetRequest.Builder. getDefaultInstanceForType()
GetProductSetRequest
GetProductSetRequest. getDefaultInstanceForType()
static GetProductSetRequest
GetProductSetRequest. parseDelimitedFrom(InputStream input)
static GetProductSetRequest
GetProductSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductSetRequest
GetProductSetRequest. parseFrom(byte[] data)
static GetProductSetRequest
GetProductSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductSetRequest
GetProductSetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProductSetRequest
GetProductSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductSetRequest
GetProductSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProductSetRequest
GetProductSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductSetRequest
GetProductSetRequest. parseFrom(InputStream input)
static GetProductSetRequest
GetProductSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductSetRequest
GetProductSetRequest. parseFrom(ByteBuffer data)
static GetProductSetRequest
GetProductSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type GetProductSetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProductSetRequest,ProductSet>
ProductSearchGrpc. getGetProductSetMethod()
com.google.protobuf.Parser<GetProductSetRequest>
GetProductSetRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetProductSetRequest,ProductSet>
ProductSearchClient. getProductSetCallable()
Gets information associated with a ProductSet.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductSetRequest,ProductSet>
ProductSearchSettings.Builder. getProductSetSettings()
Returns the builder for the settings used for calls to getProductSet.com.google.api.gax.rpc.UnaryCallSettings<GetProductSetRequest,ProductSet>
ProductSearchSettings. getProductSetSettings()
Returns the object with the settings used for calls to getProductSet.static com.google.protobuf.Parser<GetProductSetRequest>
GetProductSetRequest. parser()
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type GetProductSetRequest Modifier and Type Method Description ProductSet
ProductSearchClient. getProductSet(GetProductSetRequest request)
Gets information associated with a ProductSet.default void
ProductSearchGrpc.AsyncService. getProductSet(GetProductSetRequest request, io.grpc.stub.StreamObserver<ProductSet> responseObserver)
Gets information associated with a ProductSet.ProductSet
ProductSearchGrpc.ProductSearchBlockingStub. getProductSet(GetProductSetRequest request)
Gets information associated with a ProductSet.com.google.common.util.concurrent.ListenableFuture<ProductSet>
ProductSearchGrpc.ProductSearchFutureStub. getProductSet(GetProductSetRequest request)
Gets information associated with a ProductSet.void
ProductSearchGrpc.ProductSearchStub. getProductSet(GetProductSetRequest request, io.grpc.stub.StreamObserver<ProductSet> responseObserver)
Gets information associated with a ProductSet.GetProductSetRequest.Builder
GetProductSetRequest.Builder. mergeFrom(GetProductSetRequest other)
static GetProductSetRequest.Builder
GetProductSetRequest. newBuilder(GetProductSetRequest prototype)
-
Uses of GetProductSetRequest in com.google.cloud.vision.v1p3beta1.stub
Methods in com.google.cloud.vision.v1p3beta1.stub that return types with arguments of type GetProductSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProductSetRequest,ProductSet>
GrpcProductSearchStub. getProductSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetProductSetRequest,ProductSet>
HttpJsonProductSearchStub. getProductSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetProductSetRequest,ProductSet>
ProductSearchStub. getProductSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductSetRequest,ProductSet>
ProductSearchStubSettings.Builder. getProductSetSettings()
Returns the builder for the settings used for calls to getProductSet.com.google.api.gax.rpc.UnaryCallSettings<GetProductSetRequest,ProductSet>
ProductSearchStubSettings. getProductSetSettings()
Returns the object with the settings used for calls to getProductSet.
-