Class EntryName.Builder (1.48.0)

public static class EntryName.Builder

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

Inheritance

java.lang.Object > EntryName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EntryName build()
Returns
Type Description
EntryName

getEntry()

public String getEntry()
Returns
Type Description
String

getEntryGroup()

public String getEntryGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntry(String entry)

public EntryName.Builder setEntry(String entry)
Parameter
Name Description
entry String
Returns
Type Description
EntryName.Builder

setEntryGroup(String entryGroup)

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

setLocation(String location)

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

setProject(String project)

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