public static final class
TrackableObjectGraph.TrackableObject.ObjectReference
Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference
Nested Classes
class | TrackableObjectGraph.TrackableObject.ObjectReference.Builder | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference
|
Constants
int | LOCAL_NAME_FIELD_NUMBER | |
int | NODE_ID_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static TrackableObjectGraph.TrackableObject.ObjectReference | |
TrackableObjectGraph.TrackableObject.ObjectReference | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getLocalName()
A user-provided name for the edge. |
com.google.protobuf.ByteString |
getLocalNameBytes()
A user-provided name for the edge. |
int |
getNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static TrackableObjectGraph.TrackableObject.ObjectReference.Builder | |
static TrackableObjectGraph.TrackableObject.ObjectReference.Builder | |
TrackableObjectGraph.TrackableObject.ObjectReference.Builder | |
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseDelimitedFrom(InputStream input)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(ByteBuffer data)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(com.google.protobuf.ByteString data)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph.TrackableObject.ObjectReference |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
TrackableObjectGraph.TrackableObject.ObjectReference.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int LOCAL_NAME_FIELD_NUMBER
Constant Value:
2
public static final int NODE_ID_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getLocalName ()
A user-provided name for the edge.
string local_name = 2;
public com.google.protobuf.ByteString getLocalNameBytes ()
A user-provided name for the edge.
string local_name = 2;
public int getNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced.
int32 node_id = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static TrackableObjectGraph.TrackableObject.ObjectReference.Builder newBuilder (TrackableObjectGraph.TrackableObject.ObjectReference prototype)
public static TrackableObjectGraph.TrackableObject.ObjectReference parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.ObjectReference 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 |
---|