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