Uses of Class
com.google.cloud.retail.v2beta.UpdateModelRequest
-
Packages that use UpdateModelRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of UpdateModelRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequest
UpdateModelRequest.Builder. build()
UpdateModelRequest
UpdateModelRequest.Builder. buildPartial()
static UpdateModelRequest
UpdateModelRequest. getDefaultInstance()
UpdateModelRequest
UpdateModelRequest.Builder. getDefaultInstanceForType()
UpdateModelRequest
UpdateModelRequest. getDefaultInstanceForType()
static UpdateModelRequest
UpdateModelRequest. parseDelimitedFrom(InputStream input)
static UpdateModelRequest
UpdateModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(byte[] data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(InputStream input)
static UpdateModelRequest
UpdateModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(ByteBuffer data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type UpdateModelRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateModelRequest>
UpdateModelRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateModelRequest,Model>
ModelServiceGrpc. getUpdateModelMethod()
static com.google.protobuf.Parser<UpdateModelRequest>
UpdateModelRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>
ModelServiceClient. updateModelCallable()
Update of model metadata.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelRequest,Model>
ModelServiceSettings.Builder. updateModelSettings()
Returns the builder for the settings used for calls to updateModel.com.google.api.gax.rpc.UnaryCallSettings<UpdateModelRequest,Model>
ModelServiceSettings. updateModelSettings()
Returns the object with the settings used for calls to updateModel.Methods in com.google.cloud.retail.v2beta with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelRequest.Builder
UpdateModelRequest.Builder. mergeFrom(UpdateModelRequest other)
static UpdateModelRequest.Builder
UpdateModelRequest. newBuilder(UpdateModelRequest prototype)
Model
ModelServiceClient. updateModel(UpdateModelRequest request)
Update of model metadata.default void
ModelServiceGrpc.AsyncService. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Update of model metadata.Model
ModelServiceGrpc.ModelServiceBlockingStub. updateModel(UpdateModelRequest request)
Update of model metadata.com.google.common.util.concurrent.ListenableFuture<Model>
ModelServiceGrpc.ModelServiceFutureStub. updateModel(UpdateModelRequest request)
Update of model metadata.void
ModelServiceGrpc.ModelServiceStub. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Update of model metadata. -
Uses of UpdateModelRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type UpdateModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>
GrpcModelServiceStub. updateModelCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>
HttpJsonModelServiceStub. updateModelCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>
ModelServiceStub. updateModelCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelRequest,Model>
ModelServiceStubSettings.Builder. updateModelSettings()
Returns the builder for the settings used for calls to updateModel.com.google.api.gax.rpc.UnaryCallSettings<UpdateModelRequest,Model>
ModelServiceStubSettings. updateModelSettings()
Returns the object with the settings used for calls to updateModel.
-