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