Package com.google.privacy.dlp.v2
Class ProjectDeidentifyTemplateName
- java.lang.Object
-
- com.google.privacy.dlp.v2.DeidentifyTemplateName
-
- com.google.privacy.dlp.v2.ProjectDeidentifyTemplateName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") public class ProjectDeidentifyTemplateName extends DeidentifyTemplateName
AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectDeidentifyTemplateName.Builder
Builder for ProjectDeidentifyTemplateName.-
Nested classes/interfaces inherited from class com.google.privacy.dlp.v2.DeidentifyTemplateName
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder, DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder, DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String deidentifyTemplate)
String
getDeidentifyTemplate()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static ProjectDeidentifyTemplateName.Builder
newBuilder()
static ProjectDeidentifyTemplateName
of(String project, String deidentifyTemplate)
static ProjectDeidentifyTemplateName
parse(String formattedString)
static List<ProjectDeidentifyTemplateName>
parseList(List<String> formattedStrings)
ProjectDeidentifyTemplateName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<ProjectDeidentifyTemplateName> values)
-
Methods inherited from class com.google.privacy.dlp.v2.DeidentifyTemplateName
formatOrganizationDeidentifyTemplateName, formatOrganizationLocationDeidentifyTemplateName, formatProjectDeidentifyTemplateName, formatProjectLocationDeidentifyTemplateName, getLocation, getOrganization, newOrganizationDeidentifyTemplateBuilder, newOrganizationLocationDeidentifyTemplateBuilder, newProjectDeidentifyTemplateBuilder, newProjectLocationDeidentifyTemplateBuilder, ofOrganizationDeidentifyTemplateName, ofOrganizationLocationDeidentifyTemplateName, ofProjectDeidentifyTemplateName, ofProjectLocationDeidentifyTemplateName
-
-
-
-
Method Detail
-
getProject
public String getProject()
- Overrides:
getProject
in classDeidentifyTemplateName
-
getDeidentifyTemplate
public String getDeidentifyTemplate()
- Overrides:
getDeidentifyTemplate
in classDeidentifyTemplateName
-
newBuilder
public static ProjectDeidentifyTemplateName.Builder newBuilder()
-
toBuilder
public ProjectDeidentifyTemplateName.Builder toBuilder()
- Overrides:
toBuilder
in classDeidentifyTemplateName
-
of
public static ProjectDeidentifyTemplateName of(String project, String deidentifyTemplate)
-
parse
public static ProjectDeidentifyTemplateName parse(String formattedString)
-
parseList
public static List<ProjectDeidentifyTemplateName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ProjectDeidentifyTemplateName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValuesMap
in classDeidentifyTemplateName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValue
in classDeidentifyTemplateName
-
toString
public String toString()
- Overrides:
toString
in classDeidentifyTemplateName
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDeidentifyTemplateName
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDeidentifyTemplateName
-
-