Interface DateTimeArrayOrBuilder (0.37.0)

public interface DateTimeArrayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract DateTime getValues(int index)

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

repeated .google.type.DateTime values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.type.DateTime

getValuesCount()

public abstract int getValuesCount()

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

repeated .google.type.DateTime values = 1;

Returns
TypeDescription
int

getValuesList()

public abstract List<DateTime> getValuesList()

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

repeated .google.type.DateTime values = 1;

Returns
TypeDescription
List<com.google.type.DateTime>

getValuesOrBuilder(int index)

public abstract DateTimeOrBuilder getValuesOrBuilder(int index)

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

repeated .google.type.DateTime values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.type.DateTimeOrBuilder

getValuesOrBuilderList()

public abstract List<? extends DateTimeOrBuilder> getValuesOrBuilderList()

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

repeated .google.type.DateTime values = 1;

Returns
TypeDescription
List<? extends com.google.type.DateTimeOrBuilder>