public interface TimestampArrayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract TimestampValue getValues(int index)List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Name | Description |
| index | int |
| Type | Description |
| TimestampValue |
getValuesCount()
public abstract int getValuesCount()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Type | Description |
| int |
getValuesList()
public abstract List<TimestampValue> getValuesList()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Type | Description |
| List<TimestampValue> |
getValuesOrBuilder(int index)
public abstract TimestampValueOrBuilder getValuesOrBuilder(int index)List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Name | Description |
| index | int |
| Type | Description |
| TimestampValueOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends TimestampValueOrBuilder> getValuesOrBuilderList()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Type | Description |
| List<? extends com.google.cloud.contentwarehouse.v1.TimestampValueOrBuilder> |