Interface Grant.Timeline.Event.ScheduledOrBuilder (0.1.0)

public static interface Grant.Timeline.Event.ScheduledOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScheduledActivationTime()

public abstract Timestamp getScheduledActivationTime()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The scheduledActivationTime.

getScheduledActivationTimeOrBuilder()

public abstract TimestampOrBuilder getScheduledActivationTimeOrBuilder()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasScheduledActivationTime()

public abstract boolean hasScheduledActivationTime()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the scheduledActivationTime field is set.