public final class SdkVersion extends GeneratedMessageV3 implements SdkVersionOrBuilder
The version of the SDK used to run the job.
Protobuf type google.dataflow.v1beta3.SdkVersion
Static Fields
SDK_SUPPORT_STATUS_FIELD_NUMBER
public static final int SDK_SUPPORT_STATUS_FIELD_NUMBER
Field Value
VERSION_DISPLAY_NAME_FIELD_NUMBER
public static final int VERSION_DISPLAY_NAME_FIELD_NUMBER
Field Value
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SdkVersion getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SdkVersion.Builder newBuilder()
Returns
newBuilder(SdkVersion prototype)
public static SdkVersion.Builder newBuilder(SdkVersion prototype)
Parameter
Returns
public static SdkVersion parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SdkVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SdkVersion parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SdkVersion parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SdkVersion parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SdkVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SdkVersion parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SdkVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SdkVersion parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SdkVersion> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SdkVersion getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SdkVersion> getParserForType()
Returns
Overrides
getSdkSupportStatus()
public SdkVersion.SdkSupportStatus getSdkSupportStatus()
The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
Returns
getSdkSupportStatusValue()
public 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.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getVersion()
public String getVersion()
The version of the SDK used to run the job.
string version = 1;
Returns
Type | Description |
String | The version.
|
getVersionBytes()
public ByteString getVersionBytes()
The version of the SDK used to run the job.
string version = 1;
Returns
getVersionDisplayName()
public String getVersionDisplayName()
A readable string describing the version of the SDK.
string version_display_name = 2;
Returns
Type | Description |
String | The versionDisplayName.
|
getVersionDisplayNameBytes()
public ByteString getVersionDisplayNameBytes()
A readable string describing the version of the SDK.
string version_display_name = 2;
Returns
Type | Description |
ByteString | The bytes for versionDisplayName.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SdkVersion.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SdkVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SdkVersion.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions