- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class SdkVersion.Builder extends GeneratedMessageV3.Builder<SdkVersion.Builder> implements SdkVersionOrBuilder
The 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SdkVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
build()
public SdkVersion build()
Returns | |
---|---|
Type | Description |
SdkVersion |
buildPartial()
public SdkVersion buildPartial()
Returns | |
---|---|
Type | Description |
SdkVersion |
clear()
public SdkVersion.Builder clear()
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
clearField(Descriptors.FieldDescriptor field)
public SdkVersion.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SdkVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
This builder for chaining. |
clone()
public SdkVersion.Builder clone()
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
getDefaultInstanceForType()
public SdkVersion getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SdkVersion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getSdkSupportStatus()
public SdkVersion.SdkSupportStatus getSdkSupportStatus()
The support status for this SDK version.
.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SdkVersion other)
public SdkVersion.Builder mergeFrom(SdkVersion other)
Parameter | |
---|---|
Name | Description |
other |
SdkVersion |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SdkVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SdkVersion.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SdkVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SdkVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SdkVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
SdkVersion.SdkSupportStatus The sdkSupportStatus to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for sdkSupportStatus to set. |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SdkVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
String The version to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for version to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
String The versionDisplayName to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for versionDisplayName to set. |
Returns | |
---|---|
Type | Description |
SdkVersion.Builder |
This builder for chaining. |