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