trait SocketDataOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- SocketDataOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- 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.
- 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.
- 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;
- 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.
- 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;
- 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.
- 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;
- 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.
- 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;
- 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.
- 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;
- 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.
- 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.
- abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- 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;
- 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;
- 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;
- 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;
- 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;
- 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.
- 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;
- abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- 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.
- 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.
- 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.
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- 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.
- 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.
- 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.
- 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.
- 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.
- abstract def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- 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.
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()