Package com.google.privacy.dlp.v2
Class UntypedInspectTemplateName
- java.lang.Object
-
- com.google.privacy.dlp.v2.InspectTemplateName
-
- com.google.privacy.dlp.v2.UntypedInspectTemplateName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class UntypedInspectTemplateName extends InspectTemplateName
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.InspectTemplateName
InspectTemplateName.Builder, InspectTemplateName.OrganizationLocationInspectTemplateBuilder, InspectTemplateName.ProjectInspectTemplateBuilder, InspectTemplateName.ProjectLocationInspectTemplateBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.static UntypedInspectTemplateNamefrom(com.google.api.resourcenames.ResourceName resourceName)Deprecated.StringgetFieldValue(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 "".inthashCode()Deprecated.static booleanisParsableFrom(String formattedString)Deprecated.static UntypedInspectTemplateNameparse(String formattedString)Deprecated.static List<UntypedInspectTemplateName>parseList(List<String> formattedStrings)Deprecated.StringtoString()Deprecated.static List<String>toStringList(List<UntypedInspectTemplateName> values)Deprecated.-
Methods inherited from class com.google.privacy.dlp.v2.InspectTemplateName
format, formatOrganizationInspectTemplateName, formatOrganizationLocationInspectTemplateName, formatProjectInspectTemplateName, formatProjectLocationInspectTemplateName, getInspectTemplate, getLocation, getOrganization, getProject, newBuilder, newOrganizationInspectTemplateBuilder, newOrganizationLocationInspectTemplateBuilder, newProjectInspectTemplateBuilder, newProjectLocationInspectTemplateBuilder, of, ofOrganizationInspectTemplateName, ofOrganizationLocationInspectTemplateName, ofProjectInspectTemplateName, ofProjectLocationInspectTemplateName, toBuilder
-
-
-
-
Method Detail
-
from
public static UntypedInspectTemplateName from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.
-
parse
public static UntypedInspectTemplateName parse(String formattedString)
Deprecated.
-
parseList
public static List<UntypedInspectTemplateName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<UntypedInspectTemplateName> 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:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuesMapin classInspectTemplateName
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuein classInspectTemplateName
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classInspectTemplateName
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classInspectTemplateName
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classInspectTemplateName
-
-