public static interface AnalysisMessageBase.TypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
A 7 character code matching `^IST[0-9]{4}$` or `^ASM[0-9]{4}$`, intended
to uniquely identify the message type.
|
com.google.protobuf.ByteString |
getCodeBytes()
A 7 character code matching `^IST[0-9]{4}$` or `^ASM[0-9]{4}$`, intended
to uniquely identify the message type.
|
String |
getDisplayName()
A human-readable name for the message type.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A human-readable name for the message type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.