Class AttachedClusterName (0.13.0)

public class AttachedClusterName implements ResourceName

Inheritance

Object > AttachedClusterName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String attachedCluster)

public static String format(String project, String location, String attachedCluster)
Parameters
NameDescription
projectString
locationString
attachedClusterString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String attachedCluster)

public static AttachedClusterName of(String project, String location, String attachedCluster)
Parameters
NameDescription
projectString
locationString
attachedClusterString
Returns
TypeDescription
AttachedClusterName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<AttachedClusterName> values)

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

Constructors

AttachedClusterName()

protected AttachedClusterName()

Methods

equals(Object o)

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

getAttachedCluster()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides