Class ContentName.Builder (1.39.0)

public static class ContentName.Builder

Builder for projects/{project}/locations/{location}/lakes/{lake}/content/{content}.

Inheritance

java.lang.Object > ContentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContentName build()
Returns
TypeDescription
ContentName

getContent()

public String getContent()
Returns
TypeDescription
String

getLake()

public String getLake()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setContent(String content)

public ContentName.Builder setContent(String content)
Parameter
NameDescription
contentString
Returns
TypeDescription
ContentName.Builder

setLake(String lake)

public ContentName.Builder setLake(String lake)
Parameter
NameDescription
lakeString
Returns
TypeDescription
ContentName.Builder

setLocation(String location)

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

setProject(String project)

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