Class CachedContentName.Builder (3.46.0)

public static class CachedContentName.Builder

Builder for projects/{project}/locations/{location}/cachedContents/{cached_content}.

Inheritance

java.lang.Object > CachedContentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CachedContentName build()
Returns
Type Description
CachedContentName

getCachedContent()

public String getCachedContent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCachedContent(String cachedContent)

public CachedContentName.Builder setCachedContent(String cachedContent)
Parameter
Name Description
cachedContent String
Returns
Type Description
CachedContentName.Builder

setLocation(String location)

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

setProject(String project)

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