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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelConnectionNamebuild()StringgetChannelConnection()StringgetLocation()StringgetProject()ChannelConnectionName.BuildersetChannelConnection(String channelConnection)ChannelConnectionName.BuildersetLocation(String location)ChannelConnectionName.BuildersetProject(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()
-
-