- 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 final class WorkerSettings extends GeneratedMessageV3 implements WorkerSettingsOrBuilder
Provides data to pass through to the worker harness.
Protobuf type google.dataflow.v1beta3.WorkerSettings
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkerSettingsImplements
WorkerSettingsOrBuilderStatic Fields
BASE_URL_FIELD_NUMBER
public static final int BASE_URL_FIELD_NUMBER
Type | Description |
int |
REPORTING_ENABLED_FIELD_NUMBER
public static final int REPORTING_ENABLED_FIELD_NUMBER
Type | Description |
int |
SERVICE_PATH_FIELD_NUMBER
public static final int SERVICE_PATH_FIELD_NUMBER
Type | Description |
int |
SHUFFLE_SERVICE_PATH_FIELD_NUMBER
public static final int SHUFFLE_SERVICE_PATH_FIELD_NUMBER
Type | Description |
int |
TEMP_STORAGE_PREFIX_FIELD_NUMBER
public static final int TEMP_STORAGE_PREFIX_FIELD_NUMBER
Type | Description |
int |
WORKER_ID_FIELD_NUMBER
public static final int WORKER_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static WorkerSettings getDefaultInstance()
Type | Description |
WorkerSettings |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static WorkerSettings.Builder newBuilder()
Type | Description |
WorkerSettings.Builder |
newBuilder(WorkerSettings prototype)
public static WorkerSettings.Builder newBuilder(WorkerSettings prototype)
Name | Description |
prototype | WorkerSettings |
Type | Description |
WorkerSettings.Builder |
parseDelimitedFrom(InputStream input)
public static WorkerSettings parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseFrom(byte[] data)
public static WorkerSettings parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WorkerSettings parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WorkerSettings parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseFrom(InputStream input)
public static WorkerSettings parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WorkerSettings parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkerSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerSettings |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WorkerSettings> parser()
Type | Description |
Parser<WorkerSettings> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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;
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;
Type | Description |
ByteString | The bytes for baseUrl. |
getDefaultInstanceForType()
public WorkerSettings getDefaultInstanceForType()
Type | Description |
WorkerSettings |
getParserForType()
public Parser<WorkerSettings> getParserForType()
Type | Description |
Parser<WorkerSettings> |
getReportingEnabled()
public boolean getReportingEnabled()
Whether to send work progress updates to the service.
bool reporting_enabled = 2;
Type | Description |
boolean | The reportingEnabled. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getServicePath()
public String getServicePath()
The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
string service_path = 3;
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;
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;
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;
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;
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;
Type | Description |
ByteString | The bytes for tempStoragePrefix. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getWorkerId()
public String getWorkerId()
The ID of the worker running this pipeline.
string worker_id = 5;
Type | Description |
String | The workerId. |
getWorkerIdBytes()
public ByteString getWorkerIdBytes()
The ID of the worker running this pipeline.
string worker_id = 5;
Type | Description |
ByteString | The bytes for workerId. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public WorkerSettings.Builder newBuilderForType()
Type | Description |
WorkerSettings.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkerSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
WorkerSettings.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public WorkerSettings.Builder toBuilder()
Type | Description |
WorkerSettings.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |