public final class
LocalLinks
Protobuf type tensorflow.LocalLinks
Nested Classes
| class | LocalLinks.Builder | Protobuf type tensorflow.LocalLinks
|
|
Constants
| int | LINK_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static LocalLinks | |
| LocalLinks | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| InterconnectLink |
getLink(int index)
repeated .tensorflow.InterconnectLink link = 1;
|
| int |
getLinkCount()
repeated .tensorflow.InterconnectLink link = 1;
|
| List<InterconnectLink> |
getLinkList()
repeated .tensorflow.InterconnectLink link = 1;
|
| InterconnectLinkOrBuilder |
getLinkOrBuilder(int index)
repeated .tensorflow.InterconnectLink link = 1;
|
| List<? extends InterconnectLinkOrBuilder> |
getLinkOrBuilderList()
repeated .tensorflow.InterconnectLink link = 1;
|
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode()
|
| final boolean | |
| static LocalLinks.Builder |
newBuilder(LocalLinks prototype)
|
| static LocalLinks.Builder | |
| LocalLinks.Builder | |
| static LocalLinks |
parseDelimitedFrom(InputStream input)
|
| static LocalLinks |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static LocalLinks |
parseFrom(ByteBuffer data)
|
| static LocalLinks |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static LocalLinks |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static LocalLinks |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static LocalLinks |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static LocalLinks |
parseFrom(com.google.protobuf.ByteString data)
|
| static LocalLinks |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static LocalLinks |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| LocalLinks.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int LINK_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getLinkCount ()
repeated .tensorflow.InterconnectLink link = 1;
public InterconnectLinkOrBuilder getLinkOrBuilder (int index)
repeated .tensorflow.InterconnectLink link = 1;
public List<? extends InterconnectLinkOrBuilder> getLinkOrBuilderList ()
repeated .tensorflow.InterconnectLink link = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static LocalLinks parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static LocalLinks parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static LocalLinks parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static LocalLinks parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static LocalLinks parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static LocalLinks parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static LocalLinks 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 |
|---|