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