Interface Grant.Timeline.Event.RequestedOrBuilder (0.3.0)

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

Implements

MessageOrBuilder

Methods

getExpireTime()

public abstract Timestamp getExpireTime()

Output only. The time at which this grant expires unless the approval workflow completes. If omitted, then the request never expires.

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

Returns
Type Description
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

Output only. The time at which this grant expires unless the approval workflow completes. If omitted, then the request never expires.

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

Returns
Type Description
TimestampOrBuilder

hasExpireTime()

public abstract boolean hasExpireTime()

Output only. The time at which this grant expires unless the approval workflow completes. If omitted, then the request never expires.

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

Returns
Type Description
boolean

Whether the expireTime field is set.