Uses of Class
com.google.logging.v2.FolderLocationName
-
Packages that use FolderLocationName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of FolderLocationName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type FolderLocationName Modifier and Type Method Description ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(FolderLocationName parent)
Lists log buckets. -
Uses of FolderLocationName in com.google.logging.v2
Methods in com.google.logging.v2 that return FolderLocationName Modifier and Type Method Description FolderLocationName
FolderLocationName.Builder. build()
static FolderLocationName
FolderLocationName. of(String folder, String location)
static FolderLocationName
FolderLocationName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type FolderLocationName Modifier and Type Method Description static List<FolderLocationName>
FolderLocationName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type FolderLocationName Modifier and Type Method Description static List<String>
FolderLocationName. toStringList(List<FolderLocationName> values)
-