Class ChannelConnectionName (1.33.0)

public class ChannelConnectionName implements ResourceName

Inheritance

Object > ChannelConnectionName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String channelConnection)

public static String format(String project, String location, String channelConnection)
Parameters
NameDescription
projectString
locationString
channelConnectionString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static ChannelConnectionName.Builder newBuilder()
Returns
TypeDescription
ChannelConnectionName.Builder

of(String project, String location, String channelConnection)

public static ChannelConnectionName of(String project, String location, String channelConnection)
Parameters
NameDescription
projectString
locationString
channelConnectionString
Returns
TypeDescription
ChannelConnectionName

parse(String formattedString)

public static ChannelConnectionName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
ChannelConnectionName

parseList(List<String> formattedStrings)

public static List<ChannelConnectionName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<ChannelConnectionName>

toStringList(List<ChannelConnectionName> values)

public static List<String> toStringList(List<ChannelConnectionName> values)
Parameter
NameDescription
valuesList<ChannelConnectionName>
Returns
TypeDescription
List<String>

Constructors

ChannelConnectionName() (deprecated)

protected ChannelConnectionName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getChannelConnection()

public String getChannelConnection()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public ChannelConnectionName.Builder toBuilder()
Returns
TypeDescription
ChannelConnectionName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides