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.FrequencyFrequencyOptions.Frequency. forNumber(int value)FrequencyOptions.FrequencyFrequencyOptions.Builder. getFrequency()Frequency of report generation.FrequencyOptions.FrequencyFrequencyOptions. getFrequency()Frequency of report generation.FrequencyOptions.FrequencyFrequencyOptionsOrBuilder. getFrequency()Frequency of report generation.static FrequencyOptions.FrequencyFrequencyOptions.Frequency. valueOf(int value)Deprecated.static FrequencyOptions.FrequencyFrequencyOptions.Frequency. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FrequencyOptions.FrequencyFrequencyOptions.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.BuilderFrequencyOptions.Builder. setFrequency(FrequencyOptions.Frequency value)Frequency of report generation.
-