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