public static final class AnalysisMessageBase.Type extends com.google.protobuf.GeneratedMessageV3 implements AnalysisMessageBase.TypeOrBuilder
A unique identifier for the type of message. Display_name is intended to be human-readable, code is intended to be machine readable. There should be a one-to-one mapping between display_name and code. (i.e. do not re-use display_names or codes between message types.) See istio.analysis.v1alpha1.AnalysisMessageBase.TypeProtobuf type
google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Type| Modifier and Type | Class and Description |
|---|---|
static class |
AnalysisMessageBase.Type.Builder
A unique identifier for the type of message.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
A 7 character code matching `^IST[0-9]{4}$` or `^ASM[0-9]{4}$`, intended
to uniquely identify the message type.
|
com.google.protobuf.ByteString |
getCodeBytes()
A 7 character code matching `^IST[0-9]{4}$` or `^ASM[0-9]{4}$`, intended
to uniquely identify the message type.
|
static AnalysisMessageBase.Type |
getDefaultInstance() |
AnalysisMessageBase.Type |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
A human-readable name for the message type.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A human-readable name for the message type.
|
com.google.protobuf.Parser<AnalysisMessageBase.Type> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AnalysisMessageBase.Type.Builder |
newBuilder() |
static AnalysisMessageBase.Type.Builder |
newBuilder(AnalysisMessageBase.Type prototype) |
AnalysisMessageBase.Type.Builder |
newBuilderForType() |
protected AnalysisMessageBase.Type.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AnalysisMessageBase.Type |
parseDelimitedFrom(InputStream input) |
static AnalysisMessageBase.Type |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalysisMessageBase.Type |
parseFrom(byte[] data) |
static AnalysisMessageBase.Type |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalysisMessageBase.Type |
parseFrom(ByteBuffer data) |
static AnalysisMessageBase.Type |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalysisMessageBase.Type |
parseFrom(com.google.protobuf.ByteString data) |
static AnalysisMessageBase.Type |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalysisMessageBase.Type |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AnalysisMessageBase.Type |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalysisMessageBase.Type |
parseFrom(InputStream input) |
static AnalysisMessageBase.Type |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AnalysisMessageBase.Type> |
parser() |
AnalysisMessageBase.Type.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISPLAY_NAME_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDisplayName()
A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the `name` field in open-source Istio.)
string display_name = 1;getDisplayName in interface AnalysisMessageBase.TypeOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the `name` field in open-source Istio.)
string display_name = 1;getDisplayNameBytes in interface AnalysisMessageBase.TypeOrBuilderpublic String getCode()
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.)
string code = 2;getCode in interface AnalysisMessageBase.TypeOrBuilderpublic com.google.protobuf.ByteString getCodeBytes()
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.)
string code = 2;getCodeBytes in interface AnalysisMessageBase.TypeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AnalysisMessageBase.Type parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalysisMessageBase.Type parseFrom(InputStream input) throws IOException
IOExceptionpublic static AnalysisMessageBase.Type parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalysisMessageBase.Type parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AnalysisMessageBase.Type parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalysisMessageBase.Type parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AnalysisMessageBase.Type parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AnalysisMessageBase.Type.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AnalysisMessageBase.Type.Builder newBuilder()
public static AnalysisMessageBase.Type.Builder newBuilder(AnalysisMessageBase.Type prototype)
public AnalysisMessageBase.Type.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AnalysisMessageBase.Type.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AnalysisMessageBase.Type getDefaultInstance()
public static com.google.protobuf.Parser<AnalysisMessageBase.Type> parser()
public com.google.protobuf.Parser<AnalysisMessageBase.Type> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AnalysisMessageBase.Type getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.