@Generated(value="by gapic-generator-java") public class AuthorizedViewName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizedViewName.Builder
Builder for
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AuthorizedViewName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String instance,
String table,
String authorizedView) |
String |
getAuthorizedView() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getInstance() |
String |
getProject() |
String |
getTable() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static AuthorizedViewName.Builder |
newBuilder() |
static AuthorizedViewName |
of(String project,
String instance,
String table,
String authorizedView) |
static AuthorizedViewName |
parse(String formattedString) |
static List<AuthorizedViewName> |
parseList(List<String> formattedStrings) |
AuthorizedViewName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<AuthorizedViewName> values) |
@Deprecated protected AuthorizedViewName()
public String getProject()
public String getInstance()
public String getTable()
public String getAuthorizedView()
public static AuthorizedViewName.Builder newBuilder()
public AuthorizedViewName.Builder toBuilder()
public static AuthorizedViewName of(String project, String instance, String table, String authorizedView)
public static String format(String project, String instance, String table, String authorizedView)
public static AuthorizedViewName parse(String formattedString)
public static List<AuthorizedViewName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<AuthorizedViewName> 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.