Interface CommitmentResourceStatusOrBuilder (1.64.0)

public interface CommitmentResourceStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomTermEligibilityEndTimestamp()

public abstract String getCustomTermEligibilityEndTimestamp()

[Output Only] Indicates the end time of customer's eligibility to send custom term requests in RFC3339 text format. Term extension requests that (not the end time in the request) after this time will be rejected.

optional string custom_term_eligibility_end_timestamp = 363976187;

Returns
Type Description
String

The customTermEligibilityEndTimestamp.

getCustomTermEligibilityEndTimestampBytes()

public abstract ByteString getCustomTermEligibilityEndTimestampBytes()

[Output Only] Indicates the end time of customer's eligibility to send custom term requests in RFC3339 text format. Term extension requests that (not the end time in the request) after this time will be rejected.

optional string custom_term_eligibility_end_timestamp = 363976187;

Returns
Type Description
ByteString

The bytes for customTermEligibilityEndTimestamp.

hasCustomTermEligibilityEndTimestamp()

public abstract boolean hasCustomTermEligibilityEndTimestamp()

[Output Only] Indicates the end time of customer's eligibility to send custom term requests in RFC3339 text format. Term extension requests that (not the end time in the request) after this time will be rejected.

optional string custom_term_eligibility_end_timestamp = 363976187;

Returns
Type Description
boolean

Whether the customTermEligibilityEndTimestamp field is set.