Class BigQueryLinkName (0.54.0)

public class BigQueryLinkName implements ResourceName

Inheritance

Object > BigQueryLinkName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String bigqueryLink)

public static String format(String property, String bigqueryLink)
Parameters
Name Description
property String
bigqueryLink 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 BigQueryLinkName.Builder newBuilder()
Returns
Type Description
BigQueryLinkName.Builder

of(String property, String bigqueryLink)

public static BigQueryLinkName of(String property, String bigqueryLink)
Parameters
Name Description
property String
bigqueryLink String
Returns
Type Description
BigQueryLinkName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<BigQueryLinkName> values)

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

Constructors

BigQueryLinkName() (deprecated)

protected BigQueryLinkName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides
public String getBigqueryLink()
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>

getProperty()

public String getProperty()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides