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 GetTableSpecRequest
GetTableSpecRequest.Builder. build()
GetTableSpecRequest
GetTableSpecRequest.Builder. buildPartial()
static GetTableSpecRequest
GetTableSpecRequest. getDefaultInstance()
GetTableSpecRequest
GetTableSpecRequest.Builder. getDefaultInstanceForType()
GetTableSpecRequest
GetTableSpecRequest. getDefaultInstanceForType()
static GetTableSpecRequest
GetTableSpecRequest. parseDelimitedFrom(InputStream input)
static GetTableSpecRequest
GetTableSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(byte[] data)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(InputStream input)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableSpecRequest
GetTableSpecRequest. parseFrom(ByteBuffer data)
static GetTableSpecRequest
GetTableSpecRequest. 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 TableSpec
AutoMlClient. getTableSpec(GetTableSpecRequest request)
Gets a table spec.default void
AutoMlGrpc.AsyncService. getTableSpec(GetTableSpecRequest request, io.grpc.stub.StreamObserver<TableSpec> responseObserver)
Gets a table spec.TableSpec
AutoMlGrpc.AutoMlBlockingStub. getTableSpec(GetTableSpecRequest request)
Gets a table spec.com.google.common.util.concurrent.ListenableFuture<TableSpec>
AutoMlGrpc.AutoMlFutureStub. getTableSpec(GetTableSpecRequest request)
Gets a table spec.void
AutoMlGrpc.AutoMlStub. getTableSpec(GetTableSpecRequest request, io.grpc.stub.StreamObserver<TableSpec> responseObserver)
Gets a table spec.GetTableSpecRequest.Builder
GetTableSpecRequest.Builder. mergeFrom(GetTableSpecRequest other)
static GetTableSpecRequest.Builder
GetTableSpecRequest. 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.
-