Interface GetCurrentTimeResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCurrentTimeResponse,GetCurrentTimeResponse.Builder
@Generated(value="protoc",
comments="annotations:GetCurrentTimeResponseOrBuilder.java.pb.meta")
public interface GetCurrentTimeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTime
boolean hasTime().google.protobuf.Timestamp time = 1;- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime().google.protobuf.Timestamp time = 1;- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder().google.protobuf.Timestamp time = 1;
-