Interface ResourceStatusReservationConsumptionInfoOrBuilder (1.91.0)

public interface ResourceStatusReservationConsumptionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.