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 LogViewName
LogViewName.BillingAccountLocationBucketViewBuilder. build()
LogViewName
LogViewName.Builder. build()
LogViewName
LogViewName.FolderLocationBucketViewBuilder. build()
LogViewName
LogViewName.OrganizationLocationBucketViewBuilder. build()
static LogViewName
LogViewName. of(String project, String location, String bucket, String view)
static LogViewName
LogViewName. ofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)
static LogViewName
LogViewName. ofFolderLocationBucketViewName(String folder, String location, String bucket, String view)
static LogViewName
LogViewName. ofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)
static LogViewName
LogViewName. ofProjectLocationBucketViewName(String project, String location, String bucket, String view)
static LogViewName
LogViewName. 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)
-