Interface AnalysisMessageBaseOrBuilder (1.2.1)

public interface AnalysisMessageBaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
AnalysisMessageBase.TypeOrBuilder

hasType()

public abstract boolean hasType()

Represents the specific type of a message.

.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type type = 1;

Returns
TypeDescription
boolean

Whether the type field is set.