public interface LicenseResourceCommitmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
The number of licenses you plan to purchase.
|
String |
getCoresPerLicense()
The number of cores per license.
|
com.google.protobuf.ByteString |
getCoresPerLicenseBytes()
The number of cores per license.
|
String |
getLicense()
The applicable license URI.
|
com.google.protobuf.ByteString |
getLicenseBytes()
The applicable license URI.
|
boolean |
hasAmount()
The number of licenses you plan to purchase.
|
boolean |
hasCoresPerLicense()
The number of cores per license.
|
boolean |
hasLicense()
The applicable license URI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAmount()
The number of licenses you plan to purchase.
optional int64 amount = 196759640;long getAmount()
The number of licenses you plan to purchase.
optional int64 amount = 196759640;boolean hasCoresPerLicense()
The number of cores per license.
optional string cores_per_license = 32482324;String getCoresPerLicense()
The number of cores per license.
optional string cores_per_license = 32482324;com.google.protobuf.ByteString getCoresPerLicenseBytes()
The number of cores per license.
optional string cores_per_license = 32482324;boolean hasLicense()
The applicable license URI.
optional string license = 166757441;String getLicense()
The applicable license URI.
optional string license = 166757441;com.google.protobuf.ByteString getLicenseBytes()
The applicable license URI.
optional string license = 166757441;Copyright © 2025 Google LLC. All rights reserved.