public static interface FutureReservation.StatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoCreatedReservations(int index)
public abstract String getAutoCreatedReservations(int index)Fully qualified urls of the automatically created reservations at start_time.
repeated string auto_created_reservations = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The autoCreatedReservations at the given index. |
getAutoCreatedReservationsBytes(int index)
public abstract ByteString getAutoCreatedReservationsBytes(int index)Fully qualified urls of the automatically created reservations at start_time.
repeated string auto_created_reservations = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the autoCreatedReservations at the given index. |
getAutoCreatedReservationsCount()
public abstract int getAutoCreatedReservationsCount()Fully qualified urls of the automatically created reservations at start_time.
repeated string auto_created_reservations = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of autoCreatedReservations. |
getAutoCreatedReservationsList()
public abstract List<String> getAutoCreatedReservationsList()Fully qualified urls of the automatically created reservations at start_time.
repeated string auto_created_reservations = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the autoCreatedReservations. |
getFulfilledCount()
public abstract long getFulfilledCount()This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
int64 fulfilled_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The fulfilledCount. |
getLockTime()
public abstract Timestamp getLockTime()Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
.google.protobuf.Timestamp lock_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lockTime. |
getLockTimeOrBuilder()
public abstract TimestampOrBuilder getLockTimeOrBuilder()Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
.google.protobuf.Timestamp lock_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getProcurementStatus()
public abstract FutureReservation.Status.ProcurementStatus getProcurementStatus()Current state of this Future Reservation
.google.cloud.capacityplanner.v1beta.FutureReservation.Status.ProcurementStatus procurement_status = 1;
| Returns | |
|---|---|
| Type | Description |
FutureReservation.Status.ProcurementStatus |
The procurementStatus. |
getProcurementStatusValue()
public abstract int getProcurementStatusValue()Current state of this Future Reservation
.google.cloud.capacityplanner.v1beta.FutureReservation.Status.ProcurementStatus procurement_status = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for procurementStatus. |
hasLockTime()
public abstract boolean hasLockTime()Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
.google.protobuf.Timestamp lock_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lockTime field is set. |