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(OrganizationName parent,
LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.
|
LogSink |
ConfigClient.createSink(OrganizationName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
ConfigClient.ListExclusionsPagedResponse |
ConfigClient.listExclusions(OrganizationName parent)
Lists all the exclusions on the _Default sink in a parent resource.
|
LoggingClient.ListLogsPagedResponse |
LoggingClient.listLogs(OrganizationName parent)
Lists the logs in projects, organizations, folders, or billing accounts.
|
ConfigClient.ListSinksPagedResponse |
ConfigClient.listSinks(OrganizationName parent)
Lists sinks.
|
Modifier and Type | Method and Description |
---|---|
OrganizationName |
OrganizationName.Builder.build() |
static OrganizationName |
OrganizationName.of(String organization) |
static OrganizationName |
OrganizationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<OrganizationName> |
OrganizationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
OrganizationName.toStringList(List<OrganizationName> values) |
Copyright © 2023 Google LLC. All rights reserved.