Class EntryTypeName.Builder (1.41.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
Type Description
EntryTypeName

getEntryType()

public String getEntryType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntryType(String entryType)

public EntryTypeName.Builder setEntryType(String entryType)
Parameter
Name Description
entryType String
Returns
Type Description
EntryTypeName.Builder

setLocation(String location)

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

setProject(String project)

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