Interface ProvisioningQuotaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProvisioningQuota
,ProvisioningQuota.Builder
public interface ProvisioningQuotaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisioningQuota.AssetType
getAssetType()
The asset type of this provisioning quota.int
getAssetTypeValue()
The asset type of this provisioning quota.ProvisioningQuota.AvailabilityCase
getAvailabilityCase()
int
getAvailableCount()
The available count of the provisioning quota.String
getGcpService()
The gcp service of the provisioning quota.com.google.protobuf.ByteString
getGcpServiceBytes()
The gcp service of the provisioning quota.InstanceQuota
getInstanceQuota()
Instance quota.InstanceQuotaOrBuilder
getInstanceQuotaOrBuilder()
Instance quota.String
getLocation()
The specific location of the provisioining quota.com.google.protobuf.ByteString
getLocationBytes()
The specific location of the provisioining quota.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.long
getNetworkBandwidth()
Network bandwidth, GbpsProvisioningQuota.QuotaCase
getQuotaCase()
long
getServerCount()
Server count.long
getStorageGib()
Storage size (GB).boolean
hasInstanceQuota()
Instance quota.boolean
hasNetworkBandwidth()
Network bandwidth, Gbpsboolean
hasServerCount()
Server count.boolean
hasStorageGib()
Storage size (GB).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The name of the provisioning quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The name of the provisioning quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
getAssetTypeValue
int getAssetTypeValue()
The asset type of this provisioning quota.
.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;
- Returns:
- The enum numeric value on the wire for assetType.
-
getAssetType
ProvisioningQuota.AssetType getAssetType()
The asset type of this provisioning quota.
.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;
- Returns:
- The assetType.
-
getGcpService
String getGcpService()
The gcp service of the provisioning quota.
string gcp_service = 3;
- Returns:
- The gcpService.
-
getGcpServiceBytes
com.google.protobuf.ByteString getGcpServiceBytes()
The gcp service of the provisioning quota.
string gcp_service = 3;
- Returns:
- The bytes for gcpService.
-
getLocation
String getLocation()
The specific location of the provisioining quota.
string location = 4;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The specific location of the provisioining quota.
string location = 4;
- Returns:
- The bytes for location.
-
getAvailableCount
int getAvailableCount()
The available count of the provisioning quota.
int32 available_count = 5;
- Returns:
- The availableCount.
-
hasInstanceQuota
boolean hasInstanceQuota()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;
- Returns:
- Whether the instanceQuota field is set.
-
getInstanceQuota
InstanceQuota getInstanceQuota()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;
- Returns:
- The instanceQuota.
-
getInstanceQuotaOrBuilder
InstanceQuotaOrBuilder getInstanceQuotaOrBuilder()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;
-
hasServerCount
boolean hasServerCount()
Server count.
int64 server_count = 7;
- Returns:
- Whether the serverCount field is set.
-
getServerCount
long getServerCount()
Server count.
int64 server_count = 7;
- Returns:
- The serverCount.
-
hasNetworkBandwidth
boolean hasNetworkBandwidth()
Network bandwidth, Gbps
int64 network_bandwidth = 8;
- Returns:
- Whether the networkBandwidth field is set.
-
getNetworkBandwidth
long getNetworkBandwidth()
Network bandwidth, Gbps
int64 network_bandwidth = 8;
- Returns:
- The networkBandwidth.
-
hasStorageGib
boolean hasStorageGib()
Storage size (GB).
int64 storage_gib = 9;
- Returns:
- Whether the storageGib field is set.
-
getStorageGib
long getStorageGib()
Storage size (GB).
int64 storage_gib = 9;
- Returns:
- The storageGib.
-
getQuotaCase
ProvisioningQuota.QuotaCase getQuotaCase()
-
getAvailabilityCase
ProvisioningQuota.AvailabilityCase getAvailabilityCase()
-
-