public interface SdkVersionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSdkSupportStatus()
public abstract SdkVersion.SdkSupportStatus getSdkSupportStatus()The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
| 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;
| 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;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the SDK used to run the job.
string version = 1;
| 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;
| Type | Description |
| String | The versionDisplayName. |
getVersionDisplayNameBytes()
public abstract ByteString getVersionDisplayNameBytes()A readable string describing the version of the SDK.
string version_display_name = 2;
| Type | Description |
| ByteString | The bytes for versionDisplayName. |