@Generated(value="by gapic-generator-java") public class GatewayName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
GatewayName.Builder
Builder for projects/{project}/locations/{location}/gateways/{gateway}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GatewayName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String gateway) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getGateway() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static GatewayName.Builder |
newBuilder() |
static GatewayName |
of(String project,
String location,
String gateway) |
static GatewayName |
parse(String formattedString) |
static List<GatewayName> |
parseList(List<String> formattedStrings) |
GatewayName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<GatewayName> values) |
@Deprecated protected GatewayName()
public String getProject()
public String getLocation()
public String getGateway()
public static GatewayName.Builder newBuilder()
public GatewayName.Builder toBuilder()
public static GatewayName of(String project, String location, String gateway)
public static GatewayName parse(String formattedString)
public static List<GatewayName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<GatewayName> 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 © 2022 Google LLC. All rights reserved.