Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DChannelTrace.java147 public com.google.protobuf.Timestamp getCreationTimestamp() { in getCreationTimestamp() method in ChannelTrace
158 return getCreationTimestamp(); in getCreationTimestampOrBuilder()
232 output.writeMessage(2, getCreationTimestamp()); in writeTo()
251 .computeMessageSize(2, getCreationTimestamp()); in getSerializedSize()
277 result = result && getCreationTimestamp() in equals()
278 .equals(other.getCreationTimestamp()); in equals()
298 hash = (53 * hash) + getCreationTimestamp().hashCode(); in hashCode()
537 mergeCreationTimestamp(other.getCreationTimestamp()); in mergeFrom()
657 public com.google.protobuf.Timestamp getCreationTimestamp() { in getCreationTimestamp() method in ChannelTrace.Builder
782 getCreationTimestamp(), in getCreationTimestampFieldBuilder()
DChannelTraceOrBuilder.java36 com.google.protobuf.Timestamp getCreationTimestamp(); in getCreationTimestamp() method