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