@Generated(value="by gapic-generator-java") public class InterconnectName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
InterconnectName.Builder
Builder for projects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
InterconnectName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String zone,
String interconnect) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getInterconnect() |
String |
getLocation() |
String |
getProject() |
String |
getZone() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static InterconnectName.Builder |
newBuilder() |
static InterconnectName |
of(String project,
String location,
String zone,
String interconnect) |
static InterconnectName |
parse(String formattedString) |
static List<InterconnectName> |
parseList(List<String> formattedStrings) |
InterconnectName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<InterconnectName> values) |
@Deprecated protected InterconnectName()
public String getProject()
public String getLocation()
public String getZone()
public String getInterconnect()
public static InterconnectName.Builder newBuilder()
public InterconnectName.Builder toBuilder()
public static InterconnectName of(String project, String location, String zone, String interconnect)
public static String format(String project, String location, String zone, String interconnect)
public static InterconnectName parse(String formattedString)
public static List<InterconnectName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<InterconnectName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.