Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DServerData.java215 public com.google.protobuf.Timestamp getLastCallStartedTimestamp() { in getLastCallStartedTimestamp() method in ServerData
226 return getLastCallStartedTimestamp(); in getLastCallStartedTimestampOrBuilder()
254 output.writeMessage(5, getLastCallStartedTimestamp()); in writeTo()
282 .computeMessageSize(5, getLastCallStartedTimestamp()); in getSerializedSize()
313 result = result && getLastCallStartedTimestamp() in equals()
314 .equals(other.getLastCallStartedTimestamp()); in equals()
342 hash = (53 * hash) + getLastCallStartedTimestamp().hashCode(); in hashCode()
584 mergeLastCallStartedTimestamp(other.getLastCallStartedTimestamp()); in mergeFrom()
900 public com.google.protobuf.Timestamp getLastCallStartedTimestamp() { in getLastCallStartedTimestamp() method in ServerData.Builder
1025 getLastCallStartedTimestamp(), in getLastCallStartedTimestampFieldBuilder()
DChannelData.java313 public com.google.protobuf.Timestamp getLastCallStartedTimestamp() { in getLastCallStartedTimestamp() method in ChannelData
324 return getLastCallStartedTimestamp(); in getLastCallStartedTimestampOrBuilder()
358 output.writeMessage(7, getLastCallStartedTimestamp()); in writeTo()
393 .computeMessageSize(7, getLastCallStartedTimestamp()); in getSerializedSize()
431 result = result && getLastCallStartedTimestamp() in equals()
432 .equals(other.getLastCallStartedTimestamp()); in equals()
466 hash = (53 * hash) + getLastCallStartedTimestamp().hashCode(); in hashCode()
729 mergeLastCallStartedTimestamp(other.getLastCallStartedTimestamp()); in mergeFrom()
1296 public com.google.protobuf.Timestamp getLastCallStartedTimestamp() { in getLastCallStartedTimestamp() method in ChannelData.Builder
1421 getLastCallStartedTimestamp(), in getLastCallStartedTimestampFieldBuilder()
DServerDataOrBuilder.java77 com.google.protobuf.Timestamp getLastCallStartedTimestamp(); in getLastCallStartedTimestamp() method
DChannelDataOrBuilder.java123 com.google.protobuf.Timestamp getLastCallStartedTimestamp(); in getLastCallStartedTimestamp() method