public static class CachedContentName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CachedContentName |
build() |
String |
getCachedContent() |
String |
getLocation() |
String |
getProject() |
CachedContentName.Builder |
setCachedContent(String cachedContent) |
CachedContentName.Builder |
setLocation(String location) |
CachedContentName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getCachedContent()
public CachedContentName.Builder setProject(String project)
public CachedContentName.Builder setLocation(String location)
public CachedContentName.Builder setCachedContent(String cachedContent)
public CachedContentName build()
Copyright © 2024 Google LLC. All rights reserved.