Uses of Class
com.google.logging.v2.BillingAccountName
-
Packages that use BillingAccountName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of BillingAccountName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type BillingAccountName Modifier and Type Method Description LogExclusion
ConfigClient. createExclusion(BillingAccountName parent, LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.LogSink
ConfigClient. createSink(BillingAccountName parent, LogSink sink)
Creates a sink that exports specified log entries to a destination.ConfigClient.ListExclusionsPagedResponse
ConfigClient. listExclusions(BillingAccountName parent)
Lists all the exclusions on the _Default sink in a parent resource.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(BillingAccountName parent)
Lists the logs in projects, organizations, folders, or billing accounts.ConfigClient.ListSinksPagedResponse
ConfigClient. listSinks(BillingAccountName parent)
Lists sinks. -
Uses of BillingAccountName in com.google.logging.v2
Methods in com.google.logging.v2 that return BillingAccountName Modifier and Type Method Description BillingAccountName
BillingAccountName.Builder. build()
static BillingAccountName
BillingAccountName. of(String billingAccount)
static BillingAccountName
BillingAccountName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type BillingAccountName Modifier and Type Method Description static List<BillingAccountName>
BillingAccountName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type BillingAccountName Modifier and Type Method Description static List<String>
BillingAccountName. toStringList(List<BillingAccountName> values)
-