Interface ProvisioningQuotaOrBuilder (0.41.0)

public interface ProvisioningQuotaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssetType()

public abstract ProvisioningQuota.AssetType getAssetType()

The asset type of this provisioning quota.

.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;

Returns
TypeDescription
ProvisioningQuota.AssetType

The assetType.

getAssetTypeValue()

public abstract int getAssetTypeValue()

The asset type of this provisioning quota.

.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for assetType.

getAvailabilityCase()

public abstract ProvisioningQuota.AvailabilityCase getAvailabilityCase()
Returns
TypeDescription
ProvisioningQuota.AvailabilityCase

getAvailableCount()

public abstract int getAvailableCount()

The available count of the provisioning quota.

int32 available_count = 5;

Returns
TypeDescription
int

The availableCount.

getGcpService()

public abstract String getGcpService()

The gcp service of the provisioning quota.

string gcp_service = 3;

Returns
TypeDescription
String

The gcpService.

getGcpServiceBytes()

public abstract ByteString getGcpServiceBytes()

The gcp service of the provisioning quota.

string gcp_service = 3;

Returns
TypeDescription
ByteString

The bytes for gcpService.

getInstanceQuota()

public abstract InstanceQuota getInstanceQuota()

Instance quota.

.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;

Returns
TypeDescription
InstanceQuota

The instanceQuota.

getInstanceQuotaOrBuilder()

public abstract InstanceQuotaOrBuilder getInstanceQuotaOrBuilder()

Instance quota.

.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;

Returns
TypeDescription
InstanceQuotaOrBuilder

getLocation()

public abstract String getLocation()

The specific location of the provisioining quota.

string location = 4;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The specific location of the provisioining quota.

string location = 4;

Returns
TypeDescription
ByteString

The bytes for location.

getName()

public abstract String getName()

Output only. The name of the provisioning quota.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the provisioning quota.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getNetworkBandwidth()

public abstract long getNetworkBandwidth()

Network bandwidth, Gbps

int64 network_bandwidth = 8;

Returns
TypeDescription
long

The networkBandwidth.

getQuotaCase()

public abstract ProvisioningQuota.QuotaCase getQuotaCase()
Returns
TypeDescription
ProvisioningQuota.QuotaCase

getServerCount()

public abstract long getServerCount()

Server count.

int64 server_count = 7;

Returns
TypeDescription
long

The serverCount.

getStorageGib()

public abstract long getStorageGib()

Storage size (GB).

int64 storage_gib = 9;

Returns
TypeDescription
long

The storageGib.

hasInstanceQuota()

public abstract boolean hasInstanceQuota()

Instance quota.

.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;

Returns
TypeDescription
boolean

Whether the instanceQuota field is set.

hasNetworkBandwidth()

public abstract boolean hasNetworkBandwidth()

Network bandwidth, Gbps

int64 network_bandwidth = 8;

Returns
TypeDescription
boolean

Whether the networkBandwidth field is set.

hasServerCount()

public abstract boolean hasServerCount()

Server count.

int64 server_count = 7;

Returns
TypeDescription
boolean

Whether the serverCount field is set.

hasStorageGib()

public abstract boolean hasStorageGib()

Storage size (GB).

int64 storage_gib = 9;

Returns
TypeDescription
boolean

Whether the storageGib field is set.