@Generated(value="by gapic-generator-java") public class DeidentifyTemplateName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
DeidentifyTemplateName.Builder
Builder for organizations/{organization}/deidentifyTemplates/{deidentify_template}.
|
static class |
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder
Builder for
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.
|
static class |
DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder
Builder for projects/{project}/deidentifyTemplates/{deidentify_template}.
|
static class |
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
Builder for projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DeidentifyTemplateName()
Deprecated.
|
@Deprecated protected DeidentifyTemplateName()
public String getOrganization()
public String getDeidentifyTemplate()
public String getProject()
public String getLocation()
public static DeidentifyTemplateName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.Builder newOrganizationDeidentifyTemplateBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder newProjectDeidentifyTemplateBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder newOrganizationLocationDeidentifyTemplateBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder newProjectLocationDeidentifyTemplateBuilder()
public DeidentifyTemplateName.Builder toBuilder()
public static DeidentifyTemplateName of(String organization, String deidentifyTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)
public static DeidentifyTemplateName parse(String formattedString)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2022 Google LLC. All rights reserved.