Reference to the corresponding SKU in the Cloud Billing API.
The estimated price information can be retrieved using that API.
Format: services/{service}/skus/{sku}
Reference to the corresponding SKU in the Cloud Billing API.
The estimated price information can be retrieved using that API.
Format: services/{service}/skus/{sku}
Reference to the corresponding SKU per vCPU in the Cloud Billing API.
The estimated price information can be retrieved using that API.
Format: services/{service}/skus/{sku}
Reference to the corresponding SKU per vCPU in the Cloud Billing API.
The estimated price information can be retrieved using that API.
Format: services/{service}/skus/{sku}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface SkuInstanceOrBuilder (0.27.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.27.0 (latest)](/java/docs/reference/google-cloud-gdchardwaremanagement/latest/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.25.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.25.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.23.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.23.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.22.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.22.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.19.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.19.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.18.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.18.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.17.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.17.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.15.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.14.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.13.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.12.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.12.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.11.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.10.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.9.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.8.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.7.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.6.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.4.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.3.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.2.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-gdchardwaremanagement/0.1.0/com.google.cloud.gdchardwaremanagement.v1alpha.SkuInstanceOrBuilder) \n\n public interface SkuInstanceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBillingSku()\n\n public abstract String getBillingSku()\n\nReference to the corresponding SKU in the Cloud Billing API.\nThe estimated price information can be retrieved using that API.\nFormat: `services/{service}/skus/{sku}`\n\n`string billing_sku = 3;`\n\n### getBillingSkuBytes()\n\n public abstract ByteString getBillingSkuBytes()\n\nReference to the corresponding SKU in the Cloud Billing API.\nThe estimated price information can be retrieved using that API.\nFormat: `services/{service}/skus/{sku}`\n\n`string billing_sku = 3;`\n\n### getBillingSkuPerVcpu()\n\n public abstract String getBillingSkuPerVcpu()\n\nReference to the corresponding SKU per vCPU in the Cloud Billing API.\nThe estimated price information can be retrieved using that API.\nFormat: `services/{service}/skus/{sku}`\n\n`string billing_sku_per_vcpu = 4;`\n\n### getBillingSkuPerVcpuBytes()\n\n public abstract ByteString getBillingSkuPerVcpuBytes()\n\nReference to the corresponding SKU per vCPU in the Cloud Billing API.\nThe estimated price information can be retrieved using that API.\nFormat: `services/{service}/skus/{sku}`\n\n`string billing_sku_per_vcpu = 4;`\n\n### getPowerSupply()\n\n public abstract PowerSupply getPowerSupply()\n\nPower supply type for this instance.\n\n`.google.cloud.gdchardwaremanagement.v1alpha.PowerSupply power_supply = 2;`\n\n### getPowerSupplyValue()\n\n public abstract int getPowerSupplyValue()\n\nPower supply type for this instance.\n\n`.google.cloud.gdchardwaremanagement.v1alpha.PowerSupply power_supply = 2;`\n\n### getRegionCode()\n\n public abstract String getRegionCode()\n\nThe [Unicode CLDR](https://cldr.unicode.org) region code where this\ninstance is available.\n\n`string region_code = 1;`\n\n### getRegionCodeBytes()\n\n public abstract ByteString getRegionCodeBytes()\n\nThe [Unicode CLDR](https://cldr.unicode.org) region code where this\ninstance is available.\n\n`string region_code = 1;`\n\n### getSubscriptionDurationMonths()\n\n public abstract int getSubscriptionDurationMonths()\n\nSubscription duration for the hardware in months.\n\n`int32 subscription_duration_months = 5;`"]]