Interface TimestampArrayOrBuilder

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

    public interface TimestampArrayOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getValuesList

        List<TimestampValue> getValuesList()
         List of timestamp values.
         
        repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
      • getValues

        TimestampValue getValues​(int index)
         List of timestamp values.
         
        repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
      • getValuesCount

        int getValuesCount()
         List of timestamp values.
         
        repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
      • getValuesOrBuilderList

        List<? extends TimestampValueOrBuilder> getValuesOrBuilderList()
         List of timestamp values.
         
        repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
      • getValuesOrBuilder

        TimestampValueOrBuilder getValuesOrBuilder​(int index)
         List of timestamp values.
         
        repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;