Packages

c

io.grpc.channelz.v1

ChannelData

final class ChannelData extends GeneratedMessageV3 with ChannelDataOrBuilder

Channel data is data related to a specific Channel or Subchannel.

Protobuf type grpc.channelz.v1.ChannelData

Source
ChannelData.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelData
  2. ChannelDataOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    ChannelData → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. def getCallsFailed(): Long

    The number of calls that have completed with a non-OK status
    

    The number of calls that have completed with a non-OK status
    

    int64 calls_failed = 6;

    returns

    The callsFailed.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  12. def getCallsStarted(): Long

    The number of calls started on the channel
    

    The number of calls started on the channel
    

    int64 calls_started = 4;

    returns

    The callsStarted.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  13. def getCallsSucceeded(): Long

    The number of calls that have completed with an OK status
    

    The number of calls that have completed with an OK status
    

    int64 calls_succeeded = 5;

    returns

    The callsSucceeded.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getDefaultInstanceForType(): ChannelData
    Definition Classes
    ChannelData → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  16. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  19. def getLastCallStartedTimestamp(): Timestamp

    The last time a call was started on the channel.
    

    The last time a call was started on the channel.
    

    .google.protobuf.Timestamp last_call_started_timestamp = 7;

    returns

    The lastCallStartedTimestamp.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  20. def getLastCallStartedTimestampOrBuilder(): TimestampOrBuilder

    The last time a call was started on the channel.
    

    The last time a call was started on the channel.
    

    .google.protobuf.Timestamp last_call_started_timestamp = 7;

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  21. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  22. def getParserForType(): Parser[ChannelData]
    Definition Classes
    ChannelData → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  23. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def getSerializedSize(): Int
    Definition Classes
    ChannelData → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  26. def getState(): ChannelConnectivityState

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    .grpc.channelz.v1.ChannelConnectivityState state = 1;

    returns

    The state.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  27. def getStateOrBuilder(): ChannelConnectivityStateOrBuilder

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    .grpc.channelz.v1.ChannelConnectivityState state = 1;

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  28. def getTarget(): String

    The target this channel originally tried to connect to.  May be absent
    

    The target this channel originally tried to connect to.  May be absent
    

    string target = 2;

    returns

    The target.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  29. def getTargetBytes(): ByteString

    The target this channel originally tried to connect to.  May be absent
    

    The target this channel originally tried to connect to.  May be absent
    

    string target = 2;

    returns

    The bytes for target.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  30. def getTrace(): ChannelTrace

    A trace of recent events on the channel.  May be absent.
    

    A trace of recent events on the channel.  May be absent.
    

    .grpc.channelz.v1.ChannelTrace trace = 3;

    returns

    The trace.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  31. def getTraceOrBuilder(): ChannelTraceOrBuilder

    A trace of recent events on the channel.  May be absent.
    

    A trace of recent events on the channel.  May be absent.
    

    .grpc.channelz.v1.ChannelTrace trace = 3;

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  32. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  33. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  34. def hasLastCallStartedTimestamp(): Boolean

    The last time a call was started on the channel.
    

    The last time a call was started on the channel.
    

    .google.protobuf.Timestamp last_call_started_timestamp = 7;

    returns

    Whether the lastCallStartedTimestamp field is set.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  35. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  36. def hasState(): Boolean

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    The connectivity state of the channel or subchannel.  Implementations
    should always set this.
    

    .grpc.channelz.v1.ChannelConnectivityState state = 1;

    returns

    Whether the state field is set.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  37. def hasTrace(): Boolean

    A trace of recent events on the channel.  May be absent.
    

    A trace of recent events on the channel.  May be absent.
    

    .grpc.channelz.v1.ChannelTrace trace = 3;

    returns

    Whether the trace field is set.

    Definition Classes
    ChannelDataChannelDataOrBuilder
    Annotations
    @Override()
  38. def hashCode(): Int
    Definition Classes
    ChannelData → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  39. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    ChannelData → GeneratedMessageV3
    Annotations
    @Override()
  40. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  41. final def isInitialized(): Boolean
    Definition Classes
    ChannelData → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def makeExtensionsImmutable(): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  44. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    ChannelData → GeneratedMessageV3
    Annotations
    @Override()
  47. def newBuilderForType(): Builder
    Definition Classes
    ChannelData → Message → MessageLite
    Annotations
    @Override()
  48. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  49. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    ChannelData → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  53. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toBuilder(): Builder
    Definition Classes
    ChannelData → Message → MessageLite
    Annotations
    @Override()
  56. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  57. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  58. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  63. def writeReplace(): AnyRef
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  64. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    ChannelData → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  65. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from ChannelDataOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped