Interface Spoke.StateReasonOrBuilder (1.41.0)

public static interface Spoke.StateReasonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract Spoke.StateReason.Code getCode()

The code associated with this reason.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code code = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Human-readable details about this reason.

string message = 2;

Returns
TypeDescription
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
TypeDescription
String

The userDetails.

getUserDetailsBytes()

public abstract ByteString getUserDetailsBytes()

Additional information provided by the user in the RejectSpoke call.

string user_details = 3;

Returns
TypeDescription
ByteString

The bytes for userDetails.