public static final class SdkVersion.Builder extends GeneratedMessageV3.Builder<SdkVersion.Builder> implements SdkVersionOrBuilderThe version of the SDK used to run the job.
Protobuf type google.dataflow.v1beta3.SdkVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SdkVersion.BuilderImplements
SdkVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SdkVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
SdkVersion.Builder |
build()
public SdkVersion build()| Type | Description |
SdkVersion |
buildPartial()
public SdkVersion buildPartial()| Type | Description |
SdkVersion |
clear()
public SdkVersion.Builder clear()| Type | Description |
SdkVersion.Builder |
clearField(Descriptors.FieldDescriptor field)
public SdkVersion.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
SdkVersion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SdkVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
SdkVersion.Builder |
clearSdkSupportStatus()
public SdkVersion.Builder clearSdkSupportStatus()The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
clearVersion()
public SdkVersion.Builder clearVersion()The version of the SDK used to run the job.
string version = 1;
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
clearVersionDisplayName()
public SdkVersion.Builder clearVersionDisplayName()A readable string describing the version of the SDK.
string version_display_name = 2;
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
clone()
public SdkVersion.Builder clone()| Type | Description |
SdkVersion.Builder |
getDefaultInstanceForType()
public SdkVersion getDefaultInstanceForType()| Type | Description |
SdkVersion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getSdkSupportStatus()
public 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 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 String getVersion()The version of the SDK used to run the job.
string version = 1;
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()The version of the SDK used to run the job.
string version = 1;
| 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;
| Type | Description |
String |
The versionDisplayName. |
getVersionDisplayNameBytes()
public ByteString getVersionDisplayNameBytes()A readable string describing the version of the SDK.
string version_display_name = 2;
| Type | Description |
ByteString |
The bytes for versionDisplayName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(SdkVersion other)
public SdkVersion.Builder mergeFrom(SdkVersion other)| Name | Description |
other |
SdkVersion |
| Type | Description |
SdkVersion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SdkVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
SdkVersion.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public SdkVersion.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
SdkVersion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SdkVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
SdkVersion.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SdkVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
SdkVersion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SdkVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
SdkVersion.Builder |
setSdkSupportStatus(SdkVersion.SdkSupportStatus value)
public SdkVersion.Builder setSdkSupportStatus(SdkVersion.SdkSupportStatus value)The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
| Name | Description |
value |
SdkVersion.SdkSupportStatusThe sdkSupportStatus to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setSdkSupportStatusValue(int value)
public SdkVersion.Builder setSdkSupportStatusValue(int value)The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
| Name | Description |
value |
intThe enum numeric value on the wire for sdkSupportStatus to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SdkVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
SdkVersion.Builder |
setVersion(String value)
public SdkVersion.Builder setVersion(String value)The version of the SDK used to run the job.
string version = 1;
| Name | Description |
value |
StringThe version to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public SdkVersion.Builder setVersionBytes(ByteString value)The version of the SDK used to run the job.
string version = 1;
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setVersionDisplayName(String value)
public SdkVersion.Builder setVersionDisplayName(String value)A readable string describing the version of the SDK.
string version_display_name = 2;
| Name | Description |
value |
StringThe versionDisplayName to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setVersionDisplayNameBytes(ByteString value)
public SdkVersion.Builder setVersionDisplayNameBytes(ByteString value)A readable string describing the version of the SDK.
string version_display_name = 2;
| Name | Description |
value |
ByteStringThe bytes for versionDisplayName to set. |
| Type | Description |
SdkVersion.Builder |
This builder for chaining. |