Package com.google.cloud.clouddms.v1
Class ConnectionProfileName
- java.lang.Object
-
- com.google.cloud.clouddms.v1.ConnectionProfileName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ConnectionProfileName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionProfileName.Builder
Builder for projects/{project}/locations/{location}/connectionProfiles/{connection_profile}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConnectionProfileName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ConnectionProfileName
@Deprecated protected ConnectionProfileName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getConnectionProfile
public String getConnectionProfile()
-
newBuilder
public static ConnectionProfileName.Builder newBuilder()
-
toBuilder
public ConnectionProfileName.Builder toBuilder()
-
of
public static ConnectionProfileName of(String project, String location, String connectionProfile)
-
parse
public static ConnectionProfileName parse(String formattedString)
-
parseList
public static List<ConnectionProfileName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ConnectionProfileName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-