Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketData.java350 public com.google.protobuf.Timestamp getLastRemoteStreamCreatedTimestamp() { in getLastRemoteStreamCreatedTimestamp() method in SocketData
362 return getLastRemoteStreamCreatedTimestamp(); in getLastRemoteStreamCreatedTimestampOrBuilder()
598 output.writeMessage(8, getLastRemoteStreamCreatedTimestamp()); in writeTo()
653 .computeMessageSize(8, getLastRemoteStreamCreatedTimestamp()); in getSerializedSize()
710 result = result && getLastRemoteStreamCreatedTimestamp() in equals()
711 .equals(other.getLastRemoteStreamCreatedTimestamp()); in equals()
770 hash = (53 * hash) + getLastRemoteStreamCreatedTimestamp().hashCode(); in hashCode()
1115 mergeLastRemoteStreamCreatedTimestamp(other.getLastRemoteStreamCreatedTimestamp()); in mergeFrom()
1610 public com.google.protobuf.Timestamp getLastRemoteStreamCreatedTimestamp() { in getLastRemoteStreamCreatedTimestamp() method in SocketData.Builder
1742 getLastRemoteStreamCreatedTimestamp(), in getLastRemoteStreamCreatedTimestampFieldBuilder()
DSocketDataOrBuilder.java114 com.google.protobuf.Timestamp getLastRemoteStreamCreatedTimestamp(); in getLastRemoteStreamCreatedTimestamp() method