public static interface Grant.Timeline.Event.ScheduledOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |