Package com.google.logging.v2
Class LogExclusionName
- java.lang.Object
-
- com.google.logging.v2.LogExclusionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class LogExclusionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogExclusionName.BillingAccountExclusionBuilder
Builder for billingAccounts/{billing_account}/exclusions/{exclusion}.static class
LogExclusionName.Builder
Builder for projects/{project}/exclusions/{exclusion}.static class
LogExclusionName.FolderExclusionBuilder
Builder for folders/{folder}/exclusions/{exclusion}.static class
LogExclusionName.OrganizationExclusionBuilder
Builder for organizations/{organization}/exclusions/{exclusion}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LogExclusionName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
LogExclusionName
@Deprecated protected LogExclusionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getExclusion
public String getExclusion()
-
getOrganization
public String getOrganization()
-
getFolder
public String getFolder()
-
getBillingAccount
public String getBillingAccount()
-
newBuilder
public static LogExclusionName.Builder newBuilder()
-
newProjectExclusionBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.Builder newProjectExclusionBuilder()
-
newOrganizationExclusionBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.OrganizationExclusionBuilder newOrganizationExclusionBuilder()
-
newFolderExclusionBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.FolderExclusionBuilder newFolderExclusionBuilder()
-
newBillingAccountExclusionBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.BillingAccountExclusionBuilder newBillingAccountExclusionBuilder()
-
toBuilder
public LogExclusionName.Builder toBuilder()
-
of
public static LogExclusionName of(String project, String exclusion)
-
ofProjectExclusionName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofProjectExclusionName(String project, String exclusion)
-
ofOrganizationExclusionName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofOrganizationExclusionName(String organization, String exclusion)
-
ofFolderExclusionName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofFolderExclusionName(String folder, String exclusion)
-
ofBillingAccountExclusionName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofBillingAccountExclusionName(String billingAccount, String exclusion)
-
formatProjectExclusionName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectExclusionName(String project, String exclusion)
-
formatOrganizationExclusionName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationExclusionName(String organization, String exclusion)
-
formatFolderExclusionName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderExclusionName(String folder, String exclusion)
-
formatBillingAccountExclusionName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountExclusionName(String billingAccount, String exclusion)
-
parse
public static LogExclusionName parse(String formattedString)
-
parseList
public static List<LogExclusionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<LogExclusionName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-