Class InsightTypeConfigName (2.43.0)

public class InsightTypeConfigName implements ResourceName

Inheritance

Object > InsightTypeConfigName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String insightType)

public static String format(String project, String location, String insightType)
Parameters
NameDescription
projectString
locationString
insightTypeString
Returns
TypeDescription
String

formatBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)

public static String formatBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)
Parameters
NameDescription
billingAccountString
locationString
insightTypeString
Returns
TypeDescription
String

formatOrganizationLocationInsightTypeName(String organization, String location, String insightType)

public static String formatOrganizationLocationInsightTypeName(String organization, String location, String insightType)
Parameters
NameDescription
organizationString
locationString
insightTypeString
Returns
TypeDescription
String

formatProjectLocationInsightTypeName(String project, String location, String insightType)

public static String formatProjectLocationInsightTypeName(String project, String location, String insightType)
Parameters
NameDescription
projectString
locationString
insightTypeString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBillingAccountLocationInsightTypeBuilder()

public static InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder()
Returns
TypeDescription
InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder

newBuilder()

public static InsightTypeConfigName.Builder newBuilder()
Returns
TypeDescription
InsightTypeConfigName.Builder

newOrganizationLocationInsightTypeBuilder()

public static InsightTypeConfigName.OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder()
Returns
TypeDescription
InsightTypeConfigName.OrganizationLocationInsightTypeBuilder

newProjectLocationInsightTypeBuilder()

public static InsightTypeConfigName.Builder newProjectLocationInsightTypeBuilder()
Returns
TypeDescription
InsightTypeConfigName.Builder

of(String project, String location, String insightType)

public static InsightTypeConfigName of(String project, String location, String insightType)
Parameters
NameDescription
projectString
locationString
insightTypeString
Returns
TypeDescription
InsightTypeConfigName

ofBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)

public static InsightTypeConfigName ofBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)
Parameters
NameDescription
billingAccountString
locationString
insightTypeString
Returns
TypeDescription
InsightTypeConfigName

ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)

public static InsightTypeConfigName ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)
Parameters
NameDescription
organizationString
locationString
insightTypeString
Returns
TypeDescription
InsightTypeConfigName

ofProjectLocationInsightTypeName(String project, String location, String insightType)

public static InsightTypeConfigName ofProjectLocationInsightTypeName(String project, String location, String insightType)
Parameters
NameDescription
projectString
locationString
insightTypeString
Returns
TypeDescription
InsightTypeConfigName

parse(String formattedString)

public static InsightTypeConfigName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
InsightTypeConfigName

parseList(List<String> formattedStrings)

public static List<InsightTypeConfigName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<InsightTypeConfigName>

toStringList(List<InsightTypeConfigName> values)

public static List<String> toStringList(List<InsightTypeConfigName> values)
Parameter
NameDescription
valuesList<InsightTypeConfigName>
Returns
TypeDescription
List<String>

Constructors

InsightTypeConfigName() (deprecated)

protected InsightTypeConfigName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getBillingAccount()

public String getBillingAccount()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public InsightTypeConfigName.Builder toBuilder()
Returns
TypeDescription
InsightTypeConfigName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides