public interface AnalysisMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getArgs()
A UI can combine these args with a template (based on message_base.type)
to produce an internationalized message.
|
com.google.protobuf.StructOrBuilder |
getArgsOrBuilder()
A UI can combine these args with a template (based on message_base.type)
to produce an internationalized message.
|
String |
getDescription()
A human readable description of what the error means.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A human readable description of what the error means.
|
AnalysisMessageBase |
getMessageBase()
Details common to all types of Istio and ServiceMesh analysis messages.
|
AnalysisMessageBaseOrBuilder |
getMessageBaseOrBuilder()
Details common to all types of Istio and ServiceMesh analysis messages.
|
String |
getResourcePaths(int index)
A list of strings specifying the resource identifiers that were the cause
of message generation.
|
com.google.protobuf.ByteString |
getResourcePathsBytes(int index)
A list of strings specifying the resource identifiers that were the cause
of message generation.
|
int |
getResourcePathsCount()
A list of strings specifying the resource identifiers that were the cause
of message generation.
|
List<String> |
getResourcePathsList()
A list of strings specifying the resource identifiers that were the cause
of message generation.
|
boolean |
hasArgs()
A UI can combine these args with a template (based on message_base.type)
to produce an internationalized message.
|
boolean |
hasMessageBase()
Details common to all types of Istio and ServiceMesh analysis messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMessageBase()
Details common to all types of Istio and ServiceMesh analysis messages.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase message_base = 1;AnalysisMessageBase getMessageBase()
Details common to all types of Istio and ServiceMesh analysis messages.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase message_base = 1;AnalysisMessageBaseOrBuilder getMessageBaseOrBuilder()
Details common to all types of Istio and ServiceMesh analysis messages.
.google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase message_base = 1;String getDescription()
A human readable description of what the error means. It is suitable for non-internationalize display purposes.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A human readable description of what the error means. It is suitable for non-internationalize display purposes.
string description = 2;List<String> getResourcePathsList()
A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE\/)?RESOURCETYPE/NAME if the cause is a resource in a cluster
repeated string resource_paths = 3;int getResourcePathsCount()
A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE\/)?RESOURCETYPE/NAME if the cause is a resource in a cluster
repeated string resource_paths = 3;String getResourcePaths(int index)
A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE\/)?RESOURCETYPE/NAME if the cause is a resource in a cluster
repeated string resource_paths = 3;index - The index of the element to return.com.google.protobuf.ByteString getResourcePathsBytes(int index)
A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE\/)?RESOURCETYPE/NAME if the cause is a resource in a cluster
repeated string resource_paths = 3;index - The index of the value to return.boolean hasArgs()
A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.
.google.protobuf.Struct args = 4;com.google.protobuf.Struct getArgs()
A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.
.google.protobuf.Struct args = 4;com.google.protobuf.StructOrBuilder getArgsOrBuilder()
A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.
.google.protobuf.Struct args = 4;Copyright © 2024 Google LLC. All rights reserved.