public interface FrequencyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Date |
getEndDate()
The date on which report generation should stop (Inclusive).
|
com.google.type.DateOrBuilder |
getEndDateOrBuilder()
The date on which report generation should stop (Inclusive).
|
FrequencyOptions.Frequency |
getFrequency()
Frequency of report generation.
|
int |
getFrequencyValue()
Frequency of report generation.
|
com.google.type.Date |
getStartDate()
The date from which report generation should start.
|
com.google.type.DateOrBuilder |
getStartDateOrBuilder()
The date from which report generation should start.
|
boolean |
hasEndDate()
The date on which report generation should stop (Inclusive).
|
boolean |
hasStartDate()
The date from which report generation should start.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFrequencyValue()
Frequency of report generation.
.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;FrequencyOptions.Frequency getFrequency()
Frequency of report generation.
.google.cloud.storageinsights.v1.FrequencyOptions.Frequency frequency = 1;boolean hasStartDate()
The date from which report generation should start. UTC time zone.
.google.type.Date start_date = 2;com.google.type.Date getStartDate()
The date from which report generation should start. UTC time zone.
.google.type.Date start_date = 2;com.google.type.DateOrBuilder getStartDateOrBuilder()
The date from which report generation should start. UTC time zone.
.google.type.Date start_date = 2;boolean hasEndDate()
The date on which report generation should stop (Inclusive). UTC time zone.
.google.type.Date end_date = 3;com.google.type.Date getEndDate()
The date on which report generation should stop (Inclusive). UTC time zone.
.google.type.Date end_date = 3;com.google.type.DateOrBuilder getEndDateOrBuilder()
The date on which report generation should stop (Inclusive). UTC time zone.
.google.type.Date end_date = 3;Copyright © 2024 Google LLC. All rights reserved.