Interface BillableSkuOrBuilder (3.45.0)

public interface BillableSkuOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for service.

getServiceDisplayName()

public abstract String getServiceDisplayName()

Unique human readable name for the Service.

string service_display_name = 4;

Returns
TypeDescription
String

The serviceDisplayName.

getServiceDisplayNameBytes()

public abstract ByteString getServiceDisplayNameBytes()

Unique human readable name for the Service.

string service_display_name = 4;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for sku.

getSkuDisplayName()

public abstract String getSkuDisplayName()

Unique human readable name for the SKU.

string sku_display_name = 2;

Returns
TypeDescription
String

The skuDisplayName.

getSkuDisplayNameBytes()

public abstract ByteString getSkuDisplayNameBytes()

Unique human readable name for the SKU.

string sku_display_name = 2;

Returns
TypeDescription
ByteString

The bytes for skuDisplayName.