public static interface AnalysisMessageBase.TypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract String getCode() A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended
to uniquely identify the message type. (e.g. "IST0001" is mapped to the
"InternalError" message type.)
string code = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes() A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended
to uniquely identify the message type. (e.g. "IST0001" is mapped to the
"InternalError" message type.)
string code = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for code. |
getDisplayName()
public abstract String getDisplayName() A human-readable name for the message type. e.g. "InternalError",
"PodMissingProxy". This should be the same for all messages of the same
type. (This corresponds to the name field in open-source Istio.)
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes() A human-readable name for the message type. e.g. "InternalError",
"PodMissingProxy". This should be the same for all messages of the same
type. (This corresponds to the name field in open-source Istio.)
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |