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