public static final class TensorFlowVersion.Builder extends GeneratedMessageV3.Builder<TensorFlowVersion.Builder> implements TensorFlowVersionOrBuilder
A tensorflow version that a Node can be configured with.
Protobuf type google.cloud.tpu.v1.TensorFlowVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TensorFlowVersion.BuilderImplements
TensorFlowVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TensorFlowVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TensorFlowVersion.Builder |
build()
public TensorFlowVersion build()
Type | Description |
TensorFlowVersion |
buildPartial()
public TensorFlowVersion buildPartial()
Type | Description |
TensorFlowVersion |
clear()
public TensorFlowVersion.Builder clear()
Type | Description |
TensorFlowVersion.Builder |
clearField(Descriptors.FieldDescriptor field)
public TensorFlowVersion.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TensorFlowVersion.Builder |
clearName()
public TensorFlowVersion.Builder clearName()
The resource name.
string name = 1;
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TensorFlowVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TensorFlowVersion.Builder |
clearVersion()
public TensorFlowVersion.Builder clearVersion()
the tensorflow version.
string version = 2;
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |
clone()
public TensorFlowVersion.Builder clone()
Type | Description |
TensorFlowVersion.Builder |
getDefaultInstanceForType()
public TensorFlowVersion getDefaultInstanceForType()
Type | Description |
TensorFlowVersion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
The resource name.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource name.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getVersion()
public String getVersion()
the tensorflow version.
string version = 2;
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
the tensorflow version.
string version = 2;
Type | Description |
ByteString | The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TensorFlowVersion other)
public TensorFlowVersion.Builder mergeFrom(TensorFlowVersion other)
Name | Description |
other | TensorFlowVersion |
Type | Description |
TensorFlowVersion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TensorFlowVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TensorFlowVersion.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TensorFlowVersion.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TensorFlowVersion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TensorFlowVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TensorFlowVersion.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TensorFlowVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TensorFlowVersion.Builder |
setName(String value)
public TensorFlowVersion.Builder setName(String value)
The resource name.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public TensorFlowVersion.Builder setNameBytes(ByteString value)
The resource name.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TensorFlowVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TensorFlowVersion.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TensorFlowVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TensorFlowVersion.Builder |
setVersion(String value)
public TensorFlowVersion.Builder setVersion(String value)
the tensorflow version.
string version = 2;
Name | Description |
value | String The version to set. |
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |
setVersionBytes(ByteString value)
public TensorFlowVersion.Builder setVersionBytes(ByteString value)
the tensorflow version.
string version = 2;
Name | Description |
value | ByteString The bytes for version to set. |
Type | Description |
TensorFlowVersion.Builder | This builder for chaining. |