Interface KeyRangeLocationOrBuilder (0.8.0)

public interface KeyRangeLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataDisk()

public abstract String getDataDisk()

The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

string data_disk = 5;

Returns
TypeDescription
String

The dataDisk.

getDataDiskBytes()

public abstract ByteString getDataDiskBytes()

The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

string data_disk = 5;

Returns
TypeDescription
ByteString

The bytes for dataDisk.

getDeliveryEndpoint()

public abstract String getDeliveryEndpoint()

The physical location of this range assignment to be used for streaming computation cross-worker message delivery.

string delivery_endpoint = 3;

Returns
TypeDescription
String

The deliveryEndpoint.

getDeliveryEndpointBytes()

public abstract ByteString getDeliveryEndpointBytes()

The physical location of this range assignment to be used for streaming computation cross-worker message delivery.

string delivery_endpoint = 3;

Returns
TypeDescription
ByteString

The bytes for deliveryEndpoint.

getDeprecatedPersistentDirectory() (deprecated)

public abstract String getDeprecatedPersistentDirectory()

Deprecated. google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated. See google/dataflow/v1beta3/streaming.proto;l=170

DEPRECATED. The location of the persistent state for this range, as a persistent directory in the worker local filesystem.

string deprecated_persistent_directory = 4 [deprecated = true];

Returns
TypeDescription
String

The deprecatedPersistentDirectory.

getDeprecatedPersistentDirectoryBytes() (deprecated)

public abstract ByteString getDeprecatedPersistentDirectoryBytes()

Deprecated. google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated. See google/dataflow/v1beta3/streaming.proto;l=170

DEPRECATED. The location of the persistent state for this range, as a persistent directory in the worker local filesystem.

string deprecated_persistent_directory = 4 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for deprecatedPersistentDirectory.

getEnd()

public abstract String getEnd()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
String

The end.

getEndBytes()

public abstract ByteString getEndBytes()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
ByteString

The bytes for end.

getStart()

public abstract String getStart()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
String

The start.

getStartBytes()

public abstract ByteString getStartBytes()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
ByteString

The bytes for start.