public static final class TensorRepresentation.DefaultValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder> implements TensorRepresentation.DefaultValueOrBuilder
tensorflow.metadata.v0.TensorRepresentation.DefaultValue| Modifier and Type | Method and Description |
|---|---|
TensorRepresentation.DefaultValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorRepresentation.DefaultValue |
build() |
TensorRepresentation.DefaultValue |
buildPartial() |
TensorRepresentation.DefaultValue.Builder |
clear() |
TensorRepresentation.DefaultValue.Builder |
clearBytesValue()
optional bytes bytes_value = 3; |
TensorRepresentation.DefaultValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TensorRepresentation.DefaultValue.Builder |
clearFloatValue()
optional double float_value = 1; |
TensorRepresentation.DefaultValue.Builder |
clearIntValue()
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.Builder |
clearKind() |
TensorRepresentation.DefaultValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TensorRepresentation.DefaultValue.Builder |
clearUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
TensorRepresentation.DefaultValue.Builder |
clone() |
com.google.protobuf.ByteString |
getBytesValue()
optional bytes bytes_value = 3; |
TensorRepresentation.DefaultValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getFloatValue()
optional double float_value = 1; |
long |
getIntValue()
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.KindCase |
getKindCase() |
long |
getUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
boolean |
hasBytesValue()
optional bytes bytes_value = 3; |
boolean |
hasFloatValue()
optional double float_value = 1; |
boolean |
hasIntValue()
Note that the data column might be of a shorter integral type.
|
boolean |
hasUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TensorRepresentation.DefaultValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorRepresentation.DefaultValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
TensorRepresentation.DefaultValue.Builder |
mergeFrom(TensorRepresentation.DefaultValue other) |
TensorRepresentation.DefaultValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TensorRepresentation.DefaultValue.Builder |
setBytesValue(com.google.protobuf.ByteString value)
optional bytes bytes_value = 3; |
TensorRepresentation.DefaultValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorRepresentation.DefaultValue.Builder |
setFloatValue(double value)
optional double float_value = 1; |
TensorRepresentation.DefaultValue.Builder |
setIntValue(long value)
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorRepresentation.DefaultValue.Builder |
setUintValue(long value)
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
TensorRepresentation.DefaultValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TensorRepresentation.DefaultValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TensorRepresentation.DefaultValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TensorRepresentation.DefaultValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder mergeFrom(TensorRepresentation.DefaultValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public TensorRepresentation.DefaultValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TensorRepresentation.DefaultValue.Builder>IOExceptionpublic TensorRepresentation.DefaultValue.KindCase getKindCase()
getKindCase in interface TensorRepresentation.DefaultValueOrBuilderpublic TensorRepresentation.DefaultValue.Builder clearKind()
public boolean hasFloatValue()
optional double float_value = 1;hasFloatValue in interface TensorRepresentation.DefaultValueOrBuilderpublic double getFloatValue()
optional double float_value = 1;getFloatValue in interface TensorRepresentation.DefaultValueOrBuilderpublic TensorRepresentation.DefaultValue.Builder setFloatValue(double value)
optional double float_value = 1;value - The floatValue to set.public TensorRepresentation.DefaultValue.Builder clearFloatValue()
optional double float_value = 1;public boolean hasIntValue()
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;hasIntValue in interface TensorRepresentation.DefaultValueOrBuilderpublic long getIntValue()
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;getIntValue in interface TensorRepresentation.DefaultValueOrBuilderpublic TensorRepresentation.DefaultValue.Builder setIntValue(long value)
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;value - The intValue to set.public TensorRepresentation.DefaultValue.Builder clearIntValue()
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;public boolean hasBytesValue()
optional bytes bytes_value = 3;hasBytesValue in interface TensorRepresentation.DefaultValueOrBuilderpublic com.google.protobuf.ByteString getBytesValue()
optional bytes bytes_value = 3;getBytesValue in interface TensorRepresentation.DefaultValueOrBuilderpublic TensorRepresentation.DefaultValue.Builder setBytesValue(com.google.protobuf.ByteString value)
optional bytes bytes_value = 3;value - The bytesValue to set.public TensorRepresentation.DefaultValue.Builder clearBytesValue()
optional bytes bytes_value = 3;public boolean hasUintValue()
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;hasUintValue in interface TensorRepresentation.DefaultValueOrBuilderpublic long getUintValue()
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;getUintValue in interface TensorRepresentation.DefaultValueOrBuilderpublic TensorRepresentation.DefaultValue.Builder setUintValue(long value)
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;value - The uintValue to set.public TensorRepresentation.DefaultValue.Builder clearUintValue()
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;public final TensorRepresentation.DefaultValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>public final TensorRepresentation.DefaultValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TensorRepresentation.DefaultValue.Builder>Copyright © 2020 Gojek. All rights reserved.