Interface ReservationAdvancedDeploymentControlOrBuilder (1.82.0)

public interface ReservationAdvancedDeploymentControlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReservationOperationalMode()

public abstract String getReservationOperationalMode()

Indicates chosen reservation operational mode for the reservation. Check the ReservationOperationalMode enum for the list of possible values.

optional string reservation_operational_mode = 499978755;

Returns
Type Description
String

The reservationOperationalMode.

getReservationOperationalModeBytes()

public abstract ByteString getReservationOperationalModeBytes()

Indicates chosen reservation operational mode for the reservation. Check the ReservationOperationalMode enum for the list of possible values.

optional string reservation_operational_mode = 499978755;

Returns
Type Description
ByteString

The bytes for reservationOperationalMode.

hasReservationOperationalMode()

public abstract boolean hasReservationOperationalMode()

Indicates chosen reservation operational mode for the reservation. Check the ReservationOperationalMode enum for the list of possible values.

optional string reservation_operational_mode = 499978755;

Returns
Type Description
boolean

Whether the reservationOperationalMode field is set.