Uses of Class
com.google.cloud.batch.v1.BatchServiceClient
-
Packages that use BatchServiceClient Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of BatchServiceClient in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceClient Modifier and Type Method Description static BatchServiceClient
BatchServiceClient. create()
Constructs an instance of BatchServiceClient with default settings.static BatchServiceClient
BatchServiceClient. create(BatchServiceSettings settings)
Constructs an instance of BatchServiceClient, using the given settings.static BatchServiceClient
BatchServiceClient. create(BatchServiceStub stub)
Constructs an instance of BatchServiceClient, using the given stub for making calls.
-