public interface SubscriptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
boolean |
The autoRenewalEnabled. |
getEndTime()
public abstract Timestamp getEndTime()The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStartTime()
public abstract Timestamp getStartTime()The timestamp when the subscription begins, if applicable.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The timestamp when the subscription begins, if applicable.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasEndTime()
public abstract boolean hasEndTime()The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |