public interface SkuInstanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBillingSku()
public abstract String getBillingSku()
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}
string billing_sku = 3;
Returns | |
---|---|
Type | Description |
String |
The billingSku. |
getBillingSkuBytes()
public abstract ByteString getBillingSkuBytes()
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}
string billing_sku = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for billingSku. |
getBillingSkuPerVcpu()
public abstract String getBillingSkuPerVcpu()
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}
string billing_sku_per_vcpu = 4;
Returns | |
---|---|
Type | Description |
String |
The billingSkuPerVcpu. |
getBillingSkuPerVcpuBytes()
public abstract ByteString getBillingSkuPerVcpuBytes()
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}
string billing_sku_per_vcpu = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for billingSkuPerVcpu. |
getPowerSupply()
public abstract PowerSupply getPowerSupply()
Power supply type for this instance.
.google.cloud.gdchardwaremanagement.v1alpha.PowerSupply power_supply = 2;
Returns | |
---|---|
Type | Description |
PowerSupply |
The powerSupply. |
getPowerSupplyValue()
public abstract int getPowerSupplyValue()
Power supply type for this instance.
.google.cloud.gdchardwaremanagement.v1alpha.PowerSupply power_supply = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for powerSupply. |
getRegionCode()
public abstract String getRegionCode()
The Unicode CLDR region code where this instance is available.
string region_code = 1;
Returns | |
---|---|
Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()
The Unicode CLDR region code where this instance is available.
string region_code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for regionCode. |
getSubscriptionDurationMonths()
public abstract int getSubscriptionDurationMonths()
Subscription duration for the hardware in months.
int32 subscription_duration_months = 5;
Returns | |
---|---|
Type | Description |
int |
The subscriptionDurationMonths. |