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 voidConfigClient. deleteExclusion(LogExclusionName name)Deletes an exclusion in the _Default sink.LogExclusionConfigClient. getExclusion(LogExclusionName name)Gets the description of an exclusion in the _Default sink.LogExclusionConfigClient. 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 LogExclusionNameLogExclusionName.BillingAccountExclusionBuilder. build()LogExclusionNameLogExclusionName.Builder. build()LogExclusionNameLogExclusionName.FolderExclusionBuilder. build()LogExclusionNameLogExclusionName.OrganizationExclusionBuilder. build()static LogExclusionNameLogExclusionName. of(String project, String exclusion)static LogExclusionNameLogExclusionName. ofBillingAccountExclusionName(String billingAccount, String exclusion)static LogExclusionNameLogExclusionName. ofFolderExclusionName(String folder, String exclusion)static LogExclusionNameLogExclusionName. ofOrganizationExclusionName(String organization, String exclusion)static LogExclusionNameLogExclusionName. ofProjectExclusionName(String project, String exclusion)static LogExclusionNameLogExclusionName. 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)
-