Interface RelativeTimeOrBuilder

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

public interface RelativeTimeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    optional .google.protobuf.Duration relativeStart = 2;
    com.google.protobuf.DurationOrBuilder
    optional .google.protobuf.Duration relativeStart = 2;
    Identifier of the item that this time is relative to.
    com.google.protobuf.ByteString
    Identifier of the item that this time is relative to.
    boolean
    optional .google.protobuf.Duration relativeStart = 2;
    boolean
    Identifier of the item that this time is relative to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRelto

      boolean hasRelto()
       Identifier of the item that this time is relative to.
       
      optional string relto = 1;
      Returns:
      Whether the relto field is set.
    • getRelto

      String getRelto()
       Identifier of the item that this time is relative to.
       
      optional string relto = 1;
      Returns:
      The relto.
    • getReltoBytes

      com.google.protobuf.ByteString getReltoBytes()
       Identifier of the item that this time is relative to.
       
      optional string relto = 1;
      Returns:
      The bytes for relto.
    • hasRelativeStart

      boolean hasRelativeStart()
      optional .google.protobuf.Duration relativeStart = 2;
      Returns:
      Whether the relativeStart field is set.
    • getRelativeStart

      com.google.protobuf.Duration getRelativeStart()
      optional .google.protobuf.Duration relativeStart = 2;
      Returns:
      The relativeStart.
    • getRelativeStartOrBuilder

      com.google.protobuf.DurationOrBuilder getRelativeStartOrBuilder()
      optional .google.protobuf.Duration relativeStart = 2;