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