Class SshKeyName (0.41.0)

public class SshKeyName implements ResourceName

Inheritance

Object > SshKeyName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String sshKey)

public static String format(String project, String location, String sshKey)
Parameters
NameDescription
projectString
locationString
sshKeyString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String sshKey)

public static SshKeyName of(String project, String location, String sshKey)
Parameters
NameDescription
projectString
locationString
sshKeyString
Returns
TypeDescription
SshKeyName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<SshKeyName> values)

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

Constructors

SshKeyName() (deprecated)

protected SshKeyName()

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>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSshKey()

public String getSshKey()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides