public static interface Spoke.StateReasonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract Spoke.StateReason.Code getCode()The code associated with this reason.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Code |
The code. |
getCodeValue()
public abstract int getCodeValue()The code associated with this reason.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |
getMessage()
public abstract String getMessage()Human-readable details about this reason.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Human-readable details about this reason.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getUserDetails()
public abstract String getUserDetails()Additional information provided by the user in the RejectSpoke call.
string user_details = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The userDetails. |
getUserDetailsBytes()
public abstract ByteString getUserDetailsBytes()Additional information provided by the user in the RejectSpoke call.
string user_details = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userDetails. |