Class RouteTableName (1.41.0)

public class RouteTableName implements ResourceName

Inheritance

Object > RouteTableName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String hub, String routeTable)

public static String format(String project, String hub, String routeTable)
Parameters
NameDescription
projectString
hubString
routeTableString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String hub, String routeTable)

public static RouteTableName of(String project, String hub, String routeTable)
Parameters
NameDescription
projectString
hubString
routeTableString
Returns
TypeDescription
RouteTableName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<RouteTableName> values)

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

Constructors

RouteTableName() (deprecated)

protected RouteTableName()

Methods

equals(Object o)

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

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>

getHub()

public String getHub()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRouteTable()

public String getRouteTable()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides