Uses of Class
com.google.cloud.automl.v1beta1.UndeployModelRequest
-
Packages that use UndeployModelRequest Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of UndeployModelRequest in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return UndeployModelRequest Modifier and Type Method Description UndeployModelRequest
UndeployModelRequest.Builder. build()
UndeployModelRequest
UndeployModelRequest.Builder. buildPartial()
static UndeployModelRequest
UndeployModelRequest. getDefaultInstance()
UndeployModelRequest
UndeployModelRequest.Builder. getDefaultInstanceForType()
UndeployModelRequest
UndeployModelRequest. getDefaultInstanceForType()
static UndeployModelRequest
UndeployModelRequest. parseDelimitedFrom(InputStream input)
static UndeployModelRequest
UndeployModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployModelRequest
UndeployModelRequest. parseFrom(byte[] data)
static UndeployModelRequest
UndeployModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployModelRequest
UndeployModelRequest. parseFrom(com.google.protobuf.ByteString data)
static UndeployModelRequest
UndeployModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployModelRequest
UndeployModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeployModelRequest
UndeployModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployModelRequest
UndeployModelRequest. parseFrom(InputStream input)
static UndeployModelRequest
UndeployModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployModelRequest
UndeployModelRequest. parseFrom(ByteBuffer data)
static UndeployModelRequest
UndeployModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type UndeployModelRequest Modifier and Type Method Description com.google.protobuf.Parser<UndeployModelRequest>
UndeployModelRequest. getParserForType()
static io.grpc.MethodDescriptor<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlGrpc. getUndeployModelMethod()
static com.google.protobuf.Parser<UndeployModelRequest>
UndeployModelRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlClient. undeployModelCallable()
Undeploys a model.com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. undeployModelOperationCallable()
Undeploys a model.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlSettings.Builder. undeployModelOperationSettings()
Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.OperationCallSettings<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlSettings. undeployModelOperationSettings()
Returns the object with the settings used for calls to undeployModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlSettings.Builder. undeployModelSettings()
Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.UnaryCallSettings<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlSettings. undeployModelSettings()
Returns the object with the settings used for calls to undeployModel.Methods in com.google.cloud.automl.v1beta1 with parameters of type UndeployModelRequest Modifier and Type Method Description UndeployModelRequest.Builder
UndeployModelRequest.Builder. mergeFrom(UndeployModelRequest other)
static UndeployModelRequest.Builder
UndeployModelRequest. newBuilder(UndeployModelRequest prototype)
default void
AutoMlGrpc.AsyncService. undeployModel(UndeployModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Undeploys a model.com.google.longrunning.Operation
AutoMlGrpc.AutoMlBlockingStub. undeployModel(UndeployModelRequest request)
Undeploys a model.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
AutoMlGrpc.AutoMlFutureStub. undeployModel(UndeployModelRequest request)
Undeploys a model.void
AutoMlGrpc.AutoMlStub. undeployModel(UndeployModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Undeploys a model.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. undeployModelAsync(UndeployModelRequest request)
Undeploys a model. -
Uses of UndeployModelRequest in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type UndeployModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlStub. undeployModelCallable()
com.google.api.gax.rpc.UnaryCallable<UndeployModelRequest,com.google.longrunning.Operation>
GrpcAutoMlStub. undeployModelCallable()
com.google.api.gax.rpc.UnaryCallable<UndeployModelRequest,com.google.longrunning.Operation>
HttpJsonAutoMlStub. undeployModelCallable()
com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStub. undeployModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcAutoMlStub. undeployModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonAutoMlStub. undeployModelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStubSettings.Builder. undeployModelOperationSettings()
Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.OperationCallSettings<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStubSettings. undeployModelOperationSettings()
Returns the object with the settings used for calls to undeployModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlStubSettings.Builder. undeployModelSettings()
Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.UnaryCallSettings<UndeployModelRequest,com.google.longrunning.Operation>
AutoMlStubSettings. undeployModelSettings()
Returns the object with the settings used for calls to undeployModel.
-