Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
void |
ConfigClient.deleteExclusion(LogExclusionName name)
Deletes an exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.getExclusion(LogExclusionName name)
Gets the description of an exclusion in the _Default sink.
|
LogExclusion |
ConfigClient.updateExclusion(LogExclusionName name,
LogExclusion exclusion,
com.google.protobuf.FieldMask updateMask)
Changes one or more properties of an existing exclusion in the _Default sink.
|
Modifier and Type | Method and Description |
---|---|
LogExclusionName |
LogExclusionName.Builder.build() |
LogExclusionName |
LogExclusionName.OrganizationExclusionBuilder.build() |
LogExclusionName |
LogExclusionName.FolderExclusionBuilder.build() |
LogExclusionName |
LogExclusionName.BillingAccountExclusionBuilder.build() |
static LogExclusionName |
LogExclusionName.of(String project,
String exclusion) |
static LogExclusionName |
LogExclusionName.ofBillingAccountExclusionName(String billingAccount,
String exclusion) |
static LogExclusionName |
LogExclusionName.ofFolderExclusionName(String folder,
String exclusion) |
static LogExclusionName |
LogExclusionName.ofOrganizationExclusionName(String organization,
String exclusion) |
static LogExclusionName |
LogExclusionName.ofProjectExclusionName(String project,
String exclusion) |
static LogExclusionName |
LogExclusionName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LogExclusionName> |
LogExclusionName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
LogExclusionName.toStringList(List<LogExclusionName> values) |
Copyright © 2023 Google LLC. All rights reserved.