Interface DurationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Duration, Duration.Builder

@Generated public interface DurationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * The number of seconds for this duration.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSeconds

      long getSeconds()
       *
       The number of seconds for this duration.
       
      int64 seconds = 1;
      Returns:
      The seconds.