Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.logging.v2 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BillingAccountName |
BillingAccountName.Builder.build() |
static BillingAccountName |
BillingAccountName.of(String billingAccount) |
static BillingAccountName |
BillingAccountName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<BillingAccountName> |
BillingAccountName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
BillingAccountName.toStringList(List<BillingAccountName> values) |
Copyright © 2023 Google LLC. All rights reserved.