public interface SubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoRenewalEnabled()
Whether auto renewal is enabled by user choice on current subscription.
|
com.google.protobuf.Timestamp |
getEndTime()
The timestamp when the subscription ends, if applicable.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The timestamp when the subscription ends, if applicable.
|
com.google.protobuf.Timestamp |
getStartTime()
The timestamp when the subscription begins, if applicable.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The timestamp when the subscription begins, if applicable.
|
boolean |
hasEndTime()
The timestamp when the subscription ends, if applicable.
|
boolean |
hasStartTime()
The timestamp when the subscription begins, if applicable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
The timestamp when the subscription begins, if applicable.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
The timestamp when the subscription begins, if applicable.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the subscription begins, if applicable.
.google.protobuf.Timestamp start_time = 3;boolean hasEndTime()
The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;com.google.protobuf.Timestamp getEndTime()
The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The timestamp when the subscription ends, if applicable.
.google.protobuf.Timestamp end_time = 1;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;Copyright © 2023 Google LLC. All rights reserved.