public interface ResourceStatusReservationConsumptionInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConsumedReservation()
public abstract String getConsumedReservation()Output only. [Output Only] The full resource name of the reservation that this instance is consuming from.
optional string consumed_reservation = 318474741;
| Returns | |
|---|---|
| Type | Description |
String |
The consumedReservation. |
getConsumedReservationBytes()
public abstract ByteString getConsumedReservationBytes()Output only. [Output Only] The full resource name of the reservation that this instance is consuming from.
optional string consumed_reservation = 318474741;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for consumedReservation. |
hasConsumedReservation()
public abstract boolean hasConsumedReservation()Output only. [Output Only] The full resource name of the reservation that this instance is consuming from.
optional string consumed_reservation = 318474741;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the consumedReservation field is set. |