Uses of Class
com.google.logging.v2.LogExclusionName
-
Packages that use LogExclusionName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LogExclusionName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type LogExclusionName Modifier and Type Method 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. -
Uses of LogExclusionName in com.google.logging.v2
Methods in com.google.logging.v2 that return LogExclusionName Modifier and Type Method Description LogExclusionName
LogExclusionName.BillingAccountExclusionBuilder. build()
LogExclusionName
LogExclusionName.Builder. build()
LogExclusionName
LogExclusionName.FolderExclusionBuilder. build()
LogExclusionName
LogExclusionName.OrganizationExclusionBuilder. 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)
Methods in com.google.logging.v2 that return types with arguments of type LogExclusionName Modifier and Type Method Description static List<LogExclusionName>
LogExclusionName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type LogExclusionName Modifier and Type Method Description static List<String>
LogExclusionName. toStringList(List<LogExclusionName> values)
-