public class InsightTypeConfigName implements ResourceName
Inheritance
Object >
InsightTypeConfigName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String location, String insightType)
Parameters
Returns
public static String formatOrganizationLocationInsightTypeName(String organization, String location, String insightType)
Parameters
Returns
public static String formatProjectLocationInsightTypeName(String project, String location, String insightType)
Parameters
Returns
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter
Name | Description |
formattedString | String
|
Returns
newBuilder()
public static InsightTypeConfigName.Builder newBuilder()
Returns
newOrganizationLocationInsightTypeBuilder()
public static InsightTypeConfigName.OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder()
Returns
newProjectLocationInsightTypeBuilder()
public static InsightTypeConfigName.Builder newProjectLocationInsightTypeBuilder()
Returns
of(String project, String location, String insightType)
public static InsightTypeConfigName of(String project, String location, String insightType)
Parameters
Returns
ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)
public static InsightTypeConfigName ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)
Parameters
Returns
ofProjectLocationInsightTypeName(String project, String location, String insightType)
public static InsightTypeConfigName ofProjectLocationInsightTypeName(String project, String location, String insightType)
Parameters
Returns
parse(String formattedString)
public static InsightTypeConfigName parse(String formattedString)
Parameter
Name | Description |
formattedString | String
|
Returns
parseList(List<String> formattedStrings)
public static List<InsightTypeConfigName> parseList(List<String> formattedStrings)
Parameter
Returns
toStringList(List<InsightTypeConfigName> values)
public static List<String> toStringList(List<InsightTypeConfigName> values)
Parameter
Returns
Constructors
InsightTypeConfigName()
protected InsightTypeConfigName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter
Returns
Overrides
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter
Name | Description |
fieldName | String
|
Returns
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
Returns
getInsightType()
public String getInsightType()
Returns
getLocation()
public String getLocation()
Returns
getOrganization()
public String getOrganization()
Returns
getProject()
public String getProject()
Returns
hashCode()
Returns
Overrides
toBuilder()
public InsightTypeConfigName.Builder toBuilder()
Returns
toString()
Returns
Overrides