public interface LicenseResourceCommitmentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAmount()
public abstract long getAmount()
The number of licenses you plan to purchase.
optional int64 amount = 196759640;
Returns | |
---|---|
Type | Description |
long |
The amount. |
getCoresPerLicense()
public abstract String getCoresPerLicense()
The number of cores per license.
optional string cores_per_license = 32482324;
Returns | |
---|---|
Type | Description |
String |
The coresPerLicense. |
getCoresPerLicenseBytes()
public abstract ByteString getCoresPerLicenseBytes()
The number of cores per license.
optional string cores_per_license = 32482324;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for coresPerLicense. |
getLicense()
public abstract String getLicense()
The applicable license URI.
optional string license = 166757441;
Returns | |
---|---|
Type | Description |
String |
The license. |
getLicenseBytes()
public abstract ByteString getLicenseBytes()
The applicable license URI.
optional string license = 166757441;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for license. |
hasAmount()
public abstract boolean hasAmount()
The number of licenses you plan to purchase.
optional int64 amount = 196759640;
Returns | |
---|---|
Type | Description |
boolean |
Whether the amount field is set. |
hasCoresPerLicense()
public abstract boolean hasCoresPerLicense()
The number of cores per license.
optional string cores_per_license = 32482324;
Returns | |
---|---|
Type | Description |
boolean |
Whether the coresPerLicense field is set. |
hasLicense()
public abstract boolean hasLicense()
The applicable license URI.
optional string license = 166757441;
Returns | |
---|---|
Type | Description |
boolean |
Whether the license field is set. |