Home
last modified time | relevance | path

Searched refs:lastRemoteStreamCreatedTimestamp_ (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketData.java110 if (lastRemoteStreamCreatedTimestamp_ != null) { in SocketData()
111 subBuilder = lastRemoteStreamCreatedTimestamp_.toBuilder(); in SocketData()
113lastRemoteStreamCreatedTimestamp_ = input.readMessage(com.google.protobuf.Timestamp.parser(), exte… in SocketData()
115 subBuilder.mergeFrom(lastRemoteStreamCreatedTimestamp_); in SocketData()
116 lastRemoteStreamCreatedTimestamp_ = subBuilder.buildPartial(); in SocketData()
330 private com.google.protobuf.Timestamp lastRemoteStreamCreatedTimestamp_; field in SocketData
340 return lastRemoteStreamCreatedTimestamp_ != null; in hasLastRemoteStreamCreatedTimestamp()
351 …return lastRemoteStreamCreatedTimestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstanc… in getLastRemoteStreamCreatedTimestamp()
597 if (lastRemoteStreamCreatedTimestamp_ != null) { in writeTo()
651 if (lastRemoteStreamCreatedTimestamp_ != null) { in getSerializedSize()
[all …]