Uses of Class
com.google.cloud.batch.v1.BatchServiceSettings
-
Packages that use BatchServiceSettings Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of BatchServiceSettings in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceSettings Modifier and Type Method Description BatchServiceSettings
BatchServiceSettings.Builder. build()
static BatchServiceSettings
BatchServiceSettings. create(BatchServiceStubSettings stub)
BatchServiceSettings
BatchServiceClient. getSettings()
Methods in com.google.cloud.batch.v1 with parameters of type BatchServiceSettings Modifier and Type Method Description static BatchServiceClient
BatchServiceClient. create(BatchServiceSettings settings)
Constructs an instance of BatchServiceClient, using the given settings.Constructors in com.google.cloud.batch.v1 with parameters of type BatchServiceSettings Constructor Description BatchServiceClient(BatchServiceSettings settings)
Constructs an instance of BatchServiceClient, using the given settings.Builder(BatchServiceSettings settings)
-