Class DeidentifyTemplateName (3.44.0)

public class DeidentifyTemplateName implements ResourceName

Inheritance

Object > DeidentifyTemplateName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String deidentifyTemplate)

public static String format(String organization, String deidentifyTemplate)
Parameters
NameDescription
organizationString
deidentifyTemplateString
Returns
TypeDescription
String

formatOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)

public static String formatOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
Parameters
NameDescription
organizationString
deidentifyTemplateString
Returns
TypeDescription
String

formatOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)

public static String formatOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)
Parameters
NameDescription
organizationString
locationString
deidentifyTemplateString
Returns
TypeDescription
String

formatProjectDeidentifyTemplateName(String project, String deidentifyTemplate)

public static String formatProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
Parameters
NameDescription
projectString
deidentifyTemplateString
Returns
TypeDescription
String

formatProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)

public static String formatProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)
Parameters
NameDescription
projectString
locationString
deidentifyTemplateString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static DeidentifyTemplateName.Builder newBuilder()
Returns
TypeDescription
DeidentifyTemplateName.Builder

newOrganizationDeidentifyTemplateBuilder()

public static DeidentifyTemplateName.Builder newOrganizationDeidentifyTemplateBuilder()
Returns
TypeDescription
DeidentifyTemplateName.Builder

newOrganizationLocationDeidentifyTemplateBuilder()

public static DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder newOrganizationLocationDeidentifyTemplateBuilder()
Returns
TypeDescription
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder

newProjectDeidentifyTemplateBuilder()

public static DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder newProjectDeidentifyTemplateBuilder()
Returns
TypeDescription
DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder

newProjectLocationDeidentifyTemplateBuilder()

public static DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder newProjectLocationDeidentifyTemplateBuilder()
Returns
TypeDescription
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder

of(String organization, String deidentifyTemplate)

public static DeidentifyTemplateName of(String organization, String deidentifyTemplate)
Parameters
NameDescription
organizationString
deidentifyTemplateString
Returns
TypeDescription
DeidentifyTemplateName

ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)

public static DeidentifyTemplateName ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
Parameters
NameDescription
organizationString
deidentifyTemplateString
Returns
TypeDescription
DeidentifyTemplateName

ofOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)

public static DeidentifyTemplateName ofOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)
Parameters
NameDescription
organizationString
locationString
deidentifyTemplateString
Returns
TypeDescription
DeidentifyTemplateName

ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)

public static DeidentifyTemplateName ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
Parameters
NameDescription
projectString
deidentifyTemplateString
Returns
TypeDescription
DeidentifyTemplateName

ofProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)

public static DeidentifyTemplateName ofProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)
Parameters
NameDescription
projectString
locationString
deidentifyTemplateString
Returns
TypeDescription
DeidentifyTemplateName

parse(String formattedString)

public static DeidentifyTemplateName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
DeidentifyTemplateName

Constructors

DeidentifyTemplateName() (deprecated)

protected DeidentifyTemplateName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDeidentifyTemplate()

public String getDeidentifyTemplate()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public DeidentifyTemplateName.Builder toBuilder()
Returns
TypeDescription
DeidentifyTemplateName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides