Uses of Class
com.google.cloud.storageinsights.v1.ReportDetailName
-
Packages that use ReportDetailName Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of ReportDetailName in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return ReportDetailName Modifier and Type Method Description ReportDetailNameReportDetailName.Builder. build()static ReportDetailNameReportDetailName. of(String project, String location, String reportConfig, String reportDetail)static ReportDetailNameReportDetailName. parse(String formattedString)Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type ReportDetailName Modifier and Type Method Description static List<ReportDetailName>ReportDetailName. parseList(List<String> formattedStrings)Methods in com.google.cloud.storageinsights.v1 with parameters of type ReportDetailName Modifier and Type Method Description ReportDetailStorageInsightsClient. getReportDetail(ReportDetailName name)Gets details of a single ReportDetail.Method parameters in com.google.cloud.storageinsights.v1 with type arguments of type ReportDetailName Modifier and Type Method Description static List<String>ReportDetailName. toStringList(List<ReportDetailName> values)
-