Interface MxaccessGateway.TimestampArrayOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.TimestampArray, MxaccessGateway.TimestampArray.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.TimestampArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    getValues(int index)
    repeated .google.protobuf.Timestamp values = 1;
    int
    repeated .google.protobuf.Timestamp values = 1;
    List<com.google.protobuf.Timestamp>
    repeated .google.protobuf.Timestamp values = 1;
    com.google.protobuf.TimestampOrBuilder
    getValuesOrBuilder(int index)
    repeated .google.protobuf.Timestamp values = 1;
    List<? extends com.google.protobuf.TimestampOrBuilder>
    repeated .google.protobuf.Timestamp values = 1;

    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

    • getValuesList

      List<com.google.protobuf.Timestamp> getValuesList()
      repeated .google.protobuf.Timestamp values = 1;
    • getValues

      com.google.protobuf.Timestamp getValues(int index)
      repeated .google.protobuf.Timestamp values = 1;
    • getValuesCount

      int getValuesCount()
      repeated .google.protobuf.Timestamp values = 1;
    • getValuesOrBuilderList

      List<? extends com.google.protobuf.TimestampOrBuilder> getValuesOrBuilderList()
      repeated .google.protobuf.Timestamp values = 1;
    • getValuesOrBuilder

      com.google.protobuf.TimestampOrBuilder getValuesOrBuilder(int index)
      repeated .google.protobuf.Timestamp values = 1;