public static final class TensorFlowVersion.Builder extends GeneratedMessage.Builder<TensorFlowVersion.Builder> implements TensorFlowVersionOrBuilderA tensorflow version that a Node can be configured with.
Protobuf type google.cloud.tpu.v1.TensorFlowVersion
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TensorFlowVersion.BuilderImplements
TensorFlowVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TensorFlowVersion build()| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion |
|
buildPartial()
public TensorFlowVersion buildPartial()| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion |
|
clear()
public TensorFlowVersion.Builder clear()| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
|
clearName()
public TensorFlowVersion.Builder clearName()The resource name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |
clearVersion()
public TensorFlowVersion.Builder clearVersion()the tensorflow version.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TensorFlowVersion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()The resource name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The resource name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getVersion()
public String getVersion()the tensorflow version.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()the tensorflow 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(TensorFlowVersion other)
public TensorFlowVersion.Builder mergeFrom(TensorFlowVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
TensorFlowVersion |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TensorFlowVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TensorFlowVersion.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
|
setName(String value)
public TensorFlowVersion.Builder setName(String value)The resource name.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TensorFlowVersion.Builder setNameBytes(ByteString value)The resource name.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |
setVersion(String value)
public TensorFlowVersion.Builder setVersion(String value)the tensorflow version.
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public TensorFlowVersion.Builder setVersionBytes(ByteString value)the tensorflow version.
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
TensorFlowVersion.Builder |
This builder for chaining. |