Class RouteName
- java.lang.Object
-
- com.google.cloud.datastream.v1alpha1.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 class
RouteName.Builder
Builder for projects/{project}/locations/{location}/privateConnections/{private_connection}/routes/{route}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
RouteName()
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 privateConnection, String route)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getPrivateConnection()
String
getProject()
String
getRoute()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static RouteName.Builder
newBuilder()
static RouteName
of(String project, String location, String privateConnection, String route)
static RouteName
parse(String formattedString)
static List<RouteName>
parseList(List<String> formattedStrings)
RouteName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-