Package com.google.privacy.dlp.v2
Class UntypedDeidentifyTemplateName
- java.lang.Object
-
- com.google.privacy.dlp.v2.DeidentifyTemplateName
-
- com.google.privacy.dlp.v2.UntypedDeidentifyTemplateName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class UntypedDeidentifyTemplateName extends DeidentifyTemplateName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.privacy.dlp.v2.DeidentifyTemplateName
DeidentifyTemplateName.Builder, DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder, DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder, DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.static UntypedDeidentifyTemplateName
from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.String
getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.Map<String,String>
getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".int
hashCode()
Deprecated.static boolean
isParsableFrom(String formattedString)
Deprecated.static UntypedDeidentifyTemplateName
parse(String formattedString)
Deprecated.static List<UntypedDeidentifyTemplateName>
parseList(List<String> formattedStrings)
Deprecated.String
toString()
Deprecated.static List<String>
toStringList(List<UntypedDeidentifyTemplateName> values)
Deprecated.-
Methods inherited from class com.google.privacy.dlp.v2.DeidentifyTemplateName
format, formatOrganizationDeidentifyTemplateName, formatOrganizationLocationDeidentifyTemplateName, formatProjectDeidentifyTemplateName, formatProjectLocationDeidentifyTemplateName, getDeidentifyTemplate, getLocation, getOrganization, getProject, newBuilder, newOrganizationDeidentifyTemplateBuilder, newOrganizationLocationDeidentifyTemplateBuilder, newProjectDeidentifyTemplateBuilder, newProjectLocationDeidentifyTemplateBuilder, of, ofOrganizationDeidentifyTemplateName, ofOrganizationLocationDeidentifyTemplateName, ofProjectDeidentifyTemplateName, ofProjectLocationDeidentifyTemplateName, toBuilder
-
-
-
-
Method Detail
-
from
public static UntypedDeidentifyTemplateName from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.
-
parse
public static UntypedDeidentifyTemplateName parse(String formattedString)
Deprecated.
-
parseList
public static List<UntypedDeidentifyTemplateName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<UntypedDeidentifyTemplateName> values)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValuesMap
in classDeidentifyTemplateName
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValue
in classDeidentifyTemplateName
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classDeidentifyTemplateName
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classDeidentifyTemplateName
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classDeidentifyTemplateName
-
-