Interface TrialSettingsOrBuilder (3.48.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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the endTime field is set.