- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.2.2
- 0.1.1
public class GrpcBatchServiceStub extends BatchServiceStub
gRPC stub implementation for the BatchService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcBatchServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
GrpcBatchServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcBatchServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcBatchServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(BatchServiceStubSettings settings)
public static final GrpcBatchServiceStub create(BatchServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
BatchServiceStubSettings |
Returns | |
---|---|
Type | Description |
GrpcBatchServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcBatchServiceStub(BatchServiceStubSettings settings, ClientContext clientContext)
protected GrpcBatchServiceStub(BatchServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcBatchServiceStub, 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 |
BatchServiceStubSettings |
clientContext |
ClientContext |
GrpcBatchServiceStub(BatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcBatchServiceStub(BatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcBatchServiceStub, 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 |
BatchServiceStubSettings |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
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()
createJobCallable()
public UnaryCallable<CreateJobRequest,Job> createJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateJobRequest,Job> |
createResourceAllowanceCallable()
public UnaryCallable<CreateResourceAllowanceRequest,ResourceAllowance> createResourceAllowanceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateResourceAllowanceRequest,ResourceAllowance> |
deleteJobCallable()
public UnaryCallable<DeleteJobRequest,Operation> deleteJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteJobRequest,Operation> |
deleteJobOperationCallable()
public OperationCallable<DeleteJobRequest,Empty,OperationMetadata> deleteJobOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteJobRequest,Empty,OperationMetadata> |
deleteResourceAllowanceCallable()
public UnaryCallable<DeleteResourceAllowanceRequest,Operation> deleteResourceAllowanceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteResourceAllowanceRequest,Operation> |
deleteResourceAllowanceOperationCallable()
public OperationCallable<DeleteResourceAllowanceRequest,Empty,OperationMetadata> deleteResourceAllowanceOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteResourceAllowanceRequest,Empty,OperationMetadata> |
getJobCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetJobRequest,Job> |
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
getResourceAllowanceCallable()
public UnaryCallable<GetResourceAllowanceRequest,ResourceAllowance> getResourceAllowanceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetResourceAllowanceRequest,ResourceAllowance> |
getTaskCallable()
public UnaryCallable<GetTaskRequest,Task> getTaskCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetTaskRequest,Task> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsResponse> |
listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsPagedResponse> |
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,BatchServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse> |
listResourceAllowancesCallable()
public UnaryCallable<ListResourceAllowancesRequest,ListResourceAllowancesResponse> listResourceAllowancesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListResourceAllowancesRequest,ListResourceAllowancesResponse> |
listResourceAllowancesPagedCallable()
public UnaryCallable<ListResourceAllowancesRequest,BatchServiceClient.ListResourceAllowancesPagedResponse> listResourceAllowancesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListResourceAllowancesRequest,ListResourceAllowancesPagedResponse> |
listTasksCallable()
public UnaryCallable<ListTasksRequest,ListTasksResponse> listTasksCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTasksRequest,ListTasksResponse> |
listTasksPagedCallable()
public UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse> listTasksPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTasksRequest,ListTasksPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateJobCallable()
public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateJobRequest,Job> |
updateResourceAllowanceCallable()
public UnaryCallable<UpdateResourceAllowanceRequest,ResourceAllowance> updateResourceAllowanceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateResourceAllowanceRequest,ResourceAllowance> |