Interface CommitmentSettingsOrBuilder (3.7.2)

public interface CommitmentSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime()

public abstract Timestamp getEndTime()

Output only. Commitment end timestamp.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. Commitment end timestamp.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getRenewalSettings()

public abstract RenewalSettings getRenewalSettings()

Optional. Renewal settings applicable for a commitment-based Offer.

.google.cloud.channel.v1.RenewalSettings renewal_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RenewalSettings

The renewalSettings.

getRenewalSettingsOrBuilder()

public abstract RenewalSettingsOrBuilder getRenewalSettingsOrBuilder()

Optional. Renewal settings applicable for a commitment-based Offer.

.google.cloud.channel.v1.RenewalSettings renewal_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RenewalSettingsOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Output only. Commitment start timestamp.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Output only. Commitment start timestamp.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

Output only. Commitment end timestamp.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasRenewalSettings()

public abstract boolean hasRenewalSettings()

Optional. Renewal settings applicable for a commitment-based Offer.

.google.cloud.channel.v1.RenewalSettings renewal_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the renewalSettings field is set.

hasStartTime()

public abstract boolean hasStartTime()

Output only. Commitment start timestamp.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the startTime field is set.