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