Class EntryName.Builder (1.43.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
TypeDescription
EntryName

getEntry()

public String getEntry()
Returns
TypeDescription
String

getEntryGroup()

public String getEntryGroup()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setEntry(String entry)

public EntryName.Builder setEntry(String entry)
Parameter
NameDescription
entryString
Returns
TypeDescription
EntryName.Builder

setEntryGroup(String entryGroup)

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

setLocation(String location)

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

setProject(String project)

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