public  final   class
      ValuesDef
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
Nested Classes
| class | ValuesDef.Builder | Protocol buffer representing the values in ControlFlowContext.  | 
|
Constants
| int | EXTERNAL_VALUES_FIELD_NUMBER | |
| int | VALUES_FIELD_NUMBER | 
Public Methods
| boolean | 
 
containsExternalValues(String key)
                
                   
Value names referenced by but external to this context.  | 
| boolean | 
 
equals(Object obj)
                
               
 | 
| static ValuesDef | |
| ValuesDef | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Map<String, String> | 
 
getExternalValues()
                
                   
Use  
getExternalValuesMap() instead. | 
| 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.  | 
| 
 | 
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| String | 
 
getValues(int index)
                
                   
Value names that have been seen in this context.  | 
| com.google.protobuf.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.google.protobuf.ProtocolStringList | 
 
getValuesList()
                
                   
Value names that have been seen in this context.  | 
| int | 
 
hashCode()
                
               
 | 
| final boolean | |
| static ValuesDef.Builder | 
 
newBuilder(ValuesDef prototype)
                
               
 | 
| static ValuesDef.Builder | |
| ValuesDef.Builder | |
| static ValuesDef | 
 
parseDelimitedFrom(InputStream input)
                
               
 | 
| static ValuesDef | 
 
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static ValuesDef | 
 
parseFrom(ByteBuffer data)
                
               
 | 
| static ValuesDef | 
 
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static ValuesDef | 
 
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static ValuesDef | 
 
parseFrom(com.google.protobuf.CodedInputStream input)
                
               
 | 
| static ValuesDef | 
 
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static ValuesDef | 
 
parseFrom(com.google.protobuf.ByteString data)
                
               
 | 
| static ValuesDef | 
 
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static ValuesDef | 
 
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| 
                
                
                
                static
                
                 | 
 
parser()
                
               
 | 
| ValuesDef.Builder | |
| void | 
 
writeTo(com.google.protobuf.CodedOutputStream output)
                
               
 | 
Inherited Methods
Constants
public static final int EXTERNAL_VALUES_FIELD_NUMBER
Constant Value: 
                
                    2
                
            
public static final int VALUES_FIELD_NUMBER
Constant Value: 
                
                    1
                
            
Public Methods
public boolean containsExternalValues (String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrDefault (String key, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrThrow (String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
            public
            
            
            
            
            
 
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getValues (int index)
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ByteString getValuesBytes (int index)
Value names that have been seen in this context.
repeated string values = 1;
public int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
public int hashCode ()
public final boolean isInitialized ()
public static ValuesDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static ValuesDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static ValuesDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
public static ValuesDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
public static ValuesDef parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException | 
|---|
public static ValuesDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static ValuesDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
            public
            static
            
            
            
            
 
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException | 
|---|