public interface BillableSkuOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getService()
public abstract String getService()Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
string service = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
string service = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for service. |
getServiceDisplayName()
public abstract String getServiceDisplayName()Unique human readable name for the Service.
string service_display_name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceDisplayName. |
getServiceDisplayNameBytes()
public abstract ByteString getServiceDisplayNameBytes()Unique human readable name for the Service.
string service_display_name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceDisplayName. |
getSku()
public abstract String getSku()Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
string sku = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sku. |
getSkuBytes()
public abstract ByteString getSkuBytes()Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
string sku = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sku. |
getSkuDisplayName()
public abstract String getSkuDisplayName()Unique human readable name for the SKU.
string sku_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The skuDisplayName. |
getSkuDisplayNameBytes()
public abstract ByteString getSkuDisplayNameBytes()Unique human readable name for the SKU.
string sku_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for skuDisplayName. |