Package com.google.cloud.datastream.v1
Class RouteName
- java.lang.Object
-
- com.google.cloud.datastream.v1.RouteName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class RouteName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouteName.BuilderBuilder for projects/{project}/locations/{location}/privateConnections/{private_connection}/routes/{route}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedRouteName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String privateConnection, String route)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetPrivateConnection()StringgetProject()StringgetRoute()inthashCode()static booleanisParsableFrom(String formattedString)static RouteName.BuildernewBuilder()static RouteNameof(String project, String location, String privateConnection, String route)static RouteNameparse(String formattedString)static List<RouteName>parseList(List<String> formattedStrings)RouteName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<RouteName> values)
-
-
-
Constructor Detail
-
RouteName
@Deprecated protected RouteName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getPrivateConnection
public String getPrivateConnection()
-
getRoute
public String getRoute()
-
newBuilder
public static RouteName.Builder newBuilder()
-
toBuilder
public RouteName.Builder toBuilder()
-
of
public static RouteName of(String project, String location, String privateConnection, String route)
-
format
public static String format(String project, String location, String privateConnection, String route)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-