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