Class EntryGroupName.Builder (1.6.2)

public static class EntryGroupName.Builder

Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}.

Inheritance

java.lang.Object > EntryGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EntryGroupName build()
Returns
TypeDescription
EntryGroupName

getEntryGroup()

public String getEntryGroup()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setEntryGroup(String entryGroup)

public EntryGroupName.Builder setEntryGroup(String entryGroup)
Parameter
NameDescription
entryGroupString
Returns
TypeDescription
EntryGroupName.Builder

setLocation(String location)

public EntryGroupName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
EntryGroupName.Builder

setProject(String project)

public EntryGroupName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
EntryGroupName.Builder