Package com.google.cloud.eventarc.v1
Class ChannelConnectionName.Builder
- java.lang.Object
-
- com.google.cloud.eventarc.v1.ChannelConnectionName.Builder
-
- Enclosing class:
- ChannelConnectionName
public static class ChannelConnectionName.Builder extends Object
Builder for projects/{project}/locations/{location}/channelConnections/{channel_connection}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelConnectionName
build()
String
getChannelConnection()
String
getLocation()
String
getProject()
ChannelConnectionName.Builder
setChannelConnection(String channelConnection)
ChannelConnectionName.Builder
setLocation(String location)
ChannelConnectionName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getChannelConnection
public String getChannelConnection()
-
setProject
public ChannelConnectionName.Builder setProject(String project)
-
setLocation
public ChannelConnectionName.Builder setLocation(String location)
-
setChannelConnection
public ChannelConnectionName.Builder setChannelConnection(String channelConnection)
-
build
public ChannelConnectionName build()
-
-