Method: Google::Apis::GkehubV2alpha::ServiceMeshType#code
- Defined in:
- lib/google/apis/gkehub_v2alpha/classes.rb
#code ⇒ String
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.)
Corresponds to the JSON property code
3290 3291 3292 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 3290 def code @code end |