Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DServerData.java489 if (lastCallStartedTimestampBuilder_ == null) { in clear()
493 lastCallStartedTimestampBuilder_ = null; in clear()
525 if (lastCallStartedTimestampBuilder_ == null) { in buildPartial()
528 result.lastCallStartedTimestamp_ = lastCallStartedTimestampBuilder_.build(); in buildPartial()
882 …otobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lastCallStartedTimestampBuilder_; field in ServerData.Builder
891 return lastCallStartedTimestampBuilder_ != null || lastCallStartedTimestamp_ != null; in hasLastCallStartedTimestamp()
901 if (lastCallStartedTimestampBuilder_ == null) { in getLastCallStartedTimestamp()
904 return lastCallStartedTimestampBuilder_.getMessage(); in getLastCallStartedTimestamp()
915 if (lastCallStartedTimestampBuilder_ == null) { in setLastCallStartedTimestamp()
922 lastCallStartedTimestampBuilder_.setMessage(value); in setLastCallStartedTimestamp()
[all …]
DChannelData.java621 if (lastCallStartedTimestampBuilder_ == null) { in clear()
625 lastCallStartedTimestampBuilder_ = null; in clear()
663 if (lastCallStartedTimestampBuilder_ == null) { in buildPartial()
666 result.lastCallStartedTimestamp_ = lastCallStartedTimestampBuilder_.build(); in buildPartial()
1278 …otobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lastCallStartedTimestampBuilder_; field in ChannelData.Builder
1287 return lastCallStartedTimestampBuilder_ != null || lastCallStartedTimestamp_ != null; in hasLastCallStartedTimestamp()
1297 if (lastCallStartedTimestampBuilder_ == null) { in getLastCallStartedTimestamp()
1300 return lastCallStartedTimestampBuilder_.getMessage(); in getLastCallStartedTimestamp()
1311 if (lastCallStartedTimestampBuilder_ == null) { in setLastCallStartedTimestamp()
1318 lastCallStartedTimestampBuilder_.setMessage(value); in setLastCallStartedTimestamp()
[all …]