public interface AnalysisMessageBaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentationUrl()
A url pointing to the Service Mesh or Istio documentation for this specific
error type.
|
com.google.protobuf.ByteString |
getDocumentationUrlBytes()
A url pointing to the Service Mesh or Istio documentation for this specific
error type.
|
AnalysisMessageBase.Level |
getLevel()
Represents how severe a message is.
|
int |
getLevelValue()
Represents how severe a message is.
|
AnalysisMessageBase.Type |
getType()
Represents the specific type of a message.
|
AnalysisMessageBase.TypeOrBuilder |
getTypeOrBuilder()
Represents the specific type of a message.
|
boolean |
hasType()
Represents the specific type of a message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;AnalysisMessageBase.Type getType()
Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;AnalysisMessageBase.TypeOrBuilder getTypeOrBuilder()
Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;int getLevelValue()
Represents how severe a message is.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Level level = 2;AnalysisMessageBase.Level getLevel()
Represents how severe a message is.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Level level = 2;String getDocumentationUrl()
A url pointing to the Service Mesh or Istio documentation for this specific error type.
string documentation_url = 3;com.google.protobuf.ByteString getDocumentationUrlBytes()
A url pointing to the Service Mesh or Istio documentation for this specific error type.
string documentation_url = 3;Copyright © 2024 Google LLC. All rights reserved.