- 0.59.0 (latest)
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.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.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public class HttpJsonJobsV1Beta3Stub extends JobsV1Beta3Stub
REST stub implementation for the JobsV1Beta3 service API.
This class is for advanced usage and reflects the underlying API directly.
Inherited Members
Static Methods
create(ClientContext clientContext)
public static final HttpJsonJobsV1Beta3Stub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonJobsV1Beta3Stub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonJobsV1Beta3Stub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonJobsV1Beta3Stub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(JobsV1Beta3StubSettings settings)
public static final HttpJsonJobsV1Beta3Stub create(JobsV1Beta3StubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
JobsV1Beta3StubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonJobsV1Beta3Stub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext)
protected HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonJobsV1Beta3Stub, 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 |
JobsV1Beta3StubSettings |
clientContext |
ClientContext |
HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonJobsV1Beta3Stub, 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 |
JobsV1Beta3StubSettings |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Methods
aggregatedListJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> aggregatedListJobsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsResponse> |
aggregatedListJobsPagedCallable()
public UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,AggregatedListJobsPagedResponse> |
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
checkActiveJobsCallable()
public UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> |
close()
public final void close()
createJobCallable()
public UnaryCallable<CreateJobRequest,Job> createJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateJobRequest,Job> |
getJobCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetJobRequest,Job> |
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,JobsV1Beta3Client.ListJobsPagedResponse> listJobsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
snapshotJobCallable()
public UnaryCallable<SnapshotJobRequest,Snapshot> snapshotJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SnapshotJobRequest,Snapshot> |
updateJobCallable()
public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateJobRequest,Job> |