Worker Settings Args
data class WorkerSettingsArgs(val baseUrl: Output<String>? = null, val reportingEnabled: Output<Boolean>? = null, val servicePath: Output<String>? = null, val shuffleServicePath: Output<String>? = null, val tempStoragePrefix: Output<String>? = null, val workerId: Output<String>? = null) : ConvertibleToJava<WorkerSettingsArgs>
Provides data to pass through to the worker harness.
Constructors
Functions
Properties
Link copied to clipboard
The base URL for accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"
Link copied to clipboard