Class ViewName.Builder (2.28.0)

public static class ViewName.Builder

Builder for projects/{project}/locations/{location}/views/{view}.

Inheritance

java.lang.Object > ViewName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ViewName build()
Returns
TypeDescription
ViewName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getView()

public String getView()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setView(String view)

public ViewName.Builder setView(String view)
Parameter
NameDescription
viewString
Returns
TypeDescription
ViewName.Builder