Uses of Class
com.google.cloud.storageinsights.v1.FrequencyOptions.Frequency
-
Packages that use FrequencyOptions.Frequency Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of FrequencyOptions.Frequency in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return FrequencyOptions.Frequency Modifier and Type Method Description static FrequencyOptions.Frequency
FrequencyOptions.Frequency. forNumber(int value)
FrequencyOptions.Frequency
FrequencyOptions.Builder. getFrequency()
Frequency of report generation.FrequencyOptions.Frequency
FrequencyOptions. getFrequency()
Frequency of report generation.FrequencyOptions.Frequency
FrequencyOptionsOrBuilder. getFrequency()
Frequency of report generation.static FrequencyOptions.Frequency
FrequencyOptions.Frequency. valueOf(int value)
Deprecated.static FrequencyOptions.Frequency
FrequencyOptions.Frequency. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FrequencyOptions.Frequency
FrequencyOptions.Frequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static FrequencyOptions.Frequency[]
FrequencyOptions.Frequency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type FrequencyOptions.Frequency Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FrequencyOptions.Frequency>
FrequencyOptions.Frequency. internalGetValueMap()
Methods in com.google.cloud.storageinsights.v1 with parameters of type FrequencyOptions.Frequency Modifier and Type Method Description FrequencyOptions.Builder
FrequencyOptions.Builder. setFrequency(FrequencyOptions.Frequency value)
Frequency of report generation.
-