Interface DismissDecisionOrBuilder (2.42.0)

public interface DismissDecisionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDismissTime()

public abstract Timestamp getDismissTime()

The time at which the approval request was dismissed.

.google.protobuf.Timestamp dismiss_time = 1;

Returns
TypeDescription
Timestamp

The dismissTime.

getDismissTimeOrBuilder()

public abstract TimestampOrBuilder getDismissTimeOrBuilder()

The time at which the approval request was dismissed.

.google.protobuf.Timestamp dismiss_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getImplicit()

public abstract boolean getImplicit()

This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).

bool implicit = 2;

Returns
TypeDescription
boolean

The implicit.

hasDismissTime()

public abstract boolean hasDismissTime()

The time at which the approval request was dismissed.

.google.protobuf.Timestamp dismiss_time = 1;

Returns
TypeDescription
boolean

Whether the dismissTime field is set.