public final class ValuesDef extends com.github.os72.protobuf351.GeneratedMessageV3 implements ValuesDefOrBuilder
Protocol buffer representing the values in ControlFlowContext.Protobuf type
tensorflow.ValuesDef| Modifier and Type | Class and Description |
|---|---|
static class |
ValuesDef.Builder
Protocol buffer representing the values in ControlFlowContext.
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_VALUES_FIELD_NUMBER |
static int |
VALUES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExternalValues(String key)
Value names referenced by but external to this context.
|
boolean |
equals(Object obj) |
static ValuesDef |
getDefaultInstance() |
ValuesDef |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
Map<String,String> |
getExternalValues()
Deprecated.
|
int |
getExternalValuesCount()
Value names referenced by but external to this context.
|
Map<String,String> |
getExternalValuesMap()
Value names referenced by but external to this context.
|
String |
getExternalValuesOrDefault(String key,
String defaultValue)
Value names referenced by but external to this context.
|
String |
getExternalValuesOrThrow(String key)
Value names referenced by but external to this context.
|
com.github.os72.protobuf351.Parser<ValuesDef> |
getParserForType() |
int |
getSerializedSize() |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
String |
getValues(int index)
Value names that have been seen in this context.
|
com.github.os72.protobuf351.ByteString |
getValuesBytes(int index)
Value names that have been seen in this context.
|
int |
getValuesCount()
Value names that have been seen in this context.
|
com.github.os72.protobuf351.ProtocolStringList |
getValuesList()
Value names that have been seen in this context.
|
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.github.os72.protobuf351.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static ValuesDef.Builder |
newBuilder() |
static ValuesDef.Builder |
newBuilder(ValuesDef prototype) |
ValuesDef.Builder |
newBuilderForType() |
protected ValuesDef.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static ValuesDef |
parseDelimitedFrom(InputStream input) |
static ValuesDef |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static ValuesDef |
parseFrom(byte[] data) |
static ValuesDef |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static ValuesDef |
parseFrom(ByteBuffer data) |
static ValuesDef |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static ValuesDef |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static ValuesDef |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static ValuesDef |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static ValuesDef |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static ValuesDef |
parseFrom(InputStream input) |
static ValuesDef |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<ValuesDef> |
parser() |
ValuesDef.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, 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 VALUES_FIELD_NUMBER
public static final int EXTERNAL_VALUES_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.MapField internalGetMapField(int number)
internalGetMapField in class com.github.os72.protobuf351.GeneratedMessageV3protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public com.github.os72.protobuf351.ProtocolStringList getValuesList()
Value names that have been seen in this context.
repeated string values = 1;getValuesList in interface ValuesDefOrBuilderpublic int getValuesCount()
Value names that have been seen in this context.
repeated string values = 1;getValuesCount in interface ValuesDefOrBuilderpublic String getValues(int index)
Value names that have been seen in this context.
repeated string values = 1;getValues in interface ValuesDefOrBuilderpublic com.github.os72.protobuf351.ByteString getValuesBytes(int index)
Value names that have been seen in this context.
repeated string values = 1;getValuesBytes in interface ValuesDefOrBuilderpublic int getExternalValuesCount()
ValuesDefOrBuilderValue names referenced by but external to this context.
map<string, string> external_values = 2;getExternalValuesCount in interface ValuesDefOrBuilderpublic boolean containsExternalValues(String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;containsExternalValues in interface ValuesDefOrBuilder@Deprecated public Map<String,String> getExternalValues()
getExternalValuesMap() instead.getExternalValues in interface ValuesDefOrBuilderpublic Map<String,String> getExternalValuesMap()
Value names referenced by but external to this context.
map<string, string> external_values = 2;getExternalValuesMap in interface ValuesDefOrBuilderpublic String getExternalValuesOrDefault(String key, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;getExternalValuesOrDefault in interface ValuesDefOrBuilderpublic String getExternalValuesOrThrow(String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;getExternalValuesOrThrow in interface ValuesDefOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static ValuesDef parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static ValuesDef parseFrom(InputStream input) throws IOException
IOExceptionpublic static ValuesDef parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ValuesDef parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ValuesDef parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ValuesDef parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static ValuesDef parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ValuesDef.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static ValuesDef.Builder newBuilder()
public static ValuesDef.Builder newBuilder(ValuesDef prototype)
public ValuesDef.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected ValuesDef.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static ValuesDef getDefaultInstance()
public static com.github.os72.protobuf351.Parser<ValuesDef> parser()
public com.github.os72.protobuf351.Parser<ValuesDef> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public ValuesDef getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.