Class ChannelConnectionName.Builder (1.45.0)

public static class ChannelConnectionName.Builder

Builder for projects/{project}/locations/{location}/channelConnections/{channel_connection}.

Inheritance

java.lang.Object > ChannelConnectionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ChannelConnectionName build()
Returns
Type Description
ChannelConnectionName

getChannelConnection()

public String getChannelConnection()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setChannelConnection(String channelConnection)

public ChannelConnectionName.Builder setChannelConnection(String channelConnection)
Parameter
Name Description
channelConnection String
Returns
Type Description
ChannelConnectionName.Builder

setLocation(String location)

public ChannelConnectionName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ChannelConnectionName.Builder

setProject(String project)

public ChannelConnectionName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ChannelConnectionName.Builder