Class AppGatewayName (0.37.0)

public class AppGatewayName implements ResourceName

Inheritance

Object > AppGatewayName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String appGateway)

public static String format(String project, String location, String appGateway)
Parameters
NameDescription
projectString
locationString
appGatewayString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String appGateway)

public static AppGatewayName of(String project, String location, String appGateway)
Parameters
NameDescription
projectString
locationString
appGatewayString
Returns
TypeDescription
AppGatewayName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<AppGatewayName> values)

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

Constructors

AppGatewayName() (deprecated)

protected AppGatewayName()

Methods

equals(Object o)

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

getAppGateway()

public String getAppGateway()
Returns
TypeDescription
String

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>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides