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 ReportDetailName
ReportDetailName.Builder. build()
static ReportDetailName
ReportDetailName. of(String project, String location, String reportConfig, String reportDetail)
static ReportDetailName
ReportDetailName. 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 ReportDetail
StorageInsightsClient. 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)
-