Package com.google.cloud.recommender.v1
Class InsightTypeName
- java.lang.Object
-
- com.google.cloud.recommender.v1.InsightTypeName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class InsightTypeName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsightTypeName.BillingAccountLocationInsightTypeBuilder
Builder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}.static class
InsightTypeName.Builder
Builder for projects/{project}/locations/{location}/insightTypes/{insight_type}.static class
InsightTypeName.FolderLocationInsightTypeBuilder
Builder for folders/{folder}/locations/{location}/insightTypes/{insight_type}.static class
InsightTypeName.OrganizationLocationInsightTypeBuilder
Builder for organizations/{organization}/locations/{location}/insightTypes/{insight_type}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
InsightTypeName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
InsightTypeName
@Deprecated protected InsightTypeName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getInsightType
public String getInsightType()
-
getBillingAccount
public String getBillingAccount()
-
getFolder
public String getFolder()
-
getOrganization
public String getOrganization()
-
newBuilder
public static InsightTypeName.Builder newBuilder()
-
newProjectLocationInsightTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static InsightTypeName.Builder newProjectLocationInsightTypeBuilder()
-
newBillingAccountLocationInsightTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static InsightTypeName.BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder()
-
newFolderLocationInsightTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static InsightTypeName.FolderLocationInsightTypeBuilder newFolderLocationInsightTypeBuilder()
-
newOrganizationLocationInsightTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static InsightTypeName.OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder()
-
toBuilder
public InsightTypeName.Builder toBuilder()
-
of
public static InsightTypeName of(String project, String location, String insightType)
-
ofProjectLocationInsightTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofProjectLocationInsightTypeName(String project, String location, String insightType)
-
ofBillingAccountLocationInsightTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)
-
ofFolderLocationInsightTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofFolderLocationInsightTypeName(String folder, String location, String insightType)
-
ofOrganizationLocationInsightTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofOrganizationLocationInsightTypeName(String organization, String location, String insightType)
-
formatProjectLocationInsightTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeName(String project, String location, String insightType)
-
formatBillingAccountLocationInsightTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeName(String billingAccount, String location, String insightType)
-
formatFolderLocationInsightTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationInsightTypeName(String folder, String location, String insightType)
-
formatOrganizationLocationInsightTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeName(String organization, String location, String insightType)
-
parse
public static InsightTypeName parse(String formattedString)
-
parseList
public static List<InsightTypeName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<InsightTypeName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-