Interface SdkVersionOrBuilder (0.9.0)

public interface SdkVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSdkSupportStatus()

public abstract SdkVersion.SdkSupportStatus getSdkSupportStatus()

The support status for this SDK version.

.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;

Returns
TypeDescription
SdkVersion.SdkSupportStatus

The sdkSupportStatus.

getSdkSupportStatusValue()

public abstract int getSdkSupportStatusValue()

The support status for this SDK version.

.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for sdkSupportStatus.

getVersion()

public abstract String getVersion()

The version of the SDK used to run the job.

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version of the SDK used to run the job.

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.

getVersionDisplayName()

public abstract String getVersionDisplayName()

A readable string describing the version of the SDK.

string version_display_name = 2;

Returns
TypeDescription
String

The versionDisplayName.

getVersionDisplayNameBytes()

public abstract ByteString getVersionDisplayNameBytes()

A readable string describing the version of the SDK.

string version_display_name = 2;

Returns
TypeDescription
ByteString

The bytes for versionDisplayName.