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 ReportConfigNameReportConfigName.Builder. build()static ReportConfigNameReportConfigName. of(String project, String location, String reportConfig)static ReportConfigNameReportConfigName. 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 voidStorageInsightsClient. deleteReportConfig(ReportConfigName name)Deletes a single ReportConfig.ReportConfigStorageInsightsClient. getReportConfig(ReportConfigName name)Gets details of a single ReportConfig.StorageInsightsClient.ListReportDetailsPagedResponseStorageInsightsClient. 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)
-