Package com.google.protobuf
Interface DurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Duration,Duration.Builder
@Generated public interface DurationOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNanos()int32 nanos = 2 [json_name = "nanos"];longgetSeconds()int64 seconds = 1 [json_name = "seconds"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-