public static final class TensorRepresentation.DefaultValue extends com.google.protobuf.GeneratedMessageV3 implements TensorRepresentation.DefaultValueOrBuilder
tensorflow.metadata.v0.TensorRepresentation.DefaultValue| Modifier and Type | Class and Description |
|---|---|
static class |
TensorRepresentation.DefaultValue.Builder
Protobuf type
tensorflow.metadata.v0.TensorRepresentation.DefaultValue |
static class |
TensorRepresentation.DefaultValue.KindCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BYTES_VALUE_FIELD_NUMBER |
static int |
FLOAT_VALUE_FIELD_NUMBER |
static int |
INT_VALUE_FIELD_NUMBER |
static com.google.protobuf.Parser<TensorRepresentation.DefaultValue> |
PARSER
Deprecated.
|
static int |
UINT_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getBytesValue()
optional bytes bytes_value = 3; |
static TensorRepresentation.DefaultValue |
getDefaultInstance() |
TensorRepresentation.DefaultValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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() |
com.google.protobuf.Parser<TensorRepresentation.DefaultValue> |
getParserForType() |
int |
getSerializedSize() |
long |
getUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBytesValue()
optional bytes bytes_value = 3; |
boolean |
hasFloatValue()
optional double float_value = 1; |
int |
hashCode() |
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() |
static TensorRepresentation.DefaultValue.Builder |
newBuilder() |
static TensorRepresentation.DefaultValue.Builder |
newBuilder(TensorRepresentation.DefaultValue prototype) |
TensorRepresentation.DefaultValue.Builder |
newBuilderForType() |
protected TensorRepresentation.DefaultValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TensorRepresentation.DefaultValue |
parseDelimitedFrom(InputStream input) |
static TensorRepresentation.DefaultValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorRepresentation.DefaultValue |
parseFrom(byte[] data) |
static TensorRepresentation.DefaultValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorRepresentation.DefaultValue |
parseFrom(ByteBuffer data) |
static TensorRepresentation.DefaultValue |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorRepresentation.DefaultValue |
parseFrom(com.google.protobuf.ByteString data) |
static TensorRepresentation.DefaultValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorRepresentation.DefaultValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TensorRepresentation.DefaultValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorRepresentation.DefaultValue |
parseFrom(InputStream input) |
static TensorRepresentation.DefaultValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TensorRepresentation.DefaultValue> |
parser() |
TensorRepresentation.DefaultValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FLOAT_VALUE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
public static final int BYTES_VALUE_FIELD_NUMBER
public static final int UINT_VALUE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<TensorRepresentation.DefaultValue> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TensorRepresentation.DefaultValue.KindCase getKindCase()
getKindCase in interface TensorRepresentation.DefaultValueOrBuilderpublic boolean hasFloatValue()
optional double float_value = 1;hasFloatValue in interface TensorRepresentation.DefaultValueOrBuilderpublic double getFloatValue()
optional double float_value = 1;getFloatValue in interface TensorRepresentation.DefaultValueOrBuilderpublic 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TensorRepresentation.DefaultValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorRepresentation.DefaultValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static TensorRepresentation.DefaultValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TensorRepresentation.DefaultValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TensorRepresentation.DefaultValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TensorRepresentation.DefaultValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TensorRepresentation.DefaultValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TensorRepresentation.DefaultValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TensorRepresentation.DefaultValue.Builder newBuilder()
public static TensorRepresentation.DefaultValue.Builder newBuilder(TensorRepresentation.DefaultValue prototype)
public TensorRepresentation.DefaultValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TensorRepresentation.DefaultValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TensorRepresentation.DefaultValue getDefaultInstance()
public static com.google.protobuf.Parser<TensorRepresentation.DefaultValue> parser()
public com.google.protobuf.Parser<TensorRepresentation.DefaultValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TensorRepresentation.DefaultValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Gojek. All rights reserved.