Uses of Class
com.google.cloud.vision.v1.GetProductSetRequest
-
Packages that use GetProductSetRequest Package Description com.google.cloud.vision.v1 A client to Cloud Vision APIcom.google.cloud.vision.v1.stub -
-
Uses of GetProductSetRequest in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return GetProductSetRequest Modifier and Type Method Description GetProductSetRequestGetProductSetRequest.Builder. build()GetProductSetRequestGetProductSetRequest.Builder. buildPartial()static GetProductSetRequestGetProductSetRequest. getDefaultInstance()GetProductSetRequestGetProductSetRequest.Builder. getDefaultInstanceForType()GetProductSetRequestGetProductSetRequest. getDefaultInstanceForType()static GetProductSetRequestGetProductSetRequest. parseDelimitedFrom(InputStream input)static GetProductSetRequestGetProductSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductSetRequestGetProductSetRequest. parseFrom(byte[] data)static GetProductSetRequestGetProductSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductSetRequestGetProductSetRequest. parseFrom(com.google.protobuf.ByteString data)static GetProductSetRequestGetProductSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductSetRequestGetProductSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProductSetRequestGetProductSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductSetRequestGetProductSetRequest. parseFrom(InputStream input)static GetProductSetRequestGetProductSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductSetRequestGetProductSetRequest. parseFrom(ByteBuffer data)static GetProductSetRequestGetProductSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 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.v1 with parameters of type GetProductSetRequest Modifier and Type Method Description ProductSetProductSearchClient. getProductSet(GetProductSetRequest request)Gets information associated with a ProductSet.default voidProductSearchGrpc.AsyncService. getProductSet(GetProductSetRequest request, io.grpc.stub.StreamObserver<ProductSet> responseObserver)Gets information associated with a ProductSet.ProductSetProductSearchGrpc.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.voidProductSearchGrpc.ProductSearchStub. getProductSet(GetProductSetRequest request, io.grpc.stub.StreamObserver<ProductSet> responseObserver)Gets information associated with a ProductSet.GetProductSetRequest.BuilderGetProductSetRequest.Builder. mergeFrom(GetProductSetRequest other)static GetProductSetRequest.BuilderGetProductSetRequest. newBuilder(GetProductSetRequest prototype) -
Uses of GetProductSetRequest in com.google.cloud.vision.v1.stub
Methods in com.google.cloud.vision.v1.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.
-