Interface SdkVersionOrBuilder (0.67.0)

public interface SdkVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBugs(int index)

public abstract SdkBug getBugs(int index)

Output only. Known bugs found in this SDK version.

repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
SdkBug

getBugsCount()

public abstract int getBugsCount()

Output only. Known bugs found in this SDK version.

repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getBugsList()

public abstract List<SdkBug> getBugsList()

Output only. Known bugs found in this SDK version.

repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<SdkBug>

getBugsOrBuilder(int index)

public abstract SdkBugOrBuilder getBugsOrBuilder(int index)

Output only. Known bugs found in this SDK version.

repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
SdkBugOrBuilder

getBugsOrBuilderList()

public abstract List<? extends SdkBugOrBuilder> getBugsOrBuilderList()

Output only. Known bugs found in this SDK version.

repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.dataflow.v1beta3.SdkBugOrBuilder>

getSdkSupportStatus()

public abstract SdkVersion.SdkSupportStatus getSdkSupportStatus()

The support status for this SDK version.

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

Returns
Type Description
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
Type Description
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
Type Description
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version of the SDK used to run the job.

string version = 1;

Returns
Type Description
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
Type Description
String

The versionDisplayName.

getVersionDisplayNameBytes()

public abstract ByteString getVersionDisplayNameBytes()

A readable string describing the version of the SDK.

string version_display_name = 2;

Returns
Type Description
ByteString

The bytes for versionDisplayName.