@Generated(value="by gapic-generator-java") public class CachedContentName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CachedContentName.Builder
Builder for projects/{project}/locations/{location}/cachedContents/{cached_content}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CachedContentName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String cachedContent) |
String |
getCachedContent() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static CachedContentName.Builder |
newBuilder() |
static CachedContentName |
of(String project,
String location,
String cachedContent) |
static CachedContentName |
parse(String formattedString) |
static List<CachedContentName> |
parseList(List<String> formattedStrings) |
CachedContentName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<CachedContentName> values) |
@Deprecated protected CachedContentName()
public String getProject()
public String getLocation()
public String getCachedContent()
public static CachedContentName.Builder newBuilder()
public CachedContentName.Builder toBuilder()
public static CachedContentName of(String project, String location, String cachedContent)
public static CachedContentName parse(String formattedString)
public static List<CachedContentName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CachedContentName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.