- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
public class GrpcDataTransferServiceStub extends DataTransferServiceStub
gRPC stub implementation for the DataTransferService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
GrpcDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext)
protected GrpcDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcDataTransferServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | DataTransferServiceStubSettings |
clientContext | ClientContext |
GrpcDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataTransferServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | DataTransferServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
checkValidCredsCallable()
public UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse> checkValidCredsCallable()
Type | Description |
UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse> |
close()
public final void close()
create(ClientContext clientContext)
public static final GrpcDataTransferServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcDataTransferServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcDataTransferServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcDataTransferServiceStub |
Type | Description |
IOException |
create(DataTransferServiceStubSettings settings)
public static final GrpcDataTransferServiceStub create(DataTransferServiceStubSettings settings)
Name | Description |
settings | DataTransferServiceStubSettings |
Type | Description |
GrpcDataTransferServiceStub |
Type | Description |
IOException |
createTransferConfigCallable()
public UnaryCallable<CreateTransferConfigRequest,TransferConfig> createTransferConfigCallable()
Type | Description |
UnaryCallable<CreateTransferConfigRequest,TransferConfig> |
deleteTransferConfigCallable()
public UnaryCallable<DeleteTransferConfigRequest,Empty> deleteTransferConfigCallable()
Type | Description |
UnaryCallable<DeleteTransferConfigRequest,Empty> |
deleteTransferRunCallable()
public UnaryCallable<DeleteTransferRunRequest,Empty> deleteTransferRunCallable()
Type | Description |
UnaryCallable<DeleteTransferRunRequest,Empty> |
getDataSourceCallable()
public UnaryCallable<GetDataSourceRequest,DataSource> getDataSourceCallable()
Type | Description |
UnaryCallable<GetDataSourceRequest,DataSource> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
getTransferConfigCallable()
public UnaryCallable<GetTransferConfigRequest,TransferConfig> getTransferConfigCallable()
Type | Description |
UnaryCallable<GetTransferConfigRequest,TransferConfig> |
getTransferRunCallable()
public UnaryCallable<GetTransferRunRequest,TransferRun> getTransferRunCallable()
Type | Description |
UnaryCallable<GetTransferRunRequest,TransferRun> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listDataSourcesCallable()
public UnaryCallable<ListDataSourcesRequest,ListDataSourcesResponse> listDataSourcesCallable()
Type | Description |
UnaryCallable<ListDataSourcesRequest,ListDataSourcesResponse> |
listDataSourcesPagedCallable()
public UnaryCallable<ListDataSourcesRequest,DataTransferServiceClient.ListDataSourcesPagedResponse> listDataSourcesPagedCallable()
Type | Description |
UnaryCallable<ListDataSourcesRequest,ListDataSourcesPagedResponse> |
listTransferConfigsCallable()
public UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse> listTransferConfigsCallable()
Type | Description |
UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse> |
listTransferConfigsPagedCallable()
public UnaryCallable<ListTransferConfigsRequest,DataTransferServiceClient.ListTransferConfigsPagedResponse> listTransferConfigsPagedCallable()
Type | Description |
UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsPagedResponse> |
listTransferLogsCallable()
public UnaryCallable<ListTransferLogsRequest,ListTransferLogsResponse> listTransferLogsCallable()
Type | Description |
UnaryCallable<ListTransferLogsRequest,ListTransferLogsResponse> |
listTransferLogsPagedCallable()
public UnaryCallable<ListTransferLogsRequest,DataTransferServiceClient.ListTransferLogsPagedResponse> listTransferLogsPagedCallable()
Type | Description |
UnaryCallable<ListTransferLogsRequest,ListTransferLogsPagedResponse> |
listTransferRunsCallable()
public UnaryCallable<ListTransferRunsRequest,ListTransferRunsResponse> listTransferRunsCallable()
Type | Description |
UnaryCallable<ListTransferRunsRequest,ListTransferRunsResponse> |
listTransferRunsPagedCallable()
public UnaryCallable<ListTransferRunsRequest,DataTransferServiceClient.ListTransferRunsPagedResponse> listTransferRunsPagedCallable()
Type | Description |
UnaryCallable<ListTransferRunsRequest,ListTransferRunsPagedResponse> |
scheduleTransferRunsCallable()
public UnaryCallable<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> scheduleTransferRunsCallable()
Type | Description |
UnaryCallable<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
startManualTransferRunsCallable()
public UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse> startManualTransferRunsCallable()
Type | Description |
UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse> |
updateTransferConfigCallable()
public UnaryCallable<UpdateTransferConfigRequest,TransferConfig> updateTransferConfigCallable()
Type | Description |
UnaryCallable<UpdateTransferConfigRequest,TransferConfig> |