Class GatewayName (2.41.0)

public class GatewayName implements ResourceName

Inheritance

Object > GatewayName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String gateway)

public static String format(String project, String location, String gateway)
Parameters
NameDescription
projectString
locationString
gatewayString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String gateway)

public static GatewayName of(String project, String location, String gateway)
Parameters
NameDescription
projectString
locationString
gatewayString
Returns
TypeDescription
GatewayName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<GatewayName> values)

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

Constructors

GatewayName() (deprecated)

protected GatewayName()

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>

getGateway()

public String getGateway()
Returns
TypeDescription
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 GatewayName.Builder toBuilder()
Returns
TypeDescription
GatewayName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides