public interface SdkVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSdkSupportStatus()
public abstract SdkVersion.SdkSupportStatus getSdkSupportStatus()
The support status for this SDK version.
.google.events.cloud.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.events.cloud.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. |