public interface AnalysisMessageBaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentationUrl()
public abstract String getDocumentationUrl()A url pointing to the Service Mesh or Istio documentation for this specific error type.
string documentation_url = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The documentationUrl. |
getDocumentationUrlBytes()
public abstract ByteString getDocumentationUrlBytes()A url pointing to the Service Mesh or Istio documentation for this specific error type.
string documentation_url = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for documentationUrl. |
getLevel()
public abstract AnalysisMessageBase.Level getLevel()Represents how severe a message is.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Level level = 2;
| Returns | |
|---|---|
| Type | Description |
AnalysisMessageBase.Level |
The level. |
getLevelValue()
public abstract int getLevelValue()Represents how severe a message is.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Level level = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for level. |
getType()
public abstract AnalysisMessageBase.Type getType()Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
AnalysisMessageBase.Type |
The type. |
getTypeOrBuilder()
public abstract AnalysisMessageBase.TypeOrBuilder getTypeOrBuilder()Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
AnalysisMessageBase.TypeOrBuilder |
|
hasType()
public abstract boolean hasType()Represents the specific type of a message.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |