public interface HandshakeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActor()
public abstract Handshake.Actor getActor()
Output only. The most recent account to modify the account service's
approval_status
.
.google.shopping.merchant.accounts.v1.Handshake.Actor actor = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Handshake.Actor |
The actor. |
getActorValue()
public abstract int getActorValue()
Output only. The most recent account to modify the account service's
approval_status
.
.google.shopping.merchant.accounts.v1.Handshake.Actor actor = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for actor. |
getApprovalState()
public abstract Handshake.ApprovalState getApprovalState()
Output only. The approval state of this handshake.
.google.shopping.merchant.accounts.v1.Handshake.ApprovalState approval_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Handshake.ApprovalState |
The approvalState. |
getApprovalStateValue()
public abstract int getApprovalStateValue()
Output only. The approval state of this handshake.
.google.shopping.merchant.accounts.v1.Handshake.ApprovalState approval_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for approvalState. |