@Generated(value="by GAPIC protoc plugin") public class InsightTypeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
InsightTypeName.Builder
Builder for InsightTypeName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String insightType) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getInsightType() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static InsightTypeName.Builder |
newBuilder() |
static InsightTypeName |
of(String project,
String location,
String insightType) |
static InsightTypeName |
parse(String formattedString) |
static List<InsightTypeName> |
parseList(List<String> formattedStrings) |
InsightTypeName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<InsightTypeName> values) |
public String getProject()
public String getLocation()
public String getInsightType()
public static InsightTypeName.Builder newBuilder()
public InsightTypeName.Builder toBuilder()
public static InsightTypeName of(String project, String location, String insightType)
public static InsightTypeName parse(String formattedString)
public static List<InsightTypeName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<InsightTypeName> 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 © 2020 Google LLC. All rights reserved.