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.BuilderaddAllOption(Iterable<? extends SocketOption> values)Socket options set on this socket.SocketData.BuilderaddOption(int index, SocketOption value)Socket options set on this socket.SocketData.BuilderaddOption(int index, SocketOption.Builder builderForValue)Socket options set on this socket.SocketData.BuilderaddOption(SocketOption value)Socket options set on this socket.SocketData.BuilderaddOption(SocketOption.Builder builderForValue)Socket options set on this socket.SocketOption.BuilderaddOptionBuilder()Socket options set on this socket.SocketOption.BuilderaddOptionBuilder(int index)Socket options set on this socket.SocketData.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)SocketDatabuild()SocketDatabuildPartial()SocketData.Builderclear()SocketData.BuilderclearField(Descriptors.FieldDescriptor field)SocketData.BuilderclearKeepAlivesSent()The number of keep alives sent.SocketData.BuilderclearLastLocalStreamCreatedTimestamp()The last time a stream was created by this endpoint.SocketData.BuilderclearLastMessageReceivedTimestamp()The last time a message was received by this endpoint.SocketData.BuilderclearLastMessageSentTimestamp()The last time a message was sent by this endpoint.SocketData.BuilderclearLastRemoteStreamCreatedTimestamp()The last time a stream was created by the remote endpoint.SocketData.BuilderclearLocalFlowControlWindow()The amount of window, granted to the local endpoint by the remote endpoint.SocketData.BuilderclearMessagesReceived()The number of grpc messages received on this socket.SocketData.BuilderclearMessagesSent()The number of grpc messages successfully sent on this socket.SocketData.BuilderclearOneof(Descriptors.OneofDescriptor oneof)SocketData.BuilderclearOption()Socket options set on this socket.SocketData.BuilderclearRemoteFlowControlWindow()The amount of window, granted to the remote endpoint by the local endpoint.SocketData.BuilderclearStreamsFailed()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.BuilderclearStreamsStarted()The number of streams that have been started.SocketData.BuilderclearStreamsSucceeded()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.Builderclone()SocketDatagetDefaultInstanceForType()static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()longgetKeepAlivesSent()The number of keep alives sent.TimestampgetLastLocalStreamCreatedTimestamp()The last time a stream was created by this endpoint.Timestamp.BuildergetLastLocalStreamCreatedTimestampBuilder()The last time a stream was created by this endpoint.TimestampOrBuildergetLastLocalStreamCreatedTimestampOrBuilder()The last time a stream was created by this endpoint.TimestampgetLastMessageReceivedTimestamp()The last time a message was received by this endpoint.Timestamp.BuildergetLastMessageReceivedTimestampBuilder()The last time a message was received by this endpoint.TimestampOrBuildergetLastMessageReceivedTimestampOrBuilder()The last time a message was received by this endpoint.TimestampgetLastMessageSentTimestamp()The last time a message was sent by this endpoint.Timestamp.BuildergetLastMessageSentTimestampBuilder()The last time a message was sent by this endpoint.TimestampOrBuildergetLastMessageSentTimestampOrBuilder()The last time a message was sent by this endpoint.TimestampgetLastRemoteStreamCreatedTimestamp()The last time a stream was created by the remote endpoint.Timestamp.BuildergetLastRemoteStreamCreatedTimestampBuilder()The last time a stream was created by the remote endpoint.TimestampOrBuildergetLastRemoteStreamCreatedTimestampOrBuilder()The last time a stream was created by the remote endpoint.Int64ValuegetLocalFlowControlWindow()The amount of window, granted to the local endpoint by the remote endpoint.Int64Value.BuildergetLocalFlowControlWindowBuilder()The amount of window, granted to the local endpoint by the remote endpoint.Int64ValueOrBuildergetLocalFlowControlWindowOrBuilder()The amount of window, granted to the local endpoint by the remote endpoint.longgetMessagesReceived()The number of grpc messages received on this socket.longgetMessagesSent()The number of grpc messages successfully sent on this socket.SocketOptiongetOption(int index)Socket options set on this socket.SocketOption.BuildergetOptionBuilder(int index)Socket options set on this socket.List<SocketOption.Builder>getOptionBuilderList()Socket options set on this socket.intgetOptionCount()Socket options set on this socket.List<SocketOption>getOptionList()Socket options set on this socket.SocketOptionOrBuildergetOptionOrBuilder(int index)Socket options set on this socket.List<? extends SocketOptionOrBuilder>getOptionOrBuilderList()Socket options set on this socket.Int64ValuegetRemoteFlowControlWindow()The amount of window, granted to the remote endpoint by the local endpoint.Int64Value.BuildergetRemoteFlowControlWindowBuilder()The amount of window, granted to the remote endpoint by the local endpoint.Int64ValueOrBuildergetRemoteFlowControlWindowOrBuilder()The amount of window, granted to the remote endpoint by the local endpoint.longgetStreamsFailed()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.longgetStreamsStarted()The number of streams that have been started.longgetStreamsSucceeded()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.booleanhasLastLocalStreamCreatedTimestamp()The last time a stream was created by this endpoint.booleanhasLastMessageReceivedTimestamp()The last time a message was received by this endpoint.booleanhasLastMessageSentTimestamp()The last time a message was sent by this endpoint.booleanhasLastRemoteStreamCreatedTimestamp()The last time a stream was created by the remote endpoint.booleanhasLocalFlowControlWindow()The amount of window, granted to the local endpoint by the remote endpoint.booleanhasRemoteFlowControlWindow()The amount of window, granted to the remote endpoint by the local endpoint.protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SocketData.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SocketData.BuildermergeFrom(Message other)SocketData.BuildermergeFrom(SocketData other)SocketData.BuildermergeLastLocalStreamCreatedTimestamp(Timestamp value)The last time a stream was created by this endpoint.SocketData.BuildermergeLastMessageReceivedTimestamp(Timestamp value)The last time a message was received by this endpoint.SocketData.BuildermergeLastMessageSentTimestamp(Timestamp value)The last time a message was sent by this endpoint.SocketData.BuildermergeLastRemoteStreamCreatedTimestamp(Timestamp value)The last time a stream was created by the remote endpoint.SocketData.BuildermergeLocalFlowControlWindow(Int64Value value)The amount of window, granted to the local endpoint by the remote endpoint.SocketData.BuildermergeRemoteFlowControlWindow(Int64Value value)The amount of window, granted to the remote endpoint by the local endpoint.SocketData.BuildermergeUnknownFields(UnknownFieldSet unknownFields)SocketData.BuilderremoveOption(int index)Socket options set on this socket.SocketData.BuildersetField(Descriptors.FieldDescriptor field, Object value)SocketData.BuildersetKeepAlivesSent(long value)The number of keep alives sent.SocketData.BuildersetLastLocalStreamCreatedTimestamp(Timestamp value)The last time a stream was created by this endpoint.SocketData.BuildersetLastLocalStreamCreatedTimestamp(Timestamp.Builder builderForValue)The last time a stream was created by this endpoint.SocketData.BuildersetLastMessageReceivedTimestamp(Timestamp value)The last time a message was received by this endpoint.SocketData.BuildersetLastMessageReceivedTimestamp(Timestamp.Builder builderForValue)The last time a message was received by this endpoint.SocketData.BuildersetLastMessageSentTimestamp(Timestamp value)The last time a message was sent by this endpoint.SocketData.BuildersetLastMessageSentTimestamp(Timestamp.Builder builderForValue)The last time a message was sent by this endpoint.SocketData.BuildersetLastRemoteStreamCreatedTimestamp(Timestamp value)The last time a stream was created by the remote endpoint.SocketData.BuildersetLastRemoteStreamCreatedTimestamp(Timestamp.Builder builderForValue)The last time a stream was created by the remote endpoint.SocketData.BuildersetLocalFlowControlWindow(Int64Value value)The amount of window, granted to the local endpoint by the remote endpoint.SocketData.BuildersetLocalFlowControlWindow(Int64Value.Builder builderForValue)The amount of window, granted to the local endpoint by the remote endpoint.SocketData.BuildersetMessagesReceived(long value)The number of grpc messages received on this socket.SocketData.BuildersetMessagesSent(long value)The number of grpc messages successfully sent on this socket.SocketData.BuildersetOption(int index, SocketOption value)Socket options set on this socket.SocketData.BuildersetOption(int index, SocketOption.Builder builderForValue)Socket options set on this socket.SocketData.BuildersetRemoteFlowControlWindow(Int64Value value)The amount of window, granted to the remote endpoint by the local endpoint.SocketData.BuildersetRemoteFlowControlWindow(Int64Value.Builder builderForValue)The amount of window, granted to the remote endpoint by the local endpoint.SocketData.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)SocketData.BuildersetStreamsFailed(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.BuildersetStreamsStarted(long value)The number of streams that have been started.SocketData.BuildersetStreamsSucceeded(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.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<SocketData.Builder>
-
clear
public SocketData.Builder clear()
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<SocketData.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<SocketData.Builder>
-
getDefaultInstanceForType
public SocketData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public SocketData build()
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public SocketData buildPartial()
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public SocketData.Builder clone()
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<SocketData.Builder>
-
setField
public SocketData.Builder setField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<SocketData.Builder>
-
clearField
public SocketData.Builder clearField(Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<SocketData.Builder>
-
clearOneof
public SocketData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<SocketData.Builder>
-
setRepeatedField
public SocketData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<SocketData.Builder>
-
addRepeatedField
public SocketData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(Message other)
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(SocketData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeFrom
public SocketData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SocketData.Builder>- Throws:
IOException
-
getStreamsStarted
public long getStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;- Specified by:
getStreamsStartedin 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:
getStreamsSucceededin 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:
getStreamsFailedin 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:
getMessagesSentin 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:
getMessagesReceivedin 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:
getKeepAlivesSentin 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:
hasLastLocalStreamCreatedTimestampin 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:
getLastLocalStreamCreatedTimestampin 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:
getLastLocalStreamCreatedTimestampOrBuilderin 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:
hasLastRemoteStreamCreatedTimestampin 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:
getLastRemoteStreamCreatedTimestampin 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:
getLastRemoteStreamCreatedTimestampOrBuilderin 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:
hasLastMessageSentTimestampin 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:
getLastMessageSentTimestampin 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:
getLastMessageSentTimestampOrBuilderin 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:
hasLastMessageReceivedTimestampin 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:
getLastMessageReceivedTimestampin 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:
getLastMessageReceivedTimestampOrBuilderin 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:
hasLocalFlowControlWindowin 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:
getLocalFlowControlWindowin 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:
getLocalFlowControlWindowOrBuilderin 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:
hasRemoteFlowControlWindowin 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:
getRemoteFlowControlWindowin 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:
getRemoteFlowControlWindowOrBuilderin 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:
getOptionListin 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:
getOptionCountin 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:
getOptionin 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:
getOptionOrBuilderin 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:
getOptionOrBuilderListin 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:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<SocketData.Builder>
-
mergeUnknownFields
public final SocketData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<SocketData.Builder>
-
-