| Modifier and Type | Method and Description |
|---|---|
static Edition |
Edition.forNumber(int value) |
Edition |
CapacityCommitment.getEdition()
Edition of the capacity commitment.
|
Edition |
CapacityCommitment.Builder.getEdition()
Edition of the capacity commitment.
|
Edition |
Reservation.getEdition()
Edition of the reservation.
|
Edition |
Reservation.Builder.getEdition()
Edition of the reservation.
|
Edition |
CapacityCommitmentOrBuilder.getEdition()
Edition of the capacity commitment.
|
Edition |
ReservationOrBuilder.getEdition()
Edition of the reservation.
|
static Edition |
Edition.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Edition |
Edition.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Edition |
Edition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edition[] |
Edition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Edition> |
Edition.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CapacityCommitment.Builder |
CapacityCommitment.Builder.setEdition(Edition value)
Edition of the capacity commitment.
|
Reservation.Builder |
Reservation.Builder.setEdition(Edition value)
Edition of the reservation.
|
Copyright © 2024 Google LLC. All rights reserved.