Package io.grpc.channelz.v1
Class SocketData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SocketData.Builder>
-
- io.grpc.channelz.v1.SocketData.Builder
-
- All Implemented Interfaces:
Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,SocketDataOrBuilder
,Cloneable
- Enclosing class:
- SocketData
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 typegrpc.channelz.v1.SocketData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketData.Builder
addAllOption(Iterable<? extends SocketOption> values)
Socket options set on this socket.SocketData.Builder
addOption(int index, SocketOption value)
Socket options set on this socket.SocketData.Builder
addOption(int index, SocketOption.Builder builderForValue)
Socket options set on this socket.SocketData.Builder
addOption(SocketOption value)
Socket options set on this socket.SocketData.Builder
addOption(SocketOption.Builder builderForValue)
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 value)
The last time a stream was created by this endpoint.SocketData.Builder
setLastLocalStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by this endpoint.SocketData.Builder
setLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.SocketData.Builder
setLastMessageReceivedTimestamp(Timestamp.Builder builderForValue)
The last time a message was received by this endpoint.SocketData.Builder
setLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.SocketData.Builder
setLastMessageSentTimestamp(Timestamp.Builder builderForValue)
The last time a message was sent by this endpoint.SocketData.Builder
setLastRemoteStreamCreatedTimestamp(Timestamp value)
The last time a stream was created by the remote endpoint.SocketData.Builder
setLastRemoteStreamCreatedTimestamp(Timestamp.Builder builderForValue)
The last time a stream was created by the remote endpoint.SocketData.Builder
setLocalFlowControlWindow(Int64Value value)
The amount of window, granted to the local endpoint 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
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 value)
Socket options set on this socket.SocketData.Builder
setOption(int index, SocketOption.Builder builderForValue)
Socket options set on this socket.SocketData.Builder
setRemoteFlowControlWindow(Int64Value value)
The amount of window, granted to the remote endpoint by the local endpoint.SocketData.Builder
setRemoteFlowControlWindow(Int64Value.Builder builderForValue)
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
clear
public SocketData.Builder clear()
- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
getDefaultInstanceForType
public SocketData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
public SocketData build()
- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
public SocketData buildPartial()
- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
clone
public SocketData.Builder clone()
- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
setField
public SocketData.Builder setField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfaceMessage.Builder
- Overrides:
setField
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
clearField
public SocketData.Builder clearField(Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfaceMessage.Builder
- Overrides:
clearField
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
clearOneof
public SocketData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfaceMessage.Builder
- Overrides:
clearOneof
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
setRepeatedField
public SocketData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfaceMessage.Builder
- Overrides:
setRepeatedField
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
addRepeatedField
public SocketData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfaceMessage.Builder
- Overrides:
addRepeatedField
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(Message other)
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(SocketData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<SocketData.Builder>
- Throws:
IOException
-
getStreamsStarted
public long getStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;
- Specified by:
getStreamsStarted
in interfaceSocketDataOrBuilder
- Returns:
- The streamsStarted.
-
setStreamsStarted
public SocketData.Builder setStreamsStarted(long value)
The number of streams that have been started.
int64 streams_started = 1;
- Parameters:
value
- The streamsStarted to set.- Returns:
- This builder for chaining.
-
clearStreamsStarted
public SocketData.Builder clearStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;
- Returns:
- This builder for chaining.
-
getStreamsSucceeded
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;
- Specified by:
getStreamsSucceeded
in interfaceSocketDataOrBuilder
- Returns:
- The streamsSucceeded.
-
setStreamsSucceeded
public 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;
- Parameters:
value
- The streamsSucceeded to set.- Returns:
- This builder for chaining.
-
clearStreamsSucceeded
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;
- Returns:
- This builder for chaining.
-
getStreamsFailed
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;
- Specified by:
getStreamsFailed
in interfaceSocketDataOrBuilder
- Returns:
- The streamsFailed.
-
setStreamsFailed
public 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;
- Parameters:
value
- The streamsFailed to set.- Returns:
- This builder for chaining.
-
clearStreamsFailed
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;
- Returns:
- This builder for chaining.
-
getMessagesSent
public long getMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;
- Specified by:
getMessagesSent
in interfaceSocketDataOrBuilder
- Returns:
- The messagesSent.
-
setMessagesSent
public SocketData.Builder setMessagesSent(long value)
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;
- Parameters:
value
- The messagesSent to set.- Returns:
- This builder for chaining.
-
clearMessagesSent
public SocketData.Builder clearMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;
- Returns:
- This builder for chaining.
-
getMessagesReceived
public long getMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;
- Specified by:
getMessagesReceived
in interfaceSocketDataOrBuilder
- Returns:
- The messagesReceived.
-
setMessagesReceived
public SocketData.Builder setMessagesReceived(long value)
The number of grpc messages received on this socket.
int64 messages_received = 5;
- Parameters:
value
- The messagesReceived to set.- Returns:
- This builder for chaining.
-
clearMessagesReceived
public SocketData.Builder clearMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;
- Returns:
- This builder for chaining.
-
getKeepAlivesSent
public long getKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;
- Specified by:
getKeepAlivesSent
in interfaceSocketDataOrBuilder
- Returns:
- The keepAlivesSent.
-
setKeepAlivesSent
public 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;
- Parameters:
value
- The keepAlivesSent to set.- Returns:
- This builder for chaining.
-
clearKeepAlivesSent
public SocketData.Builder clearKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;
- Returns:
- This builder for chaining.
-
hasLastLocalStreamCreatedTimestamp
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;
- Specified by:
hasLastLocalStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastLocalStreamCreatedTimestamp field is set.
-
getLastLocalStreamCreatedTimestamp
public 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;
- Specified by:
getLastLocalStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastLocalStreamCreatedTimestamp.
-
setLastLocalStreamCreatedTimestamp
public 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;
-
setLastLocalStreamCreatedTimestamp
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;
-
mergeLastLocalStreamCreatedTimestamp
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;
-
clearLastLocalStreamCreatedTimestamp
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;
-
getLastLocalStreamCreatedTimestampBuilder
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;
-
getLastLocalStreamCreatedTimestampOrBuilder
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;
- Specified by:
getLastLocalStreamCreatedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastRemoteStreamCreatedTimestamp
public 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;
- Specified by:
hasLastRemoteStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastRemoteStreamCreatedTimestamp field is set.
-
getLastRemoteStreamCreatedTimestamp
public 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;
- Specified by:
getLastRemoteStreamCreatedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastRemoteStreamCreatedTimestamp.
-
setLastRemoteStreamCreatedTimestamp
public 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;
-
setLastRemoteStreamCreatedTimestamp
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;
-
mergeLastRemoteStreamCreatedTimestamp
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;
-
clearLastRemoteStreamCreatedTimestamp
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;
-
getLastRemoteStreamCreatedTimestampBuilder
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;
-
getLastRemoteStreamCreatedTimestampOrBuilder
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;
- Specified by:
getLastRemoteStreamCreatedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastMessageSentTimestamp
public boolean hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
hasLastMessageSentTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastMessageSentTimestamp field is set.
-
getLastMessageSentTimestamp
public Timestamp getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
getLastMessageSentTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastMessageSentTimestamp.
-
setLastMessageSentTimestamp
public SocketData.Builder setLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
-
setLastMessageSentTimestamp
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;
-
mergeLastMessageSentTimestamp
public SocketData.Builder mergeLastMessageSentTimestamp(Timestamp value)
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
-
clearLastMessageSentTimestamp
public SocketData.Builder clearLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
-
getLastMessageSentTimestampBuilder
public Timestamp.Builder getLastMessageSentTimestampBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
-
getLastMessageSentTimestampOrBuilder
public TimestampOrBuilder getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;
- Specified by:
getLastMessageSentTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLastMessageReceivedTimestamp
public boolean hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
hasLastMessageReceivedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- Whether the lastMessageReceivedTimestamp field is set.
-
getLastMessageReceivedTimestamp
public Timestamp getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
getLastMessageReceivedTimestamp
in interfaceSocketDataOrBuilder
- Returns:
- The lastMessageReceivedTimestamp.
-
setLastMessageReceivedTimestamp
public SocketData.Builder setLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
-
setLastMessageReceivedTimestamp
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;
-
mergeLastMessageReceivedTimestamp
public SocketData.Builder mergeLastMessageReceivedTimestamp(Timestamp value)
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
-
clearLastMessageReceivedTimestamp
public SocketData.Builder clearLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
-
getLastMessageReceivedTimestampBuilder
public Timestamp.Builder getLastMessageReceivedTimestampBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
-
getLastMessageReceivedTimestampOrBuilder
public TimestampOrBuilder getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;
- Specified by:
getLastMessageReceivedTimestampOrBuilder
in interfaceSocketDataOrBuilder
-
hasLocalFlowControlWindow
public 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;
- Specified by:
hasLocalFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- Whether the localFlowControlWindow field is set.
-
getLocalFlowControlWindow
public 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;
- Specified by:
getLocalFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- The localFlowControlWindow.
-
setLocalFlowControlWindow
public 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;
-
setLocalFlowControlWindow
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;
-
mergeLocalFlowControlWindow
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;
-
clearLocalFlowControlWindow
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;
-
getLocalFlowControlWindowBuilder
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;
-
getLocalFlowControlWindowOrBuilder
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;
- Specified by:
getLocalFlowControlWindowOrBuilder
in interfaceSocketDataOrBuilder
-
hasRemoteFlowControlWindow
public 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;
- Specified by:
hasRemoteFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- Whether the remoteFlowControlWindow field is set.
-
getRemoteFlowControlWindow
public 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;
- Specified by:
getRemoteFlowControlWindow
in interfaceSocketDataOrBuilder
- Returns:
- The remoteFlowControlWindow.
-
setRemoteFlowControlWindow
public 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;
-
setRemoteFlowControlWindow
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;
-
mergeRemoteFlowControlWindow
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;
-
clearRemoteFlowControlWindow
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;
-
getRemoteFlowControlWindowBuilder
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;
-
getRemoteFlowControlWindowOrBuilder
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;
- Specified by:
getRemoteFlowControlWindowOrBuilder
in interfaceSocketDataOrBuilder
-
getOptionList
public 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;
- Specified by:
getOptionList
in interfaceSocketDataOrBuilder
-
getOptionCount
public int getOptionCount()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;
- Specified by:
getOptionCount
in interfaceSocketDataOrBuilder
-
getOption
public 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;
- Specified by:
getOption
in interfaceSocketDataOrBuilder
-
setOption
public 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;
-
setOption
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;
-
addOption
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;
-
addOption
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;
-
addOption
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;
-
addOption
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;
-
addAllOption
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;
-
clearOption
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;
-
removeOption
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;
-
getOptionBuilder
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;
-
getOptionOrBuilder
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;
- Specified by:
getOptionOrBuilder
in interfaceSocketDataOrBuilder
-
getOptionOrBuilderList
public 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;
- Specified by:
getOptionOrBuilderList
in interfaceSocketDataOrBuilder
-
addOptionBuilder
public 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;
-
addOptionBuilder
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;
-
getOptionBuilderList
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;
-
setUnknownFields
public final SocketData.Builder setUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeUnknownFields
public final SocketData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<SocketData.Builder>
-
-