Class EntryGroupName.Builder (1.49.0)

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
Type Description
EntryGroupName

getEntryGroup()

public String getEntryGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntryGroup(String entryGroup)

public EntryGroupName.Builder setEntryGroup(String entryGroup)
Parameter
Name Description
entryGroup String
Returns
Type Description
EntryGroupName.Builder

setLocation(String location)

public EntryGroupName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
EntryGroupName.Builder

setProject(String project)

public EntryGroupName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
EntryGroupName.Builder