Class ProvisioningQuota
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.baremetalsolution.v2.ProvisioningQuota
-
- All Implemented Interfaces:
ProvisioningQuotaOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class ProvisioningQuota extends com.google.protobuf.GeneratedMessageV3 implements ProvisioningQuotaOrBuilder
A provisioning quota for a given project.
Protobuf typegoogle.cloud.baremetalsolution.v2.ProvisioningQuota- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProvisioningQuota.AssetTypeThe available asset types for intake.static classProvisioningQuota.AvailabilityCasestatic classProvisioningQuota.BuilderA provisioning quota for a given project.static classProvisioningQuota.QuotaCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intASSET_TYPE_FIELD_NUMBERstatic intAVAILABLE_COUNT_FIELD_NUMBERstatic intGCP_SERVICE_FIELD_NUMBERstatic intINSTANCE_QUOTA_FIELD_NUMBERstatic intLOCATION_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intNETWORK_BANDWIDTH_FIELD_NUMBERstatic intSERVER_COUNT_FIELD_NUMBERstatic intSTORAGE_GIB_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ProvisioningQuota.AssetTypegetAssetType()The asset type of this provisioning quota.intgetAssetTypeValue()The asset type of this provisioning quota.ProvisioningQuota.AvailabilityCasegetAvailabilityCase()intgetAvailableCount()The available count of the provisioning quota.static ProvisioningQuotagetDefaultInstance()ProvisioningQuotagetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetGcpService()The gcp service of the provisioning quota.com.google.protobuf.ByteStringgetGcpServiceBytes()The gcp service of the provisioning quota.InstanceQuotagetInstanceQuota()Instance quota.InstanceQuotaOrBuildergetInstanceQuotaOrBuilder()Instance quota.StringgetLocation()The specific location of the provisioining quota.com.google.protobuf.ByteStringgetLocationBytes()The specific location of the provisioining quota.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.longgetNetworkBandwidth()Network bandwidth, Gbpscom.google.protobuf.Parser<ProvisioningQuota>getParserForType()ProvisioningQuota.QuotaCasegetQuotaCase()intgetSerializedSize()longgetServerCount()Server count.longgetStorageGib()Storage size (GB).inthashCode()booleanhasInstanceQuota()Instance quota.booleanhasNetworkBandwidth()Network bandwidth, GbpsbooleanhasServerCount()Server count.booleanhasStorageGib()Storage size (GB).protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ProvisioningQuota.BuildernewBuilder()static ProvisioningQuota.BuildernewBuilder(ProvisioningQuota prototype)ProvisioningQuota.BuildernewBuilderForType()protected ProvisioningQuota.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ProvisioningQuotaparseDelimitedFrom(InputStream input)static ProvisioningQuotaparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProvisioningQuotaparseFrom(byte[] data)static ProvisioningQuotaparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProvisioningQuotaparseFrom(com.google.protobuf.ByteString data)static ProvisioningQuotaparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProvisioningQuotaparseFrom(com.google.protobuf.CodedInputStream input)static ProvisioningQuotaparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProvisioningQuotaparseFrom(InputStream input)static ProvisioningQuotaparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProvisioningQuotaparseFrom(ByteBuffer data)static ProvisioningQuotaparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ProvisioningQuota>parser()ProvisioningQuota.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ASSET_TYPE_FIELD_NUMBER
public static final int ASSET_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GCP_SERVICE_FIELD_NUMBER
public static final int GCP_SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVAILABLE_COUNT_FIELD_NUMBER
public static final int AVAILABLE_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_QUOTA_FIELD_NUMBER
public static final int INSTANCE_QUOTA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVER_COUNT_FIELD_NUMBER
public static final int SERVER_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NETWORK_BANDWIDTH_FIELD_NUMBER
public static final int NETWORK_BANDWIDTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STORAGE_GIB_FIELD_NUMBER
public static final int STORAGE_GIB_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getQuotaCase
public ProvisioningQuota.QuotaCase getQuotaCase()
- Specified by:
getQuotaCasein interfaceProvisioningQuotaOrBuilder
-
getAvailabilityCase
public ProvisioningQuota.AvailabilityCase getAvailabilityCase()
- Specified by:
getAvailabilityCasein interfaceProvisioningQuotaOrBuilder
-
getName
public String getName()
Output only. The name of the provisioning quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceProvisioningQuotaOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The name of the provisioning quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceProvisioningQuotaOrBuilder- Returns:
- The bytes for name.
-
getAssetTypeValue
public int getAssetTypeValue()
The asset type of this provisioning quota.
.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;- Specified by:
getAssetTypeValuein interfaceProvisioningQuotaOrBuilder- Returns:
- The enum numeric value on the wire for assetType.
-
getAssetType
public ProvisioningQuota.AssetType getAssetType()
The asset type of this provisioning quota.
.google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType asset_type = 2;- Specified by:
getAssetTypein interfaceProvisioningQuotaOrBuilder- Returns:
- The assetType.
-
getGcpService
public String getGcpService()
The gcp service of the provisioning quota.
string gcp_service = 3;- Specified by:
getGcpServicein interfaceProvisioningQuotaOrBuilder- Returns:
- The gcpService.
-
getGcpServiceBytes
public com.google.protobuf.ByteString getGcpServiceBytes()
The gcp service of the provisioning quota.
string gcp_service = 3;- Specified by:
getGcpServiceBytesin interfaceProvisioningQuotaOrBuilder- Returns:
- The bytes for gcpService.
-
getLocation
public String getLocation()
The specific location of the provisioining quota.
string location = 4;- Specified by:
getLocationin interfaceProvisioningQuotaOrBuilder- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
The specific location of the provisioining quota.
string location = 4;- Specified by:
getLocationBytesin interfaceProvisioningQuotaOrBuilder- Returns:
- The bytes for location.
-
getAvailableCount
public int getAvailableCount()
The available count of the provisioning quota.
int32 available_count = 5;- Specified by:
getAvailableCountin interfaceProvisioningQuotaOrBuilder- Returns:
- The availableCount.
-
hasInstanceQuota
public boolean hasInstanceQuota()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;- Specified by:
hasInstanceQuotain interfaceProvisioningQuotaOrBuilder- Returns:
- Whether the instanceQuota field is set.
-
getInstanceQuota
public InstanceQuota getInstanceQuota()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;- Specified by:
getInstanceQuotain interfaceProvisioningQuotaOrBuilder- Returns:
- The instanceQuota.
-
getInstanceQuotaOrBuilder
public InstanceQuotaOrBuilder getInstanceQuotaOrBuilder()
Instance quota.
.google.cloud.baremetalsolution.v2.InstanceQuota instance_quota = 6;- Specified by:
getInstanceQuotaOrBuilderin interfaceProvisioningQuotaOrBuilder
-
hasServerCount
public boolean hasServerCount()
Server count.
int64 server_count = 7;- Specified by:
hasServerCountin interfaceProvisioningQuotaOrBuilder- Returns:
- Whether the serverCount field is set.
-
getServerCount
public long getServerCount()
Server count.
int64 server_count = 7;- Specified by:
getServerCountin interfaceProvisioningQuotaOrBuilder- Returns:
- The serverCount.
-
hasNetworkBandwidth
public boolean hasNetworkBandwidth()
Network bandwidth, Gbps
int64 network_bandwidth = 8;- Specified by:
hasNetworkBandwidthin interfaceProvisioningQuotaOrBuilder- Returns:
- Whether the networkBandwidth field is set.
-
getNetworkBandwidth
public long getNetworkBandwidth()
Network bandwidth, Gbps
int64 network_bandwidth = 8;- Specified by:
getNetworkBandwidthin interfaceProvisioningQuotaOrBuilder- Returns:
- The networkBandwidth.
-
hasStorageGib
public boolean hasStorageGib()
Storage size (GB).
int64 storage_gib = 9;- Specified by:
hasStorageGibin interfaceProvisioningQuotaOrBuilder- Returns:
- Whether the storageGib field is set.
-
getStorageGib
public long getStorageGib()
Storage size (GB).
int64 storage_gib = 9;- Specified by:
getStorageGibin interfaceProvisioningQuotaOrBuilder- Returns:
- The storageGib.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ProvisioningQuota parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProvisioningQuota parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ProvisioningQuota parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ProvisioningQuota parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ProvisioningQuota parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ProvisioningQuota parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ProvisioningQuota parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ProvisioningQuota.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ProvisioningQuota.Builder newBuilder()
-
newBuilder
public static ProvisioningQuota.Builder newBuilder(ProvisioningQuota prototype)
-
toBuilder
public ProvisioningQuota.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ProvisioningQuota.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ProvisioningQuota getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ProvisioningQuota> parser()
-
getParserForType
public com.google.protobuf.Parser<ProvisioningQuota> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ProvisioningQuota getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-