Class SupportedDatabaseFlagName (0.26.0)

public class SupportedDatabaseFlagName implements ResourceName

Inheritance

Object > SupportedDatabaseFlagName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String flag)

public static String format(String project, String location, String flag)
Parameters
NameDescription
projectString
locationString
flagString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String flag)

public static SupportedDatabaseFlagName of(String project, String location, String flag)
Parameters
NameDescription
projectString
locationString
flagString
Returns
TypeDescription
SupportedDatabaseFlagName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<SupportedDatabaseFlagName> values)

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

Constructors

SupportedDatabaseFlagName() (deprecated)

protected SupportedDatabaseFlagName()

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>

getFlag()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides