public static interface Grant.Timeline.Event.DeniedOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActor()
public abstract String getActor()
Output only. Username of the user who denied 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 denied 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 approver for denying 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 approver for denying the grant.
string reason = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for reason. |