Class EntryName.Builder
- java.lang.Object
-
- com.google.cloud.datacatalog.v1beta1.EntryName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryName
build()
String
getEntry()
String
getEntryGroup()
String
getLocation()
String
getProject()
EntryName.Builder
setEntry(String entry)
EntryName.Builder
setEntryGroup(String entryGroup)
EntryName.Builder
setLocation(String location)
EntryName.Builder
setProject(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()
-
-