Class EntryGroupName.Builder
- java.lang.Object
-
- com.google.cloud.datacatalog.v1beta1.EntryGroupName.Builder
-
- Enclosing class:
- EntryGroupName
public static class EntryGroupName.Builder extends Object
Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryGroupNamebuild()StringgetEntryGroup()StringgetLocation()StringgetProject()EntryGroupName.BuildersetEntryGroup(String entryGroup)EntryGroupName.BuildersetLocation(String location)EntryGroupName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEntryGroup
public String getEntryGroup()
-
setProject
public EntryGroupName.Builder setProject(String project)
-
setLocation
public EntryGroupName.Builder setLocation(String location)
-
setEntryGroup
public EntryGroupName.Builder setEntryGroup(String entryGroup)
-
build
public EntryGroupName build()
-
-