public final class
InterconnectLink
Protobuf type tensorflow.InterconnectLink
Nested Classes
class | InterconnectLink.Builder | Protobuf type tensorflow.InterconnectLink
|
Constants
int | DEVICE_ID_FIELD_NUMBER | |
int | STRENGTH_FIELD_NUMBER | |
int | TYPE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static InterconnectLink | |
InterconnectLink | |
final static com.google.protobuf.Descriptors.Descriptor | |
int |
getDeviceId()
int32 device_id = 1;
|
|
|
int | |
int |
getStrength()
int32 strength = 3;
|
String |
getType()
string type = 2;
|
com.google.protobuf.ByteString |
getTypeBytes()
string type = 2;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static InterconnectLink.Builder |
newBuilder(InterconnectLink prototype)
|
static InterconnectLink.Builder | |
InterconnectLink.Builder | |
static InterconnectLink |
parseDelimitedFrom(InputStream input)
|
static InterconnectLink |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static InterconnectLink |
parseFrom(ByteBuffer data)
|
static InterconnectLink |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static InterconnectLink |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static InterconnectLink |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static InterconnectLink |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static InterconnectLink |
parseFrom(com.google.protobuf.ByteString data)
|
static InterconnectLink |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static InterconnectLink |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
InterconnectLink.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DEVICE_ID_FIELD_NUMBER
Constant Value:
1
public static final int STRENGTH_FIELD_NUMBER
Constant Value:
3
public static final int TYPE_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDeviceId ()
int32 device_id = 1;
public
getParserForType
()
public int getSerializedSize ()
public int getStrength ()
int32 strength = 3;
public String getType ()
string type = 2;
public com.google.protobuf.ByteString getTypeBytes ()
string type = 2;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static InterconnectLink parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static InterconnectLink parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static InterconnectLink parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static InterconnectLink parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static InterconnectLink parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static InterconnectLink parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static InterconnectLink parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static InterconnectLink 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 |
---|