public static final class SDKInfo.Builder extends GeneratedMessage.Builder<SDKInfo.Builder> implements SDKInfoOrBuilderSDK Information.
Protobuf type google.dataflow.v1beta3.SDKInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SDKInfo.BuilderImplements
SDKInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SDKInfo build()| Returns | |
|---|---|
| Type | Description |
SDKInfo |
|
buildPartial()
public SDKInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
SDKInfo |
|
clear()
public SDKInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
|
clearLanguage()
public SDKInfo.Builder clearLanguage()Required. The SDK Language.
.google.dataflow.v1beta3.SDKInfo.Language language = 1;
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |
clearVersion()
public SDKInfo.Builder clearVersion()Optional. The SDK version.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SDKInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SDKInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLanguage()
public SDKInfo.Language getLanguage()Required. The SDK Language.
.google.dataflow.v1beta3.SDKInfo.Language language = 1;
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Language |
The language. |
getLanguageValue()
public int getLanguageValue()Required. The SDK Language.
.google.dataflow.v1beta3.SDKInfo.Language language = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for language. |
getVersion()
public String getVersion()Optional. The SDK version.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Optional. The SDK version.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SDKInfo other)
public SDKInfo.Builder mergeFrom(SDKInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SDKInfo |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SDKInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SDKInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
|
setLanguage(SDKInfo.Language value)
public SDKInfo.Builder setLanguage(SDKInfo.Language value)Required. The SDK Language.
.google.dataflow.v1beta3.SDKInfo.Language language = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SDKInfo.LanguageThe language to set. |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |
setLanguageValue(int value)
public SDKInfo.Builder setLanguageValue(int value)Required. The SDK Language.
.google.dataflow.v1beta3.SDKInfo.Language language = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for language to set. |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |
setVersion(String value)
public SDKInfo.Builder setVersion(String value)Optional. The SDK version.
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public SDKInfo.Builder setVersionBytes(ByteString value)Optional. The SDK version.
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
SDKInfo.Builder |
This builder for chaining. |