public static final class SocketData.Builder extends GeneratedMessageV3.Builder<SocketData.Builder> implements SocketDataOrBuilder
SocketData is data associated for a specific Socket. The fields present are specific to the implementation, so there may be minor differences in the semantics. (e.g. flow control windows)Protobuf type
grpc.channelz.v1.SocketData| Modifier and Type | Method and Description |
|---|---|
SocketData.Builder |
addAllOption(Iterable<? extends SocketOption> values)
Socket options set on this socket.
|
SocketData.Builder |
addOption(int index,
SocketOption.Builder builderForValue)
Socket options set on this socket.
|
SocketData.Builder |
addOption(int index,
SocketOption value)
Socket options set on this socket.
|
SocketData.Builder |
addOption(SocketOption.Builder builderForValue)
Socket options set on this socket.
|
SocketData.Builder |
addOption(SocketOption value)
Socket options set on this socket.
|
SocketOption.Builder |
addOptionBuilder()
Socket options set on this socket.
|
SocketOption.Builder |
addOptionBuilder(int index)
Socket options set on this socket.
|
SocketData.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
SocketData |
build() |
SocketData |
buildPartial() |
SocketData.Builder |
clear() |
SocketData.Builder |
clearField(Descriptors.FieldDescriptor field) |
SocketData.Builder |
clearKeepAlivesSent()
The number of keep alives sent.
|
SocketData.Builder |
clearLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.
|
SocketData.Builder |
clearLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
|
SocketData.Builder |
clearLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
|
SocketData.Builder |
clearLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
clearLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
clearMessagesReceived()
The number of grpc messages received on this socket.
|
SocketData.Builder |
clearMessagesSent()
The number of grpc messages successfully sent on this socket.
|
SocketData.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
SocketData.Builder |
clearOption()
Socket options set on this socket.
|
SocketData.Builder |
clearRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
clearStreamsFailed()
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.
|
SocketData.Builder |
clearStreamsStarted()
The number of streams that have been started.
|
SocketData.Builder |
clearStreamsSucceeded()
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.
|
SocketData.Builder |
clone() |
SocketData |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
long |
getKeepAlivesSent()
The number of keep alives sent.
|
Timestamp |
getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.
|
Timestamp.Builder |
getLastLocalStreamCreatedTimestampBuilder()
The last time a stream was created by this endpoint.
|
TimestampOrBuilder |
getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint.
|
Timestamp |
getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
|
Timestamp.Builder |
getLastMessageReceivedTimestampBuilder()
The last time a message was received by this endpoint.
|
TimestampOrBuilder |
getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
|
Timestamp |
getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
|
Timestamp.Builder |
getLastMessageSentTimestampBuilder()
The last time a message was sent by this endpoint.
|
TimestampOrBuilder |
getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
|
Timestamp |
getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.
|
Timestamp.Builder |
getLastRemoteStreamCreatedTimestampBuilder()
The last time a stream was created by the remote endpoint.
|
TimestampOrBuilder |
getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint.
|
Int64Value |
getLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.
|
Int64Value.Builder |
getLocalFlowControlWindowBuilder()
The amount of window, granted to the local endpoint by the remote endpoint.
|
Int64ValueOrBuilder |
getLocalFlowControlWindowOrBuilder()
The amount of window, granted to the local endpoint by the remote endpoint.
|
long |
getMessagesReceived()
The number of grpc messages received on this socket.
|
long |
getMessagesSent()
The number of grpc messages successfully sent on this socket.
|
SocketOption |
getOption(int index)
Socket options set on this socket.
|
SocketOption.Builder |
getOptionBuilder(int index)
Socket options set on this socket.
|
List<SocketOption.Builder> |
getOptionBuilderList()
Socket options set on this socket.
|
int |
getOptionCount()
Socket options set on this socket.
|
List<SocketOption> |
getOptionList()
Socket options set on this socket.
|
SocketOptionOrBuilder |
getOptionOrBuilder(int index)
Socket options set on this socket.
|
List<? extends SocketOptionOrBuilder> |
getOptionOrBuilderList()
Socket options set on this socket.
|
Int64Value |
getRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.
|
Int64Value.Builder |
getRemoteFlowControlWindowBuilder()
The amount of window, granted to the remote endpoint by the local endpoint.
|
Int64ValueOrBuilder |
getRemoteFlowControlWindowOrBuilder()
The amount of window, granted to the remote endpoint by the local endpoint.
|
long |
getStreamsFailed()
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.
|
long |
getStreamsStarted()
The number of streams that have been started.
|
long |
getStreamsSucceeded()
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.
|
boolean |
hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.
|
boolean |
hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
|
boolean |
hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
|
boolean |
hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.
|
boolean |
hasLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.
|
boolean |
hasRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SocketData.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
SocketData.Builder |
mergeFrom(Message other) |
SocketData.Builder |
mergeFrom(SocketData other) |
SocketData.Builder |
mergeLastLocalStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by this endpoint.
|
SocketData.Builder |
mergeLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
|
SocketData.Builder |
mergeLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
|
SocketData.Builder |
mergeLastRemoteStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
mergeLocalFlowControlWindow(Int64Value value)
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
mergeRemoteFlowControlWindow(Int64Value value)
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
SocketData.Builder |
removeOption(int index)
Socket options set on this socket.
|
SocketData.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
SocketData.Builder |
setKeepAlivesSent(long value)
The number of keep alives sent.
|
SocketData.Builder |
setLastLocalStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by this endpoint.
|
SocketData.Builder |
setLastLocalStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by this endpoint.
|
SocketData.Builder |
setLastMessageReceivedTimestamp(Timestamp.Builder builderForValue)
The last time a message was received by this endpoint.
|
SocketData.Builder |
setLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
|
SocketData.Builder |
setLastMessageSentTimestamp(Timestamp.Builder builderForValue)
The last time a message was sent by this endpoint.
|
SocketData.Builder |
setLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
|
SocketData.Builder |
setLastRemoteStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
setLastRemoteStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by the remote endpoint.
|
SocketData.Builder |
setLocalFlowControlWindow(Int64Value.Builder builderForValue)
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
setLocalFlowControlWindow(Int64Value value)
The amount of window, granted to the local endpoint by the remote endpoint.
|
SocketData.Builder |
setMessagesReceived(long value)
The number of grpc messages received on this socket.
|
SocketData.Builder |
setMessagesSent(long value)
The number of grpc messages successfully sent on this socket.
|
SocketData.Builder |
setOption(int index,
SocketOption.Builder builderForValue)
Socket options set on this socket.
|
SocketData.Builder |
setOption(int index,
SocketOption value)
Socket options set on this socket.
|
SocketData.Builder |
setRemoteFlowControlWindow(Int64Value.Builder builderForValue)
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
setRemoteFlowControlWindow(Int64Value value)
The amount of window, granted to the remote endpoint by the local endpoint.
|
SocketData.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
SocketData.Builder |
setStreamsFailed(long value)
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.
|
SocketData.Builder |
setStreamsStarted(long value)
The number of streams that have been started.
|
SocketData.Builder |
setStreamsSucceeded(long value)
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.
|
SocketData.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeDelimitedFrom, mergeDelimitedFrommergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<SocketData.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic SocketData build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic SocketData buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic SocketData.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<SocketData.Builder>public SocketData.Builder mergeFrom(SocketData other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<SocketData.Builder>public SocketData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<SocketData.Builder>IOExceptionpublic long getStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;getStreamsStarted in interface SocketDataOrBuilderpublic SocketData.Builder setStreamsStarted(long value)
The number of streams that have been started.
int64 streams_started = 1;value - The streamsStarted to set.public SocketData.Builder clearStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;public long getStreamsSucceeded()
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;getStreamsSucceeded in interface SocketDataOrBuilderpublic SocketData.Builder setStreamsSucceeded(long value)
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;value - The streamsSucceeded to set.public SocketData.Builder clearStreamsSucceeded()
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;public long getStreamsFailed()
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;getStreamsFailed in interface SocketDataOrBuilderpublic SocketData.Builder setStreamsFailed(long value)
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;value - The streamsFailed to set.public SocketData.Builder clearStreamsFailed()
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;public long getMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;getMessagesSent in interface SocketDataOrBuilderpublic SocketData.Builder setMessagesSent(long value)
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;value - The messagesSent to set.public SocketData.Builder clearMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;public long getMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;getMessagesReceived in interface SocketDataOrBuilderpublic SocketData.Builder setMessagesReceived(long value)
The number of grpc messages received on this socket.
int64 messages_received = 5;value - The messagesReceived to set.public SocketData.Builder clearMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;public long getKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;getKeepAlivesSent in interface SocketDataOrBuilderpublic SocketData.Builder setKeepAlivesSent(long value)
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;value - The keepAlivesSent to set.public SocketData.Builder clearKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;public boolean hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;hasLastLocalStreamCreatedTimestamp in interface SocketDataOrBuilderpublic Timestamp getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;getLastLocalStreamCreatedTimestamp in interface SocketDataOrBuilderpublic SocketData.Builder setLastLocalStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;public SocketData.Builder setLastLocalStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;public SocketData.Builder mergeLastLocalStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;public SocketData.Builder clearLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;public Timestamp.Builder getLastLocalStreamCreatedTimestampBuilder()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;public TimestampOrBuilder getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;getLastLocalStreamCreatedTimestampOrBuilder in interface SocketDataOrBuilderpublic boolean hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;hasLastRemoteStreamCreatedTimestamp in interface SocketDataOrBuilderpublic Timestamp getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;getLastRemoteStreamCreatedTimestamp in interface SocketDataOrBuilderpublic SocketData.Builder setLastRemoteStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;public SocketData.Builder setLastRemoteStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;public SocketData.Builder mergeLastRemoteStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;public SocketData.Builder clearLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;public Timestamp.Builder getLastRemoteStreamCreatedTimestampBuilder()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;public TimestampOrBuilder getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;getLastRemoteStreamCreatedTimestampOrBuilder in interface SocketDataOrBuilderpublic boolean hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;hasLastMessageSentTimestamp in interface SocketDataOrBuilderpublic Timestamp getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;getLastMessageSentTimestamp in interface SocketDataOrBuilderpublic SocketData.Builder setLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;public SocketData.Builder setLastMessageSentTimestamp(Timestamp.Builder builderForValue)
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;public SocketData.Builder mergeLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;public SocketData.Builder clearLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;public Timestamp.Builder getLastMessageSentTimestampBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;public TimestampOrBuilder getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;getLastMessageSentTimestampOrBuilder in interface SocketDataOrBuilderpublic boolean hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;hasLastMessageReceivedTimestamp in interface SocketDataOrBuilderpublic Timestamp getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;getLastMessageReceivedTimestamp in interface SocketDataOrBuilderpublic SocketData.Builder setLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;public SocketData.Builder setLastMessageReceivedTimestamp(Timestamp.Builder builderForValue)
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;public SocketData.Builder mergeLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;public SocketData.Builder clearLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;public Timestamp.Builder getLastMessageReceivedTimestampBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;public TimestampOrBuilder getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;getLastMessageReceivedTimestampOrBuilder in interface SocketDataOrBuilderpublic boolean hasLocalFlowControlWindow()
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;hasLocalFlowControlWindow in interface SocketDataOrBuilderpublic Int64Value getLocalFlowControlWindow()
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;getLocalFlowControlWindow in interface SocketDataOrBuilderpublic SocketData.Builder setLocalFlowControlWindow(Int64Value value)
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;public SocketData.Builder setLocalFlowControlWindow(Int64Value.Builder builderForValue)
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;public SocketData.Builder mergeLocalFlowControlWindow(Int64Value value)
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;public SocketData.Builder clearLocalFlowControlWindow()
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;public Int64Value.Builder getLocalFlowControlWindowBuilder()
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;public Int64ValueOrBuilder getLocalFlowControlWindowOrBuilder()
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;getLocalFlowControlWindowOrBuilder in interface SocketDataOrBuilderpublic boolean hasRemoteFlowControlWindow()
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;hasRemoteFlowControlWindow in interface SocketDataOrBuilderpublic Int64Value getRemoteFlowControlWindow()
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;getRemoteFlowControlWindow in interface SocketDataOrBuilderpublic SocketData.Builder setRemoteFlowControlWindow(Int64Value value)
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;public SocketData.Builder setRemoteFlowControlWindow(Int64Value.Builder builderForValue)
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;public SocketData.Builder mergeRemoteFlowControlWindow(Int64Value value)
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;public SocketData.Builder clearRemoteFlowControlWindow()
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;public Int64Value.Builder getRemoteFlowControlWindowBuilder()
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;public Int64ValueOrBuilder getRemoteFlowControlWindowOrBuilder()
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;getRemoteFlowControlWindowOrBuilder in interface SocketDataOrBuilderpublic List<SocketOption> getOptionList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;getOptionList in interface SocketDataOrBuilderpublic int getOptionCount()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;getOptionCount in interface SocketDataOrBuilderpublic SocketOption getOption(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;getOption in interface SocketDataOrBuilderpublic SocketData.Builder setOption(int index, SocketOption value)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder setOption(int index, SocketOption.Builder builderForValue)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder addOption(SocketOption value)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder addOption(int index, SocketOption value)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder addOption(SocketOption.Builder builderForValue)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder addOption(int index, SocketOption.Builder builderForValue)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder addAllOption(Iterable<? extends SocketOption> values)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder clearOption()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketData.Builder removeOption(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketOption.Builder getOptionBuilder(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketOptionOrBuilder getOptionOrBuilder(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;getOptionOrBuilder in interface SocketDataOrBuilderpublic List<? extends SocketOptionOrBuilder> getOptionOrBuilderList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;getOptionOrBuilderList in interface SocketDataOrBuilderpublic SocketOption.Builder addOptionBuilder()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public SocketOption.Builder addOptionBuilder(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public List<SocketOption.Builder> getOptionBuilderList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;public final SocketData.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<SocketData.Builder>public final SocketData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<SocketData.Builder>