Class BigQueryLinkName (0.23.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
NameDescription
propertyString
bigqueryLinkString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String property, String bigqueryLink)

public static BigQueryLinkName of(String property, String bigqueryLink)
Parameters
NameDescription
propertyString
bigqueryLinkString
Returns
TypeDescription
BigQueryLinkName

parse(String formattedString)

public static BigQueryLinkName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns