EntryValue.Builder

public static final class EntryValue.Builder

Protobuf type tensorflow.EntryValue

Public Methods

EntryValue.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EntryValue
build()
EntryValue
EntryValue.Builder
clear()
EntryValue.Builder
clearDoubleValue()
double double_value = 1;
EntryValue.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EntryValue.Builder
EntryValue.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EntryValue.Builder
clearStringValue()
string string_value = 2;
EntryValue.Builder
clone()
EntryValue
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
double
getDoubleValue()
double double_value = 1;
EntryValue.KindCase
String
getStringValue()
string string_value = 2;
com.google.protobuf.ByteString
getStringValueBytes()
string string_value = 2;
final boolean
EntryValue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue.Builder
mergeFrom(com.google.protobuf.Message other)
final EntryValue.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EntryValue.Builder
setDoubleValue(double value)
double double_value = 1;
EntryValue.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EntryValue.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EntryValue.Builder
setStringValue(String value)
string string_value = 2;
EntryValue.Builder
setStringValueBytes(com.google.protobuf.ByteString value)
string string_value = 2;
final EntryValue.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public EntryValue.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public EntryValue build ()

public EntryValue buildPartial ()

public EntryValue.Builder clear ()

public EntryValue.Builder clearDoubleValue ()

double double_value = 1;

public EntryValue.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public EntryValue.Builder clearKind ()

public EntryValue.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public EntryValue.Builder clearStringValue ()

string string_value = 2;

public EntryValue.Builder clone ()

public EntryValue getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public double getDoubleValue ()

double double_value = 1;

public EntryValue.KindCase getKindCase ()

public String getStringValue ()

string string_value = 2;

public com.google.protobuf.ByteString getStringValueBytes ()

string string_value = 2;

public final boolean isInitialized ()

public EntryValue.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public EntryValue.Builder mergeFrom (com.google.protobuf.Message other)

public final EntryValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public EntryValue.Builder setDoubleValue (double value)

double double_value = 1;

public EntryValue.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public EntryValue.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public EntryValue.Builder setStringValue (String value)

string string_value = 2;

public EntryValue.Builder setStringValueBytes (com.google.protobuf.ByteString value)

string string_value = 2;

public final EntryValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)