Interface SubscriptionOrBuilder (0.39.0)

public interface SubscriptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoRenewalEnabled()

public abstract boolean getAutoRenewalEnabled()

Whether auto renewal is enabled by user choice on current subscription. This field indicates order/subscription status after pending plan change is cancelled or rejected.

bool auto_renewal_enabled = 2;

Returns
TypeDescription
boolean

The autoRenewalEnabled.

getEndTime()

public abstract Timestamp getEndTime()

The timestamp when the subscription ends, if applicable.

.google.protobuf.Timestamp end_time = 1;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

The timestamp when the subscription ends, if applicable.

.google.protobuf.Timestamp end_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The timestamp when the subscription begins, if applicable.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The timestamp when the subscription begins, if applicable.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

The timestamp when the subscription ends, if applicable.

.google.protobuf.Timestamp end_time = 1;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

The timestamp when the subscription begins, if applicable.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
boolean

Whether the startTime field is set.