@Generated(value="by gapic-generator-java") public class LogExclusionName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and 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}.
|
Modifier | Constructor and Description |
---|---|
protected |
LogExclusionName()
Deprecated.
|
@Deprecated protected LogExclusionName()
public String getProject()
public String getExclusion()
public String getOrganization()
public String getFolder()
public String getBillingAccount()
public static LogExclusionName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.Builder newProjectExclusionBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.OrganizationExclusionBuilder newOrganizationExclusionBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.FolderExclusionBuilder newFolderExclusionBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogExclusionName.BillingAccountExclusionBuilder newBillingAccountExclusionBuilder()
public LogExclusionName.Builder toBuilder()
public static LogExclusionName of(String project, String exclusion)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofProjectExclusionName(String project, String exclusion)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofOrganizationExclusionName(String organization, String exclusion)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofFolderExclusionName(String folder, String exclusion)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static LogExclusionName ofBillingAccountExclusionName(String billingAccount, String exclusion)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectExclusionName(String project, String exclusion)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationExclusionName(String organization, String exclusion)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderExclusionName(String folder, String exclusion)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountExclusionName(String billingAccount, String exclusion)
public static LogExclusionName parse(String formattedString)
public static List<LogExclusionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<LogExclusionName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2023 Google LLC. All rights reserved.