Send feedback
Class WorkerSettings (0.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.21.0 keyboard_arrow_down
public final class WorkerSettings extends GeneratedMessageV3 implements WorkerSettingsOrBuilder
Provides data to pass through to the worker harness.
Protobuf type google.dataflow.v1beta3.WorkerSettings
Static Fields
BASE_URL_FIELD_NUMBER
public static final int BASE_URL_FIELD_NUMBER
Field Value Type Description int
REPORTING_ENABLED_FIELD_NUMBER
public static final int REPORTING_ENABLED_FIELD_NUMBER
Field Value Type Description int
SERVICE_PATH_FIELD_NUMBER
public static final int SERVICE_PATH_FIELD_NUMBER
Field Value Type Description int
SHUFFLE_SERVICE_PATH_FIELD_NUMBER
public static final int SHUFFLE_SERVICE_PATH_FIELD_NUMBER
Field Value Type Description int
TEMP_STORAGE_PREFIX_FIELD_NUMBER
public static final int TEMP_STORAGE_PREFIX_FIELD_NUMBER
Field Value Type Description int
WORKER_ID_FIELD_NUMBER
public static final int WORKER_ID_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static WorkerSettings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static WorkerSettings . Builder newBuilder ()
newBuilder(WorkerSettings prototype)
public static WorkerSettings . Builder newBuilder ( WorkerSettings prototype )
public static WorkerSettings parseDelimitedFrom ( InputStream input )
public static WorkerSettings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static WorkerSettings parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static WorkerSettings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkerSettings parseFrom ( CodedInputStream input )
public static WorkerSettings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkerSettings parseFrom ( InputStream input )
public static WorkerSettings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static WorkerSettings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<WorkerSettings> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBaseUrl()
public 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 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.
getDefaultInstanceForType()
public WorkerSettings getDefaultInstanceForType ()
getParserForType()
public Parser<WorkerSettings> getParserForType ()
Overrides
getReportingEnabled()
public boolean getReportingEnabled ()
Whether to send work progress updates to the service.
bool reporting_enabled = 2;
Returns Type Description boolean
The reportingEnabled.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getServicePath()
public 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 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 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 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 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 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.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getWorkerId()
public String getWorkerId ()
The ID of the worker running this pipeline.
string worker_id = 5;
Returns Type Description String
The workerId.
getWorkerIdBytes()
public ByteString getWorkerIdBytes ()
The ID of the worker running this pipeline.
string worker_id = 5;
Returns Type Description ByteString
The bytes for workerId.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public WorkerSettings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkerSettings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public WorkerSettings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]