Package com.google.cloud.eventarc.v1
Class ChannelConnectionName
- java.lang.Object
-
- com.google.cloud.eventarc.v1.ChannelConnectionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ChannelConnectionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelConnectionName.Builder
Builder for projects/{project}/locations/{location}/channelConnections/{channel_connection}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChannelConnectionName()
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 channelConnection)
String
getChannelConnection()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static ChannelConnectionName.Builder
newBuilder()
static ChannelConnectionName
of(String project, String location, String channelConnection)
static ChannelConnectionName
parse(String formattedString)
static List<ChannelConnectionName>
parseList(List<String> formattedStrings)
ChannelConnectionName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<ChannelConnectionName> values)
-
-
-
Constructor Detail
-
ChannelConnectionName
@Deprecated protected ChannelConnectionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getChannelConnection
public String getChannelConnection()
-
newBuilder
public static ChannelConnectionName.Builder newBuilder()
-
toBuilder
public ChannelConnectionName.Builder toBuilder()
-
of
public static ChannelConnectionName of(String project, String location, String channelConnection)
-
parse
public static ChannelConnectionName parse(String formattedString)
-
parseList
public static List<ChannelConnectionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ChannelConnectionName> 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
-
-