@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/bigquery/datatransfer/v1/datasource.proto") public final class DataSourceServiceGrpc extends Object
The Google BigQuery Data Transfer API allows BigQuery users to configure transfer of their data from other Google Products into BigQuery. This service exposes methods that should be used by data source backend.
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSourceServiceGrpc.DataSourceServiceBlockingStub
The Google BigQuery Data Transfer API allows BigQuery users to
configure transfer of their data from other Google Products into BigQuery.
|
static class |
DataSourceServiceGrpc.DataSourceServiceFutureStub
The Google BigQuery Data Transfer API allows BigQuery users to
configure transfer of their data from other Google Products into BigQuery.
|
static class |
DataSourceServiceGrpc.DataSourceServiceImplBase
The Google BigQuery Data Transfer API allows BigQuery users to
configure transfer of their data from other Google Products into BigQuery.
|
static class |
DataSourceServiceGrpc.DataSourceServiceStub
The Google BigQuery Data Transfer API allows BigQuery users to
configure transfer of their data from other Google Products into BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateDataSourceDefinitionRequest,DataSourceDefinition> |
getCreateDataSourceDefinitionMethod() |
static io.grpc.MethodDescriptor<DeleteDataSourceDefinitionRequest,com.google.protobuf.Empty> |
getDeleteDataSourceDefinitionMethod() |
static io.grpc.MethodDescriptor<FinishRunRequest,com.google.protobuf.Empty> |
getFinishRunMethod() |
static io.grpc.MethodDescriptor<GetDataSourceDefinitionRequest,DataSourceDefinition> |
getGetDataSourceDefinitionMethod() |
static io.grpc.MethodDescriptor<ListDataSourceDefinitionsRequest,ListDataSourceDefinitionsResponse> |
getListDataSourceDefinitionsMethod() |
static io.grpc.MethodDescriptor<LogTransferRunMessagesRequest,com.google.protobuf.Empty> |
getLogTransferRunMessagesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartBigQueryJobsRequest,com.google.protobuf.Empty> |
getStartBigQueryJobsMethod() |
static io.grpc.MethodDescriptor<UpdateDataSourceDefinitionRequest,DataSourceDefinition> |
getUpdateDataSourceDefinitionMethod() |
static io.grpc.MethodDescriptor<UpdateTransferRunRequest,TransferRun> |
getUpdateTransferRunMethod() |
static DataSourceServiceGrpc.DataSourceServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DataSourceServiceGrpc.DataSourceServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DataSourceServiceGrpc.DataSourceServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateTransferRunRequest,TransferRun> METHOD_UPDATE_TRANSFER_RUN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<LogTransferRunMessagesRequest,com.google.protobuf.Empty> METHOD_LOG_TRANSFER_RUN_MESSAGES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<StartBigQueryJobsRequest,com.google.protobuf.Empty> METHOD_START_BIG_QUERY_JOBS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<FinishRunRequest,com.google.protobuf.Empty> METHOD_FINISH_RUN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateDataSourceDefinitionRequest,DataSourceDefinition> METHOD_CREATE_DATA_SOURCE_DEFINITION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateDataSourceDefinitionRequest,DataSourceDefinition> METHOD_UPDATE_DATA_SOURCE_DEFINITION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteDataSourceDefinitionRequest,com.google.protobuf.Empty> METHOD_DELETE_DATA_SOURCE_DEFINITION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetDataSourceDefinitionRequest,DataSourceDefinition> METHOD_GET_DATA_SOURCE_DEFINITION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListDataSourceDefinitionsRequest,ListDataSourceDefinitionsResponse> METHOD_LIST_DATA_SOURCE_DEFINITIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateTransferRunRequest,TransferRun> getUpdateTransferRunMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<LogTransferRunMessagesRequest,com.google.protobuf.Empty> getLogTransferRunMessagesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<StartBigQueryJobsRequest,com.google.protobuf.Empty> getStartBigQueryJobsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<FinishRunRequest,com.google.protobuf.Empty> getFinishRunMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateDataSourceDefinitionRequest,DataSourceDefinition> getCreateDataSourceDefinitionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateDataSourceDefinitionRequest,DataSourceDefinition> getUpdateDataSourceDefinitionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteDataSourceDefinitionRequest,com.google.protobuf.Empty> getDeleteDataSourceDefinitionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetDataSourceDefinitionRequest,DataSourceDefinition> getGetDataSourceDefinitionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListDataSourceDefinitionsRequest,ListDataSourceDefinitionsResponse> getListDataSourceDefinitionsMethod()
public static DataSourceServiceGrpc.DataSourceServiceStub newStub(io.grpc.Channel channel)
public static DataSourceServiceGrpc.DataSourceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DataSourceServiceGrpc.DataSourceServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.