Class EntryTypeName.Builder (1.39.0)

public static class EntryTypeName.Builder

Builder for projects/{project}/locations/{location}/entryTypes/{entry_type}.

Inheritance

java.lang.Object > EntryTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EntryTypeName build()
Returns
TypeDescription
EntryTypeName

getEntryType()

public String getEntryType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setEntryType(String entryType)

public EntryTypeName.Builder setEntryType(String entryType)
Parameter
NameDescription
entryTypeString
Returns
TypeDescription
EntryTypeName.Builder

setLocation(String location)

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

setProject(String project)

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