Packages

t

io.grpc.channelz.v1

SocketDataOrBuilder

trait SocketDataOrBuilder extends MessageOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SocketDataOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  4. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  5. abstract def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  6. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  7. abstract def getKeepAlivesSent(): Long

    The number of keep alives sent.  This is typically implemented with HTTP/2
    ping messages.
    

    The number of keep alives sent.  This is typically implemented with HTTP/2
    ping messages.
    

    int64 keep_alives_sent = 6;

    returns

    The keepAlivesSent.

  8. abstract def getLastLocalStreamCreatedTimestamp(): Timestamp

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

    returns

    The lastLocalStreamCreatedTimestamp.

  9. abstract def getLastLocalStreamCreatedTimestampOrBuilder(): TimestampOrBuilder

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

  10. abstract def getLastMessageReceivedTimestamp(): Timestamp

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

    returns

    The lastMessageReceivedTimestamp.

  11. abstract def getLastMessageReceivedTimestampOrBuilder(): TimestampOrBuilder

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

  12. abstract def getLastMessageSentTimestamp(): Timestamp

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

    returns

    The lastMessageSentTimestamp.

  13. abstract def getLastMessageSentTimestampOrBuilder(): TimestampOrBuilder

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

  14. abstract def getLastRemoteStreamCreatedTimestamp(): Timestamp

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

    returns

    The lastRemoteStreamCreatedTimestamp.

  15. abstract def getLastRemoteStreamCreatedTimestampOrBuilder(): TimestampOrBuilder

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

  16. abstract def getLocalFlowControlWindow(): Int64Value

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value local_flow_control_window = 11;

    returns

    The localFlowControlWindow.

  17. abstract def getLocalFlowControlWindowOrBuilder(): Int64ValueOrBuilder

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value local_flow_control_window = 11;

  18. abstract def getMessagesReceived(): Long

    The number of grpc messages received on this socket.
    

    The number of grpc messages received on this socket.
    

    int64 messages_received = 5;

    returns

    The messagesReceived.

  19. abstract def getMessagesSent(): Long

    The number of grpc messages successfully sent on this socket.
    

    The number of grpc messages successfully sent on this socket.
    

    int64 messages_sent = 4;

    returns

    The messagesSent.

  20. abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  21. abstract def getOption(index: Int): SocketOption

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

  22. abstract def getOptionCount(): Int

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

  23. abstract def getOptionList(): List[SocketOption]

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

  24. abstract def getOptionOrBuilder(index: Int): SocketOptionOrBuilder

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

  25. abstract def getOptionOrBuilderList(): List[_ <: SocketOptionOrBuilder]

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    Socket options set on this socket.  May be absent if 'summary' is set
    on GetSocketRequest.
    

    repeated .grpc.channelz.v1.SocketOption option = 13;

  26. abstract def getRemoteFlowControlWindow(): Int64Value

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value remote_flow_control_window = 12;

    returns

    The remoteFlowControlWindow.

  27. abstract def getRemoteFlowControlWindowOrBuilder(): Int64ValueOrBuilder

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value remote_flow_control_window = 12;

  28. abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  29. abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  30. abstract def getStreamsFailed(): Long

    The number of streams that have ended unsuccessfully:
    On client side, ended without receiving frame with eos bit set;
    On server side, ended without sending frame with eos bit set.
    

    The number of streams that have ended unsuccessfully:
    On client side, ended without receiving frame with eos bit set;
    On server side, ended without sending frame with eos bit set.
    

    int64 streams_failed = 3;

    returns

    The streamsFailed.

  31. abstract def getStreamsStarted(): Long

    The number of streams that have been started.
    

    The number of streams that have been started.
    

    int64 streams_started = 1;

    returns

    The streamsStarted.

  32. abstract def getStreamsSucceeded(): Long

    The number of streams that have ended successfully:
    On client side, received frame with eos bit set;
    On server side, sent frame with eos bit set.
    

    The number of streams that have ended successfully:
    On client side, received frame with eos bit set;
    On server side, sent frame with eos bit set.
    

    int64 streams_succeeded = 2;

    returns

    The streamsSucceeded.

  33. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  34. abstract def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  35. abstract def hasLastLocalStreamCreatedTimestamp(): Boolean

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    The last time a stream was created by this endpoint.  Usually unset for
    servers.
    

    .google.protobuf.Timestamp last_local_stream_created_timestamp = 7;

    returns

    Whether the lastLocalStreamCreatedTimestamp field is set.

  36. abstract def hasLastMessageReceivedTimestamp(): Boolean

    The last time a message was received by this endpoint.
    

    The last time a message was received by this endpoint.
    

    .google.protobuf.Timestamp last_message_received_timestamp = 10;

    returns

    Whether the lastMessageReceivedTimestamp field is set.

  37. abstract def hasLastMessageSentTimestamp(): Boolean

    The last time a message was sent by this endpoint.
    

    The last time a message was sent by this endpoint.
    

    .google.protobuf.Timestamp last_message_sent_timestamp = 9;

    returns

    Whether the lastMessageSentTimestamp field is set.

  38. abstract def hasLastRemoteStreamCreatedTimestamp(): Boolean

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    The last time a stream was created by the remote endpoint.  Usually unset
    for clients.
    

    .google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;

    returns

    Whether the lastRemoteStreamCreatedTimestamp field is set.

  39. abstract def hasLocalFlowControlWindow(): Boolean

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the local endpoint by the remote endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value local_flow_control_window = 11;

    returns

    Whether the localFlowControlWindow field is set.

  40. abstract def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  41. abstract def hasRemoteFlowControlWindow(): Boolean

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    The amount of window, granted to the remote endpoint by the local endpoint.
    This may be slightly out of date due to network latency.  This does NOT
    include stream level or TCP level flow control info.
    

    .google.protobuf.Int64Value remote_flow_control_window = 12;

    returns

    Whether the remoteFlowControlWindow field is set.

  42. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

Concrete 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(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped