- 0.57.0 (latest)
- 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 interface WorkerSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBaseUrl()
public abstract String getBaseUrl()
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/"
string base_url = 1;
Returns | |
---|---|
Type | Description |
String | The baseUrl. |
getBaseUrlBytes()
public abstract ByteString getBaseUrlBytes()
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/"
string base_url = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for baseUrl. |
getReportingEnabled()
public abstract boolean getReportingEnabled()
Whether to send work progress updates to the service.
bool reporting_enabled = 2;
Returns | |
---|---|
Type | Description |
boolean | The reportingEnabled. |
getServicePath()
public abstract String getServicePath()
The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
string service_path = 3;
Returns | |
---|---|
Type | Description |
String | The servicePath. |
getServicePathBytes()
public abstract ByteString getServicePathBytes()
The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
string service_path = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for servicePath. |
getShuffleServicePath()
public abstract String getShuffleServicePath()
The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".
string shuffle_service_path = 4;
Returns | |
---|---|
Type | Description |
String | The shuffleServicePath. |
getShuffleServicePathBytes()
public abstract ByteString getShuffleServicePathBytes()
The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".
string shuffle_service_path = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for shuffleServicePath. |
getTempStoragePrefix()
public abstract String getTempStoragePrefix()
The prefix of the resources the system should use for temporary storage.
The supported resource type is:
Google Cloud Storage:
storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string temp_storage_prefix = 6;
Returns | |
---|---|
Type | Description |
String | The tempStoragePrefix. |
getTempStoragePrefixBytes()
public abstract ByteString getTempStoragePrefixBytes()
The prefix of the resources the system should use for temporary storage.
The supported resource type is:
Google Cloud Storage:
storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string temp_storage_prefix = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tempStoragePrefix. |
getWorkerId()
public abstract String getWorkerId()
The ID of the worker running this pipeline.
string worker_id = 5;
Returns | |
---|---|
Type | Description |
String | The workerId. |
getWorkerIdBytes()
public abstract ByteString getWorkerIdBytes()
The ID of the worker running this pipeline.
string worker_id = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for workerId. |