Package com.google.privacy.dlp.v2
Class DeidentifyTemplateName
- java.lang.Object
-
- com.google.privacy.dlp.v2.DeidentifyTemplateName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
- Direct Known Subclasses:
OrganizationDeidentifyTemplateName
,ProjectDeidentifyTemplateName
,UntypedDeidentifyTemplateName
@Generated("by gapic-generator-java") public class DeidentifyTemplateName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeidentifyTemplateName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
DeidentifyTemplateName
@Deprecated protected DeidentifyTemplateName()
Deprecated.
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getDeidentifyTemplate
public String getDeidentifyTemplate()
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
newBuilder
public static DeidentifyTemplateName.Builder newBuilder()
-
newOrganizationDeidentifyTemplateBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.Builder newOrganizationDeidentifyTemplateBuilder()
-
newProjectDeidentifyTemplateBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder newProjectDeidentifyTemplateBuilder()
-
newOrganizationLocationDeidentifyTemplateBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder newOrganizationLocationDeidentifyTemplateBuilder()
-
newProjectLocationDeidentifyTemplateBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder newProjectLocationDeidentifyTemplateBuilder()
-
toBuilder
public DeidentifyTemplateName.Builder toBuilder()
-
of
public static DeidentifyTemplateName of(String organization, String deidentifyTemplate)
-
ofOrganizationDeidentifyTemplateName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
-
ofProjectDeidentifyTemplateName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static DeidentifyTemplateName ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
-
ofOrganizationLocationDeidentifyTemplateName
@BetaApi("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)
-
ofProjectLocationDeidentifyTemplateName
@BetaApi("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)
-
formatOrganizationDeidentifyTemplateName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
-
formatProjectDeidentifyTemplateName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
-
formatOrganizationLocationDeidentifyTemplateName
@BetaApi("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)
-
formatProjectLocationDeidentifyTemplateName
@BetaApi("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)
-
parse
public static DeidentifyTemplateName parse(String formattedString)
-
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
-
-