public final class SdkVersion extends GeneratedMessageV3 implements SdkVersionOrBuilder
The version of the SDK used to run the job.
Protobuf type google.dataflow.v1beta3.SdkVersion
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SDK_SUPPORT_STATUS_FIELD_NUMBER
public static final int SDK_SUPPORT_STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERSION_DISPLAY_NAME_FIELD_NUMBER
public static final int VERSION_DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SdkVersion getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SdkVersion.Builder newBuilder()
newBuilder(SdkVersion prototype)
public static SdkVersion.Builder newBuilder(SdkVersion prototype)
public static SdkVersion parseDelimitedFrom(InputStream input)
public static SdkVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SdkVersion parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SdkVersion parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(CodedInputStream input)
public static SdkVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(InputStream input)
public static SdkVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SdkVersion parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SdkVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SdkVersion> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SdkVersion getDefaultInstanceForType()
getParserForType()
public Parser<SdkVersion> getParserForType()
Overrides
getSdkSupportStatus()
public SdkVersion.SdkSupportStatus getSdkSupportStatus()
The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
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 |
Type |
Description |
int |
|
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 |
Type |
Description |
ByteString |
The bytes for version.
|
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SdkVersion.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SdkVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SdkVersion.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides