Interface DateTimeArrayOrBuilder (0.38.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
Name Description
index int
Returns
Type Description
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
Type Description
int

getValuesList()

public abstract List<DateTime> getValuesList()

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

repeated .google.type.DateTime values = 1;

Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.type.DateTimeOrBuilder>