Interface FutureReservationCommitmentInfoOrBuilder (1.92.0)

public interface FutureReservationCommitmentInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommitmentName()

public abstract String getCommitmentName()

name of the commitment where capacity is being delivered to.

optional string commitment_name = 164498805;

Returns
Type Description
String

The commitmentName.

getCommitmentNameBytes()

public abstract ByteString getCommitmentNameBytes()

name of the commitment where capacity is being delivered to.

optional string commitment_name = 164498805;

Returns
Type Description
ByteString

The bytes for commitmentName.

getCommitmentPlan()

public abstract String getCommitmentPlan()

Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.

optional string commitment_plan = 164568595;

Returns
Type Description
String

The commitmentPlan.

getCommitmentPlanBytes()

public abstract ByteString getCommitmentPlanBytes()

Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.

optional string commitment_plan = 164568595;

Returns
Type Description
ByteString

The bytes for commitmentPlan.

getPreviousCommitmentTerms()

public abstract String getPreviousCommitmentTerms()

Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.

optional string previous_commitment_terms = 447490085;

Returns
Type Description
String

The previousCommitmentTerms.

getPreviousCommitmentTermsBytes()

public abstract ByteString getPreviousCommitmentTermsBytes()

Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.

optional string previous_commitment_terms = 447490085;

Returns
Type Description
ByteString

The bytes for previousCommitmentTerms.

hasCommitmentName()

public abstract boolean hasCommitmentName()

name of the commitment where capacity is being delivered to.

optional string commitment_name = 164498805;

Returns
Type Description
boolean

Whether the commitmentName field is set.

hasCommitmentPlan()

public abstract boolean hasCommitmentPlan()

Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.

optional string commitment_plan = 164568595;

Returns
Type Description
boolean

Whether the commitmentPlan field is set.

hasPreviousCommitmentTerms()

public abstract boolean hasPreviousCommitmentTerms()

Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.

optional string previous_commitment_terms = 447490085;

Returns
Type Description
boolean

Whether the previousCommitmentTerms field is set.