Interface FutureReservationStatusLastKnownGoodStateOrBuilder (1.91.0)

public interface FutureReservationStatusLastKnownGoodStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Output only. [Output Only] The description of the FutureReservation before an amendment was requested.

optional string description = 422937596;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. [Output Only] The description of the FutureReservation before an amendment was requested.

optional string description = 422937596;

Returns
Type Description
ByteString

The bytes for description.

getExistingMatchingUsageInfo()

public abstract FutureReservationStatusExistingMatchingUsageInfo getExistingMatchingUsageInfo()

Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested.

optional .google.cloud.compute.v1.FutureReservationStatusExistingMatchingUsageInfo existing_matching_usage_info = 509920602;

Returns
Type Description
FutureReservationStatusExistingMatchingUsageInfo

The existingMatchingUsageInfo.

getExistingMatchingUsageInfoOrBuilder()

public abstract FutureReservationStatusExistingMatchingUsageInfoOrBuilder getExistingMatchingUsageInfoOrBuilder()

Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested.

optional .google.cloud.compute.v1.FutureReservationStatusExistingMatchingUsageInfo existing_matching_usage_info = 509920602;

Returns
Type Description
FutureReservationStatusExistingMatchingUsageInfoOrBuilder

getFutureReservationSpecs()

public abstract FutureReservationStatusLastKnownGoodStateFutureReservationSpecs getFutureReservationSpecs()

optional .google.cloud.compute.v1.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs future_reservation_specs = 82528873;

Returns
Type Description
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs

The futureReservationSpecs.

getFutureReservationSpecsOrBuilder()

public abstract FutureReservationStatusLastKnownGoodStateFutureReservationSpecsOrBuilder getFutureReservationSpecsOrBuilder()

optional .google.cloud.compute.v1.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs future_reservation_specs = 82528873;

Returns
Type Description
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsOrBuilder

getLockTime()

public abstract String getLockTime()

Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested.

optional string lock_time = 143772001;

Returns
Type Description
String

The lockTime.

getLockTimeBytes()

public abstract ByteString getLockTimeBytes()

Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested.

optional string lock_time = 143772001;

Returns
Type Description
ByteString

The bytes for lockTime.

getNamePrefix()

public abstract String getNamePrefix()

Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested.

optional string name_prefix = 236409542;

Returns
Type Description
String

The namePrefix.

getNamePrefixBytes()

public abstract ByteString getNamePrefixBytes()

Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested.

optional string name_prefix = 236409542;

Returns
Type Description
ByteString

The bytes for namePrefix.

getProcurementStatus()

public abstract String getProcurementStatus()

Output only. [Output Only] The status of the last known good state for the Future Reservation. Check the ProcurementStatus enum for the list of possible values.

optional string procurement_status = 224718945;

Returns
Type Description
String

The procurementStatus.

getProcurementStatusBytes()

public abstract ByteString getProcurementStatusBytes()

Output only. [Output Only] The status of the last known good state for the Future Reservation. Check the ProcurementStatus enum for the list of possible values.

optional string procurement_status = 224718945;

Returns
Type Description
ByteString

The bytes for procurementStatus.

hasDescription()

public abstract boolean hasDescription()

Output only. [Output Only] The description of the FutureReservation before an amendment was requested.

optional string description = 422937596;

Returns
Type Description
boolean

Whether the description field is set.

hasExistingMatchingUsageInfo()

public abstract boolean hasExistingMatchingUsageInfo()

Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested.

optional .google.cloud.compute.v1.FutureReservationStatusExistingMatchingUsageInfo existing_matching_usage_info = 509920602;

Returns
Type Description
boolean

Whether the existingMatchingUsageInfo field is set.

hasFutureReservationSpecs()

public abstract boolean hasFutureReservationSpecs()

optional .google.cloud.compute.v1.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs future_reservation_specs = 82528873;

Returns
Type Description
boolean

Whether the futureReservationSpecs field is set.

hasLockTime()

public abstract boolean hasLockTime()

Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested.

optional string lock_time = 143772001;

Returns
Type Description
boolean

Whether the lockTime field is set.

hasNamePrefix()

public abstract boolean hasNamePrefix()

Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested.

optional string name_prefix = 236409542;

Returns
Type Description
boolean

Whether the namePrefix field is set.

hasProcurementStatus()

public abstract boolean hasProcurementStatus()

Output only. [Output Only] The status of the last known good state for the Future Reservation. Check the ProcurementStatus enum for the list of possible values.

optional string procurement_status = 224718945;

Returns
Type Description
boolean

Whether the procurementStatus field is set.