Interface LinkInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LinkInfo, LinkInfo.Builder

public interface LinkInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 dataInCount = 10;
    long
    optional int64 dataOutCount = 11;
    optional string detailedStatus = 9;
    com.google.protobuf.ByteString
    optional string detailedStatus = 9;
    boolean
    optional bool disabled = 6;
    optional string instance = 1;
    com.google.protobuf.ByteString
    optional string instance = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    if this is a sublink of an aggregated data link, this is the name of the parent
    com.google.protobuf.ByteString
    if this is a sublink of an aggregated data link, this is the name of the parent
    optional string spec = 4;
    com.google.protobuf.ByteString
    optional string spec = 4;
    optional string status = 7;
    com.google.protobuf.ByteString
    optional string status = 7;
    optional string type = 3;
    com.google.protobuf.ByteString
    optional string type = 3;
    boolean
    optional int64 dataInCount = 10;
    boolean
    optional int64 dataOutCount = 11;
    boolean
    optional string detailedStatus = 9;
    boolean
    optional bool disabled = 6;
    boolean
    optional string instance = 1;
    boolean
    optional string name = 2;
    boolean
    if this is a sublink of an aggregated data link, this is the name of the parent
    boolean
    optional string spec = 4;
    boolean
    optional string status = 7;
    boolean
    optional string type = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInstance

      boolean hasInstance()
      optional string instance = 1;
    • getInstance

      String getInstance()
      optional string instance = 1;
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 1;
    • hasName

      boolean hasName()
      optional string name = 2;
    • getName

      String getName()
      optional string name = 2;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
    • hasType

      boolean hasType()
      optional string type = 3;
    • getType

      String getType()
      optional string type = 3;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
    • hasSpec

      boolean hasSpec()
      optional string spec = 4;
    • getSpec

      String getSpec()
      optional string spec = 4;
    • getSpecBytes

      com.google.protobuf.ByteString getSpecBytes()
      optional string spec = 4;
    • hasDisabled

      boolean hasDisabled()
      optional bool disabled = 6;
    • getDisabled

      boolean getDisabled()
      optional bool disabled = 6;
    • hasStatus

      boolean hasStatus()
      optional string status = 7;
    • getStatus

      String getStatus()
      optional string status = 7;
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
      optional string status = 7;
    • hasDataInCount

      boolean hasDataInCount()
      optional int64 dataInCount = 10;
    • getDataInCount

      long getDataInCount()
      optional int64 dataInCount = 10;
    • hasDataOutCount

      boolean hasDataOutCount()
      optional int64 dataOutCount = 11;
    • getDataOutCount

      long getDataOutCount()
      optional int64 dataOutCount = 11;
    • hasDetailedStatus

      boolean hasDetailedStatus()
      optional string detailedStatus = 9;
    • getDetailedStatus

      String getDetailedStatus()
      optional string detailedStatus = 9;
    • getDetailedStatusBytes

      com.google.protobuf.ByteString getDetailedStatusBytes()
      optional string detailedStatus = 9;
    • hasParentName

      boolean hasParentName()
      if this is a sublink of an aggregated data link, this is the name of the parent
       
      optional string parentName = 12;
    • getParentName

      String getParentName()
      if this is a sublink of an aggregated data link, this is the name of the parent
       
      optional string parentName = 12;
    • getParentNameBytes

      com.google.protobuf.ByteString getParentNameBytes()
      if this is a sublink of an aggregated data link, this is the name of the parent
       
      optional string parentName = 12;