Class InsightTypeName (2.43.0)

public class InsightTypeName implements ResourceName

Inheritance

Object > InsightTypeName

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

formatFolderLocationInsightTypeName(String folder, String location, String insightType)

public static String formatFolderLocationInsightTypeName(String folder, String location, String insightType)
Parameters
NameDescription
folderString
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 InsightTypeName.BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder()
Returns
TypeDescription
InsightTypeName.BillingAccountLocationInsightTypeBuilder

newBuilder()

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

newFolderLocationInsightTypeBuilder()

public static InsightTypeName.FolderLocationInsightTypeBuilder newFolderLocationInsightTypeBuilder()
Returns
TypeDescription
InsightTypeName.FolderLocationInsightTypeBuilder

newOrganizationLocationInsightTypeBuilder()

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

newProjectLocationInsightTypeBuilder()

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

of(String project, String location, String insightType)

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

ofBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)

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

ofFolderLocationInsightTypeName(String folder, String location, String insightType)

public static InsightTypeName ofFolderLocationInsightTypeName(String folder, String location, String insightType)
Parameters
NameDescription
folderString
locationString
insightTypeString
Returns
TypeDescription
InsightTypeName

ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)

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

ofProjectLocationInsightTypeName(String project, String location, String insightType)

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

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<InsightTypeName> values)

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

Constructors

InsightTypeName() (deprecated)

protected InsightTypeName()

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>

getFolder()

public String getFolder()
Returns
TypeDescription
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 InsightTypeName.Builder toBuilder()
Returns
TypeDescription
InsightTypeName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides