public final class WorkerSettings extends GeneratedMessageV3 implements WorkerSettingsOrBuilder
Provides data to pass through to the worker harness.
Protobuf type google.dataflow.v1beta3.WorkerSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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.
|
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public WorkerSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides