Class EntryName.Builder
- java.lang.Object
-
- com.google.cloud.datacatalog.v1beta1.EntryName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryNamebuild()StringgetEntry()StringgetEntryGroup()StringgetLocation()StringgetProject()EntryName.BuildersetEntry(String entry)EntryName.BuildersetEntryGroup(String entryGroup)EntryName.BuildersetLocation(String location)EntryName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEntryGroup
public String getEntryGroup()
-
getEntry
public String getEntry()
-
setProject
public EntryName.Builder setProject(String project)
-
setLocation
public EntryName.Builder setLocation(String location)
-
setEntryGroup
public EntryName.Builder setEntryGroup(String entryGroup)
-
setEntry
public EntryName.Builder setEntry(String entry)
-
build
public EntryName build()
-
-