Class AnnotationSpecName (2.2.3)

public class AnnotationSpecName implements ResourceName

Inheritance

Object > AnnotationSpecName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String dataset, String annotationSpec)

public static String format(String project, String location, String dataset, String annotationSpec)
Parameters
NameDescription
projectString
locationString
datasetString
annotationSpecString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String dataset, String annotationSpec)

public static AnnotationSpecName of(String project, String location, String dataset, String annotationSpec)
Parameters
NameDescription
projectString
locationString
datasetString
annotationSpecString
Returns
TypeDescription
AnnotationSpecName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

public static List<AnnotationSpecName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<AnnotationSpecName>

toStringList(List<AnnotationSpecName> values)

public static List<String> toStringList(List<AnnotationSpecName> values)
Parameter
NameDescription
valuesList<AnnotationSpecName>
Returns
TypeDescription
List<String>

Constructors

AnnotationSpecName()

protected AnnotationSpecName()

Methods

equals(Object o)

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

getAnnotationSpec()

public String getAnnotationSpec()
Returns
TypeDescription
String

getDataset()

public String getDataset()
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

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides