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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampValue
getValues(int index)
List of timestamp values.int
getValuesCount()
List of timestamp values.List<TimestampValue>
getValuesList()
List of timestamp values.TimestampValueOrBuilder
getValuesOrBuilder(int index)
List of timestamp values.List<? extends TimestampValueOrBuilder>
getValuesOrBuilderList()
List of timestamp values.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-