Interface Grant.AuditTrailOrBuilder (0.1.0)

public static interface Grant.AuditTrailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessGrantTime()

public abstract Timestamp getAccessGrantTime()

Output only. The time at which access was given.

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

Returns
Type Description
Timestamp

The accessGrantTime.

getAccessGrantTimeOrBuilder()

public abstract TimestampOrBuilder getAccessGrantTimeOrBuilder()

Output only. The time at which access was given.

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

Returns
Type Description
TimestampOrBuilder

getAccessRemoveTime()

public abstract Timestamp getAccessRemoveTime()

Output only. The time at which the system removed access. This could be because of an automatic expiry or because of a revocation.

If unspecified, then access hasn't been removed yet.

.google.protobuf.Timestamp access_remove_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The accessRemoveTime.

getAccessRemoveTimeOrBuilder()

public abstract TimestampOrBuilder getAccessRemoveTimeOrBuilder()

Output only. The time at which the system removed access. This could be because of an automatic expiry or because of a revocation.

If unspecified, then access hasn't been removed yet.

.google.protobuf.Timestamp access_remove_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasAccessGrantTime()

public abstract boolean hasAccessGrantTime()

Output only. The time at which access was given.

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

Returns
Type Description
boolean

Whether the accessGrantTime field is set.

hasAccessRemoveTime()

public abstract boolean hasAccessRemoveTime()

Output only. The time at which the system removed access. This could be because of an automatic expiry or because of a revocation.

If unspecified, then access hasn't been removed yet.

.google.protobuf.Timestamp access_remove_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the accessRemoveTime field is set.