Uses of Class
com.google.cloud.automl.v1beta1.UpdateTableSpecRequest
-
Packages that use UpdateTableSpecRequest Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of UpdateTableSpecRequest in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return UpdateTableSpecRequest Modifier and Type Method Description UpdateTableSpecRequestUpdateTableSpecRequest.Builder. build()UpdateTableSpecRequestUpdateTableSpecRequest.Builder. buildPartial()static UpdateTableSpecRequestUpdateTableSpecRequest. getDefaultInstance()UpdateTableSpecRequestUpdateTableSpecRequest.Builder. getDefaultInstanceForType()UpdateTableSpecRequestUpdateTableSpecRequest. getDefaultInstanceForType()static UpdateTableSpecRequestUpdateTableSpecRequest. parseDelimitedFrom(InputStream input)static UpdateTableSpecRequestUpdateTableSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(byte[] data)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(InputStream input)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(ByteBuffer data)static UpdateTableSpecRequestUpdateTableSpecRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type UpdateTableSpecRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateTableSpecRequest>UpdateTableSpecRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateTableSpecRequest,TableSpec>AutoMlGrpc. getUpdateTableSpecMethod()static com.google.protobuf.Parser<UpdateTableSpecRequest>UpdateTableSpecRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateTableSpecRequest,TableSpec>AutoMlClient. updateTableSpecCallable()Updates a table spec.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableSpecRequest,TableSpec>AutoMlSettings.Builder. updateTableSpecSettings()Returns the builder for the settings used for calls to updateTableSpec.com.google.api.gax.rpc.UnaryCallSettings<UpdateTableSpecRequest,TableSpec>AutoMlSettings. updateTableSpecSettings()Returns the object with the settings used for calls to updateTableSpec.Methods in com.google.cloud.automl.v1beta1 with parameters of type UpdateTableSpecRequest Modifier and Type Method Description UpdateTableSpecRequest.BuilderUpdateTableSpecRequest.Builder. mergeFrom(UpdateTableSpecRequest other)static UpdateTableSpecRequest.BuilderUpdateTableSpecRequest. newBuilder(UpdateTableSpecRequest prototype)TableSpecAutoMlClient. updateTableSpec(UpdateTableSpecRequest request)Updates a table spec.default voidAutoMlGrpc.AsyncService. updateTableSpec(UpdateTableSpecRequest request, io.grpc.stub.StreamObserver<TableSpec> responseObserver)Updates a table spec.TableSpecAutoMlGrpc.AutoMlBlockingStub. updateTableSpec(UpdateTableSpecRequest request)Updates a table spec.com.google.common.util.concurrent.ListenableFuture<TableSpec>AutoMlGrpc.AutoMlFutureStub. updateTableSpec(UpdateTableSpecRequest request)Updates a table spec.voidAutoMlGrpc.AutoMlStub. updateTableSpec(UpdateTableSpecRequest request, io.grpc.stub.StreamObserver<TableSpec> responseObserver)Updates a table spec. -
Uses of UpdateTableSpecRequest in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type UpdateTableSpecRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTableSpecRequest,TableSpec>AutoMlStub. updateTableSpecCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTableSpecRequest,TableSpec>GrpcAutoMlStub. updateTableSpecCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTableSpecRequest,TableSpec>HttpJsonAutoMlStub. updateTableSpecCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableSpecRequest,TableSpec>AutoMlStubSettings.Builder. updateTableSpecSettings()Returns the builder for the settings used for calls to updateTableSpec.com.google.api.gax.rpc.UnaryCallSettings<UpdateTableSpecRequest,TableSpec>AutoMlStubSettings. updateTableSpecSettings()Returns the object with the settings used for calls to updateTableSpec.
-