Package mxaccess_gateway.v1
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 TypeMethodDescriptioncom.google.protobuf.TimestampgetValues(int index) repeated .google.protobuf.Timestamp values = 1;intrepeated .google.protobuf.Timestamp values = 1;List<com.google.protobuf.Timestamp>repeated .google.protobuf.Timestamp values = 1;com.google.protobuf.TimestampOrBuildergetValuesOrBuilder(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
isInitializedMethods 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;
-