Class DatasetServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DatasetServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/dataset_service.proto") public final class DatasetServiceGrpc extends Object
The service that manages Vertex AI Dataset and its child resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DatasetServiceGrpc.AsyncService
The service that manages Vertex AI Dataset and its child resources.static class
DatasetServiceGrpc.DatasetServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DatasetService.static class
DatasetServiceGrpc.DatasetServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DatasetService.static class
DatasetServiceGrpc.DatasetServiceImplBase
Base class for the server implementation of the service DatasetService.static class
DatasetServiceGrpc.DatasetServiceStub
A stub to allow clients to do asynchronous rpc calls to service DatasetService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(DatasetServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDatasetRequest,com.google.longrunning.Operation>
getCreateDatasetMethod()
static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.longrunning.Operation>
getDeleteDatasetMethod()
static io.grpc.MethodDescriptor<DeleteSavedQueryRequest,com.google.longrunning.Operation>
getDeleteSavedQueryMethod()
static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation>
getExportDataMethod()
static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec>
getGetAnnotationSpecMethod()
static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset>
getGetDatasetMethod()
static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation>
getImportDataMethod()
static io.grpc.MethodDescriptor<ListAnnotationsRequest,ListAnnotationsResponse>
getListAnnotationsMethod()
static io.grpc.MethodDescriptor<ListDataItemsRequest,ListDataItemsResponse>
getListDataItemsMethod()
static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>
getListDatasetsMethod()
static io.grpc.MethodDescriptor<ListSavedQueriesRequest,ListSavedQueriesResponse>
getListSavedQueriesMethod()
static io.grpc.MethodDescriptor<SearchDataItemsRequest,SearchDataItemsResponse>
getSearchDataItemsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDatasetRequest,Dataset>
getUpdateDatasetMethod()
static DatasetServiceGrpc.DatasetServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DatasetServiceGrpc.DatasetServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DatasetServiceGrpc.DatasetServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateDatasetMethod
public static io.grpc.MethodDescriptor<CreateDatasetRequest,com.google.longrunning.Operation> getCreateDatasetMethod()
-
getGetDatasetMethod
public static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset> getGetDatasetMethod()
-
getUpdateDatasetMethod
public static io.grpc.MethodDescriptor<UpdateDatasetRequest,Dataset> getUpdateDatasetMethod()
-
getListDatasetsMethod
public static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> getListDatasetsMethod()
-
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()
-
getListDataItemsMethod
public static io.grpc.MethodDescriptor<ListDataItemsRequest,ListDataItemsResponse> getListDataItemsMethod()
-
getSearchDataItemsMethod
public static io.grpc.MethodDescriptor<SearchDataItemsRequest,SearchDataItemsResponse> getSearchDataItemsMethod()
-
getListSavedQueriesMethod
public static io.grpc.MethodDescriptor<ListSavedQueriesRequest,ListSavedQueriesResponse> getListSavedQueriesMethod()
-
getDeleteSavedQueryMethod
public static io.grpc.MethodDescriptor<DeleteSavedQueryRequest,com.google.longrunning.Operation> getDeleteSavedQueryMethod()
-
getGetAnnotationSpecMethod
public static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec> getGetAnnotationSpecMethod()
-
getListAnnotationsMethod
public static io.grpc.MethodDescriptor<ListAnnotationsRequest,ListAnnotationsResponse> getListAnnotationsMethod()
-
newStub
public static DatasetServiceGrpc.DatasetServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DatasetServiceGrpc.DatasetServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DatasetServiceGrpc.DatasetServiceFutureStub 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(DatasetServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-