Class ExampleName (0.162.0)

public class ExampleName implements ResourceName

Inheritance

Object > ExampleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String dataset, String annotatedDataset, String example)

public static String format(String project, String dataset, String annotatedDataset, String example)
Parameters
Name Description
project String
dataset String
annotatedDataset String
example String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static ExampleName.Builder newBuilder()
Returns
Type Description
ExampleName.Builder

of(String project, String dataset, String annotatedDataset, String example)

public static ExampleName of(String project, String dataset, String annotatedDataset, String example)
Parameters
Name Description
project String
dataset String
annotatedDataset String
example String
Returns
Type Description
ExampleName

parse(String formattedString)

public static ExampleName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
ExampleName

parseList(List<String> formattedStrings)

public static List<ExampleName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<ExampleName>

toStringList(List<ExampleName> values)

public static List<String> toStringList(List<ExampleName> values)
Parameter
Name Description
values List<ExampleName>
Returns
Type Description
List<String>

Constructors

ExampleName() (deprecated)

protected ExampleName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAnnotatedDataset()

public String getAnnotatedDataset()
Returns
Type Description
String

getDataset()

public String getDataset()
Returns
Type Description
String

getExample()

public String getExample()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ExampleName.Builder toBuilder()
Returns
Type Description
ExampleName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides