public interface FrequencyOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndDate()
public abstract Date getEndDate()
The date on which report generation should stop (Inclusive). UTC time zone.
.google.type.Date end_date = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getFrequency()
public abstract FrequencyOptions.Frequency getFrequency()
Frequency of report generation.
.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;
Returns | |
---|---|
Type | Description |
FrequencyOptions.Frequency |
The frequency. |
getFrequencyValue()
public abstract int getFrequencyValue()
Frequency of report generation.
.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the startDate field is set. |