public static enum FrequencyOptions.Frequency extends Enum<FrequencyOptions.Frequency> implements com.google.protobuf.ProtocolMessageEnum
This ENUM specifies possible frequencies of report generation.Protobuf enum
google.cloud.storageinsights.v1.FrequencyOptions.Frequency| Enum Constant and Description |
|---|
DAILY
Report will be generated daily.
|
FREQUENCY_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
WEEKLY
Report will be generated weekly.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DAILY_VALUE
Report will be generated daily.
|
static int |
FREQUENCY_UNSPECIFIED_VALUE
Unspecified.
|
static int |
WEEKLY_VALUE
Report will be generated weekly.
|
| Modifier and Type | Method and Description |
|---|---|
static FrequencyOptions.Frequency |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FrequencyOptions.Frequency> |
internalGetValueMap() |
static FrequencyOptions.Frequency |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FrequencyOptions.Frequency |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FrequencyOptions.Frequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrequencyOptions.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrequencyOptions.Frequency FREQUENCY_UNSPECIFIED
Unspecified.
FREQUENCY_UNSPECIFIED = 0;public static final FrequencyOptions.Frequency DAILY
Report will be generated daily.
DAILY = 1;public static final FrequencyOptions.Frequency WEEKLY
Report will be generated weekly.
WEEKLY = 2;public static final FrequencyOptions.Frequency UNRECOGNIZED
public static final int FREQUENCY_UNSPECIFIED_VALUE
Unspecified.
FREQUENCY_UNSPECIFIED = 0;public static final int DAILY_VALUE
Report will be generated daily.
DAILY = 1;public static final int WEEKLY_VALUE
Report will be generated weekly.
WEEKLY = 2;public static FrequencyOptions.Frequency[] values()
for (FrequencyOptions.Frequency c : FrequencyOptions.Frequency.values()) System.out.println(c);
public static FrequencyOptions.Frequency valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FrequencyOptions.Frequency valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FrequencyOptions.Frequency forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FrequencyOptions.Frequency> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FrequencyOptions.Frequency valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.