Uses of Class
com.google.cloud.storageinsights.v1.ReportConfig.ReportFormatCase
-
Packages that use ReportConfig.ReportFormatCase Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of ReportConfig.ReportFormatCase in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return ReportConfig.ReportFormatCase Modifier and Type Method Description static ReportConfig.ReportFormatCase
ReportConfig.ReportFormatCase. forNumber(int value)
ReportConfig.ReportFormatCase
ReportConfig.Builder. getReportFormatCase()
ReportConfig.ReportFormatCase
ReportConfig. getReportFormatCase()
ReportConfig.ReportFormatCase
ReportConfigOrBuilder. getReportFormatCase()
static ReportConfig.ReportFormatCase
ReportConfig.ReportFormatCase. valueOf(int value)
Deprecated.static ReportConfig.ReportFormatCase
ReportConfig.ReportFormatCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportConfig.ReportFormatCase[]
ReportConfig.ReportFormatCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-