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