- 2.51.0 (latest)
- 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 HttpJsonDataTransferServiceStub extends DataTransferServiceStub
REST stub implementation for the DataTransferService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonDataTransferServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
HttpJsonDataTransferServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonDataTransferServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Type | Description |
HttpJsonDataTransferServiceStub |
Type | Description |
IOException |
create(DataTransferServiceStubSettings settings)
public static final HttpJsonDataTransferServiceStub create(DataTransferServiceStubSettings settings)
Name | Description |
settings | DataTransferServiceStubSettings |
Type | Description |
HttpJsonDataTransferServiceStub |
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonDataTransferServiceStub, 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 |
HttpJsonDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonDataTransferServiceStub(DataTransferServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonDataTransferServiceStub, 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 | HttpJsonStubCallableFactory |
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()
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> |
enrollDataSourcesCallable()
public UnaryCallable<EnrollDataSourcesRequest,Empty> enrollDataSourcesCallable()
Type | Description |
UnaryCallable<EnrollDataSourcesRequest,Empty> |
getDataSourceCallable()
public UnaryCallable<GetDataSourceRequest,DataSource> getDataSourceCallable()
Type | Description |
UnaryCallable<GetDataSourceRequest,DataSource> |
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
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> |
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,DataTransferServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse> |
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> |