Uses of Class
com.google.cloud.automl.v1beta1.ListTableSpecsRequest
-
Packages that use ListTableSpecsRequest Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of ListTableSpecsRequest in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return ListTableSpecsRequest Modifier and Type Method Description ListTableSpecsRequest
ListTableSpecsRequest.Builder. build()
ListTableSpecsRequest
ListTableSpecsRequest.Builder. buildPartial()
static ListTableSpecsRequest
ListTableSpecsRequest. getDefaultInstance()
ListTableSpecsRequest
ListTableSpecsRequest.Builder. getDefaultInstanceForType()
ListTableSpecsRequest
ListTableSpecsRequest. getDefaultInstanceForType()
static ListTableSpecsRequest
ListTableSpecsRequest. parseDelimitedFrom(InputStream input)
static ListTableSpecsRequest
ListTableSpecsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(byte[] data)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(InputStream input)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(ByteBuffer data)
static ListTableSpecsRequest
ListTableSpecsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type ListTableSpecsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTableSpecsRequest,ListTableSpecsResponse>
AutoMlGrpc. getListTableSpecsMethod()
com.google.protobuf.Parser<ListTableSpecsRequest>
ListTableSpecsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,ListTableSpecsResponse>
AutoMlClient. listTableSpecsCallable()
Lists table specs in a dataset.com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlClient. listTableSpecsPagedCallable()
Lists table specs in a dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlSettings.Builder. listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.com.google.api.gax.rpc.PagedCallSettings<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlSettings. listTableSpecsSettings()
Returns the object with the settings used for calls to listTableSpecs.static com.google.protobuf.Parser<ListTableSpecsRequest>
ListTableSpecsRequest. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type ListTableSpecsRequest Modifier and Type Method Description AutoMlClient.ListTableSpecsPagedResponse
AutoMlClient. listTableSpecs(ListTableSpecsRequest request)
Lists table specs in a dataset.default void
AutoMlGrpc.AsyncService. listTableSpecs(ListTableSpecsRequest request, io.grpc.stub.StreamObserver<ListTableSpecsResponse> responseObserver)
Lists table specs in a dataset.ListTableSpecsResponse
AutoMlGrpc.AutoMlBlockingStub. listTableSpecs(ListTableSpecsRequest request)
Lists table specs in a dataset.com.google.common.util.concurrent.ListenableFuture<ListTableSpecsResponse>
AutoMlGrpc.AutoMlFutureStub. listTableSpecs(ListTableSpecsRequest request)
Lists table specs in a dataset.void
AutoMlGrpc.AutoMlStub. listTableSpecs(ListTableSpecsRequest request, io.grpc.stub.StreamObserver<ListTableSpecsResponse> responseObserver)
Lists table specs in a dataset.ListTableSpecsRequest.Builder
ListTableSpecsRequest.Builder. mergeFrom(ListTableSpecsRequest other)
static ListTableSpecsRequest.Builder
ListTableSpecsRequest. newBuilder(ListTableSpecsRequest prototype)
Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type ListTableSpecsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<AutoMlClient.ListTableSpecsPagedResponse>
AutoMlClient.ListTableSpecsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, com.google.api.core.ApiFuture<ListTableSpecsResponse> futureResponse)
protected AutoMlClient.ListTableSpecsPage
AutoMlClient.ListTableSpecsPage. createPage(com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, ListTableSpecsResponse response)
com.google.api.core.ApiFuture<AutoMlClient.ListTableSpecsPage>
AutoMlClient.ListTableSpecsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, com.google.api.core.ApiFuture<ListTableSpecsResponse> futureResponse)
-
Uses of ListTableSpecsRequest in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type ListTableSpecsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,ListTableSpecsResponse>
AutoMlStub. listTableSpecsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,ListTableSpecsResponse>
GrpcAutoMlStub. listTableSpecsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,ListTableSpecsResponse>
HttpJsonAutoMlStub. listTableSpecsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
GrpcAutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
HttpJsonAutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStubSettings.Builder. listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.com.google.api.gax.rpc.PagedCallSettings<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStubSettings. listTableSpecsSettings()
Returns the object with the settings used for calls to listTableSpecs.
-