Interface DismissDecisionOrBuilder (2.43.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
Type Description
Timestamp

The dismissTime.

getDismissTimeOrBuilder()

public abstract TimestampOrBuilder getDismissTimeOrBuilder()

The time at which the approval request was dismissed.

.google.protobuf.Timestamp dismiss_time = 1;

Returns
Type Description
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
Type Description
boolean

The implicit.

hasDismissTime()

public abstract boolean hasDismissTime()

The time at which the approval request was dismissed.

.google.protobuf.Timestamp dismiss_time = 1;

Returns
Type Description
boolean

Whether the dismissTime field is set.