Interface TrialSettingsOrBuilder (3.8.0)

public interface TrialSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime()

public abstract Timestamp getEndTime()

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getTrial()

public abstract boolean getTrial()

Determines if the entitlement is in a trial or not:

  • true - The entitlement is in trial.
  • false - The entitlement is not in trial.

bool trial = 1;

Returns
TypeDescription
boolean

The trial.

hasEndTime()

public abstract boolean hasEndTime()

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.