Class AutoMlGrpc


  • @Generated(value="by gRPC proto compiler",
               comments="Source: google/cloud/automl/v1/service.proto")
    public final class AutoMlGrpc
    extends Object
     AutoML Server API.
     The resource names are assigned by the server.
     The server never reuses names that it has created after the resources with
     those names are deleted.
     An ID of a resource is the last element of the item's resource name. For
     `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`, then
     the id for the item is `{dataset_id}`.
     Currently the only supported `location_id` is "us-central1".
     On any input that is documented to expect a string parameter in
     snake_case or dash-case, either of those cases is accepted.
     
    • Method Detail

      • getCreateDatasetMethod

        public static io.grpc.MethodDescriptor<CreateDatasetRequest,​com.google.longrunning.Operation> getCreateDatasetMethod()
      • getDeleteDatasetMethod

        public static io.grpc.MethodDescriptor<DeleteDatasetRequest,​com.google.longrunning.Operation> getDeleteDatasetMethod()
      • getImportDataMethod

        public static io.grpc.MethodDescriptor<ImportDataRequest,​com.google.longrunning.Operation> getImportDataMethod()
      • getExportDataMethod

        public static io.grpc.MethodDescriptor<ExportDataRequest,​com.google.longrunning.Operation> getExportDataMethod()
      • getCreateModelMethod

        public static io.grpc.MethodDescriptor<CreateModelRequest,​com.google.longrunning.Operation> getCreateModelMethod()
      • getGetModelMethod

        public static io.grpc.MethodDescriptor<GetModelRequest,​Model> getGetModelMethod()
      • getDeleteModelMethod

        public static io.grpc.MethodDescriptor<DeleteModelRequest,​com.google.longrunning.Operation> getDeleteModelMethod()
      • getUpdateModelMethod

        public static io.grpc.MethodDescriptor<UpdateModelRequest,​Model> getUpdateModelMethod()
      • getDeployModelMethod

        public static io.grpc.MethodDescriptor<DeployModelRequest,​com.google.longrunning.Operation> getDeployModelMethod()
      • getUndeployModelMethod

        public static io.grpc.MethodDescriptor<UndeployModelRequest,​com.google.longrunning.Operation> getUndeployModelMethod()
      • getExportModelMethod

        public static io.grpc.MethodDescriptor<ExportModelRequest,​com.google.longrunning.Operation> getExportModelMethod()
      • newStub

        public static AutoMlGrpc.AutoMlStub newStub​(io.grpc.Channel channel)
        Creates a new async stub that supports all call types for the service
      • newBlockingStub

        public static AutoMlGrpc.AutoMlBlockingStub newBlockingStub​(io.grpc.Channel channel)
        Creates a new blocking-style stub that supports unary and streaming output calls on the service
      • newFutureStub

        public static AutoMlGrpc.AutoMlFutureStub newFutureStub​(io.grpc.Channel channel)
        Creates a new ListenableFuture-style stub that supports unary calls on the service
      • bindService

        public static final io.grpc.ServerServiceDefinition bindService​(AutoMlGrpc.AsyncService service)
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()