Interface FrequencyOptionsOrBuilder (0.7.0)

public interface FrequencyOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndDate()

public abstract Date getEndDate()

The date on which report generation should stop (Inclusive). UTC time zone.

.google.type.Date end_date = 3;

Returns
TypeDescription
com.google.type.Date

The endDate.

getEndDateOrBuilder()

public abstract DateOrBuilder getEndDateOrBuilder()

The date on which report generation should stop (Inclusive). UTC time zone.

.google.type.Date end_date = 3;

Returns
TypeDescription
com.google.type.DateOrBuilder

getFrequency()

public abstract FrequencyOptions.Frequency getFrequency()

Frequency of report generation.

.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;

Returns
TypeDescription
FrequencyOptions.Frequency

The frequency.

getFrequencyValue()

public abstract int getFrequencyValue()

Frequency of report generation.

.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for frequency.

getStartDate()

public abstract Date getStartDate()

The date from which report generation should start. UTC time zone.

.google.type.Date start_date = 2;

Returns
TypeDescription
com.google.type.Date

The startDate.

getStartDateOrBuilder()

public abstract DateOrBuilder getStartDateOrBuilder()

The date from which report generation should start. UTC time zone.

.google.type.Date start_date = 2;

Returns
TypeDescription
com.google.type.DateOrBuilder

hasEndDate()

public abstract boolean hasEndDate()

The date on which report generation should stop (Inclusive). UTC time zone.

.google.type.Date end_date = 3;

Returns
TypeDescription
boolean

Whether the endDate field is set.

hasStartDate()

public abstract boolean hasStartDate()

The date from which report generation should start. UTC time zone.

.google.type.Date start_date = 2;

Returns
TypeDescription
boolean

Whether the startDate field is set.