public interface LicenseResourceCommitmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
The number of licenses purchased.
|
String |
getCoresPerLicense()
Specifies the core range of the instance for which this license applies.
|
com.google.protobuf.ByteString |
getCoresPerLicenseBytes()
Specifies the core range of the instance for which this license applies.
|
String |
getLicense()
Any applicable license URI.
|
com.google.protobuf.ByteString |
getLicenseBytes()
Any applicable license URI.
|
boolean |
hasAmount()
The number of licenses purchased.
|
boolean |
hasCoresPerLicense()
Specifies the core range of the instance for which this license applies.
|
boolean |
hasLicense()
Any applicable license URI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAmount()
The number of licenses purchased.
optional int64 amount = 196759640;long getAmount()
The number of licenses purchased.
optional int64 amount = 196759640;boolean hasCoresPerLicense()
Specifies the core range of the instance for which this license applies.
optional string cores_per_license = 32482324;String getCoresPerLicense()
Specifies the core range of the instance for which this license applies.
optional string cores_per_license = 32482324;com.google.protobuf.ByteString getCoresPerLicenseBytes()
Specifies the core range of the instance for which this license applies.
optional string cores_per_license = 32482324;boolean hasLicense()
Any applicable license URI.
optional string license = 166757441;String getLicense()
Any applicable license URI.
optional string license = 166757441;com.google.protobuf.ByteString getLicenseBytes()
Any applicable license URI.
optional string license = 166757441;Copyright © 2023 Google LLC. All rights reserved.