Interface Grant.Timeline.Event.RevokedOrBuilder (0.3.0)

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

Implements

MessageOrBuilder

Methods

getActor()

public abstract String getActor()

Output only. Username of the user who revoked the grant.

string actor = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The actor.

getActorBytes()

public abstract ByteString getActorBytes()

Output only. Username of the user who revoked the grant.

string actor = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for actor.

getReason()

public abstract String getReason()

Output only. The reason provided by the user for revoking the grant.

string reason = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The reason.

getReasonBytes()

public abstract ByteString getReasonBytes()

Output only. The reason provided by the user for revoking the grant.

string reason = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for reason.