Uses of Class
com.google.logging.v2.LogViewName
-
Packages that use LogViewName Package Description com.google.logging.v2 -
-
Uses of LogViewName in com.google.logging.v2
Methods in com.google.logging.v2 that return LogViewName Modifier and Type Method Description LogViewNameLogViewName.BillingAccountLocationBucketViewBuilder. build()LogViewNameLogViewName.Builder. build()LogViewNameLogViewName.FolderLocationBucketViewBuilder. build()LogViewNameLogViewName.OrganizationLocationBucketViewBuilder. build()static LogViewNameLogViewName. of(String project, String location, String bucket, String view)static LogViewNameLogViewName. ofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)static LogViewNameLogViewName. ofFolderLocationBucketViewName(String folder, String location, String bucket, String view)static LogViewNameLogViewName. ofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)static LogViewNameLogViewName. ofProjectLocationBucketViewName(String project, String location, String bucket, String view)static LogViewNameLogViewName. parse(String formattedString)Methods in com.google.logging.v2 that return types with arguments of type LogViewName Modifier and Type Method Description static List<LogViewName>LogViewName. parseList(List<String> formattedStrings)Method parameters in com.google.logging.v2 with type arguments of type LogViewName Modifier and Type Method Description static List<String>LogViewName. toStringList(List<LogViewName> values)
-