Uses of Class
com.google.cloud.storageinsights.v1.ReportConfigName
-
Packages that use ReportConfigName Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of ReportConfigName in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return ReportConfigName Modifier and Type Method Description ReportConfigName
ReportConfigName.Builder. build()
static ReportConfigName
ReportConfigName. of(String project, String location, String reportConfig)
static ReportConfigName
ReportConfigName. parse(String formattedString)
Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type ReportConfigName Modifier and Type Method Description static List<ReportConfigName>
ReportConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.storageinsights.v1 with parameters of type ReportConfigName Modifier and Type Method Description void
StorageInsightsClient. deleteReportConfig(ReportConfigName name)
Deletes a single ReportConfig.ReportConfig
StorageInsightsClient. getReportConfig(ReportConfigName name)
Gets details of a single ReportConfig.StorageInsightsClient.ListReportDetailsPagedResponse
StorageInsightsClient. listReportDetails(ReportConfigName parent)
Lists ReportDetails in a given project and location.Method parameters in com.google.cloud.storageinsights.v1 with type arguments of type ReportConfigName Modifier and Type Method Description static List<String>
ReportConfigName. toStringList(List<ReportConfigName> values)
-