Class InterconnectAttachmentName (0.4.0)

public class InterconnectAttachmentName implements ResourceName

Inheritance

Object > InterconnectAttachmentName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String zone, String interconnectAttachment)

public static String format(String project, String location, String zone, String interconnectAttachment)
Parameters
NameDescription
projectString
locationString
zoneString
interconnectAttachmentString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String zone, String interconnectAttachment)

public static InterconnectAttachmentName of(String project, String location, String zone, String interconnectAttachment)
Parameters
NameDescription
projectString
locationString
zoneString
interconnectAttachmentString
Returns
TypeDescription
InterconnectAttachmentName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<InterconnectAttachmentName> values)

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

Constructors

InterconnectAttachmentName() (deprecated)

protected InterconnectAttachmentName()

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>

getInterconnectAttachment()

public String getInterconnectAttachment()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getZone()

public String getZone()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides