- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public class HttpJsonStorageTransferServiceStub extends StorageTransferServiceStub
REST stub implementation for the StorageTransferService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonStorageTransferServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonStorageTransferServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonStorageTransferServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonStorageTransferServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(StorageTransferServiceStubSettings settings)
public static final HttpJsonStorageTransferServiceStub create(StorageTransferServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
StorageTransferServiceStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonStorageTransferServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonStorageTransferServiceStub, 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.
Parameters | |
---|---|
Name | Description |
settings |
StorageTransferServiceStubSettings |
clientContext |
ClientContext |
HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonStorageTransferServiceStub, 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.
Parameters | |
---|---|
Name | Description |
settings |
StorageTransferServiceStubSettings |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration |
long |
unit |
TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final void close()
createAgentPoolCallable()
public UnaryCallable<TransferProto.CreateAgentPoolRequest,TransferTypes.AgentPool> createAgentPoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateAgentPoolRequest,AgentPool> |
createTransferJobCallable()
public UnaryCallable<TransferProto.CreateTransferJobRequest,TransferTypes.TransferJob> createTransferJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateTransferJobRequest,TransferJob> |
deleteAgentPoolCallable()
public UnaryCallable<TransferProto.DeleteAgentPoolRequest,Empty> deleteAgentPoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteAgentPoolRequest,Empty> |
deleteTransferJobCallable()
public UnaryCallable<TransferProto.DeleteTransferJobRequest,Empty> deleteTransferJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteTransferJobRequest,Empty> |
getAgentPoolCallable()
public UnaryCallable<TransferProto.GetAgentPoolRequest,TransferTypes.AgentPool> getAgentPoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetAgentPoolRequest,AgentPool> |
getGoogleServiceAccountCallable()
public UnaryCallable<TransferProto.GetGoogleServiceAccountRequest,TransferTypes.GoogleServiceAccount> getGoogleServiceAccountCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetGoogleServiceAccountRequest,GoogleServiceAccount> |
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns | |
---|---|
Type | Description |
HttpJsonOperationsStub |
getTransferJobCallable()
public UnaryCallable<TransferProto.GetTransferJobRequest,TransferTypes.TransferJob> getTransferJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetTransferJobRequest,TransferJob> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listAgentPoolsCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,TransferProto.ListAgentPoolsResponse> listAgentPoolsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAgentPoolsRequest,ListAgentPoolsResponse> |
listAgentPoolsPagedCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,StorageTransferServiceClient.ListAgentPoolsPagedResponse> listAgentPoolsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAgentPoolsRequest,ListAgentPoolsPagedResponse> |
listTransferJobsCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse> listTransferJobsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTransferJobsRequest,ListTransferJobsResponse> |
listTransferJobsPagedCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,StorageTransferServiceClient.ListTransferJobsPagedResponse> listTransferJobsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTransferJobsRequest,ListTransferJobsPagedResponse> |
pauseTransferOperationCallable()
public UnaryCallable<TransferProto.PauseTransferOperationRequest,Empty> pauseTransferOperationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<PauseTransferOperationRequest,Empty> |
resumeTransferOperationCallable()
public UnaryCallable<TransferProto.ResumeTransferOperationRequest,Empty> resumeTransferOperationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ResumeTransferOperationRequest,Empty> |
runTransferJobCallable()
public UnaryCallable<TransferProto.RunTransferJobRequest,Operation> runTransferJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<RunTransferJobRequest,Operation> |
runTransferJobOperationCallable()
public OperationCallable<TransferProto.RunTransferJobRequest,Empty,TransferTypes.TransferOperation> runTransferJobOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<RunTransferJobRequest,Empty,TransferOperation> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateAgentPoolCallable()
public UnaryCallable<TransferProto.UpdateAgentPoolRequest,TransferTypes.AgentPool> updateAgentPoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateAgentPoolRequest,AgentPool> |
updateTransferJobCallable()
public UnaryCallable<TransferProto.UpdateTransferJobRequest,TransferTypes.TransferJob> updateTransferJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateTransferJobRequest,TransferJob> |