Interface CategoryOrBuilder (2.24.0)

public interface CategoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceFamily()

public abstract String getResourceFamily()

The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.

string resource_family = 2;

Returns
TypeDescription
String

The resourceFamily.

getResourceFamilyBytes()

public abstract ByteString getResourceFamilyBytes()

The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.

string resource_family = 2;

Returns
TypeDescription
ByteString

The bytes for resourceFamily.

getResourceGroup()

public abstract String getResourceGroup()

A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.

string resource_group = 3;

Returns
TypeDescription
String

The resourceGroup.

getResourceGroupBytes()

public abstract ByteString getResourceGroupBytes()

A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.

string resource_group = 3;

Returns
TypeDescription
ByteString

The bytes for resourceGroup.

getServiceDisplayName()

public abstract String getServiceDisplayName()

The display name of the service this SKU belongs to.

string service_display_name = 1;

Returns
TypeDescription
String

The serviceDisplayName.

getServiceDisplayNameBytes()

public abstract ByteString getServiceDisplayNameBytes()

The display name of the service this SKU belongs to.

string service_display_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceDisplayName.

getUsageType()

public abstract String getUsageType()

Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.

string usage_type = 4;

Returns
TypeDescription
String

The usageType.

getUsageTypeBytes()

public abstract ByteString getUsageTypeBytes()

Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.

string usage_type = 4;

Returns
TypeDescription
ByteString

The bytes for usageType.