Package com.salesforce.hyperdb.grpc
Class ErrorInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.salesforce.hyperdb.grpc.ErrorInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ErrorInfoOrBuilder,Serializable
public final class ErrorInfo extends com.google.protobuf.GeneratedMessageV3 implements ErrorInfoOrBuilder
Protobuf typesalesforce.hyperdb.grpc.v1.ErrorInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorInfo.BuilderProtobuf typesalesforce.hyperdb.grpc.v1.ErrorInfo-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intCUSTOMER_DETAIL_FIELD_NUMBERstatic intCUSTOMER_HINT_FIELD_NUMBERstatic intPOSITION_FIELD_NUMBERstatic intPRIMARY_MESSAGE_FIELD_NUMBERstatic intSQLSTATE_FIELD_NUMBERstatic intSYSTEM_DETAIL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCustomerDetail()string customer_detail = 4;com.google.protobuf.ByteStringgetCustomerDetailBytes()string customer_detail = 4;StringgetCustomerHint()string customer_hint = 3;com.google.protobuf.ByteStringgetCustomerHintBytes()string customer_hint = 3;static ErrorInfogetDefaultInstance()ErrorInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<ErrorInfo>getParserForType()TextPositiongetPosition().salesforce.hyperdb.grpc.v1.TextPosition position = 6;TextPositionOrBuildergetPositionOrBuilder().salesforce.hyperdb.grpc.v1.TextPosition position = 6;StringgetPrimaryMessage()string primary_message = 1;com.google.protobuf.ByteStringgetPrimaryMessageBytes()string primary_message = 1;intgetSerializedSize()StringgetSqlstate()string sqlstate = 2;com.google.protobuf.ByteStringgetSqlstateBytes()string sqlstate = 2;StringgetSystemDetail()string system_detail = 5;com.google.protobuf.ByteStringgetSystemDetailBytes()string system_detail = 5;inthashCode()booleanhasPosition().salesforce.hyperdb.grpc.v1.TextPosition position = 6;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ErrorInfo.BuildernewBuilder()static ErrorInfo.BuildernewBuilder(ErrorInfo prototype)ErrorInfo.BuildernewBuilderForType()protected ErrorInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ErrorInfoparseDelimitedFrom(InputStream input)static ErrorInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorInfoparseFrom(byte[] data)static ErrorInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorInfoparseFrom(com.google.protobuf.ByteString data)static ErrorInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorInfoparseFrom(com.google.protobuf.CodedInputStream input)static ErrorInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorInfoparseFrom(InputStream input)static ErrorInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorInfoparseFrom(ByteBuffer data)static ErrorInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ErrorInfo>parser()ErrorInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PRIMARY_MESSAGE_FIELD_NUMBER
public static final int PRIMARY_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SQLSTATE_FIELD_NUMBER
public static final int SQLSTATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMER_HINT_FIELD_NUMBER
public static final int CUSTOMER_HINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMER_DETAIL_FIELD_NUMBER
public static final int CUSTOMER_DETAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SYSTEM_DETAIL_FIELD_NUMBER
public static final int SYSTEM_DETAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POSITION_FIELD_NUMBER
public static final int POSITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getPrimaryMessage
public String getPrimaryMessage()
string primary_message = 1;- Specified by:
getPrimaryMessagein interfaceErrorInfoOrBuilder- Returns:
- The primaryMessage.
-
getPrimaryMessageBytes
public com.google.protobuf.ByteString getPrimaryMessageBytes()
string primary_message = 1;- Specified by:
getPrimaryMessageBytesin interfaceErrorInfoOrBuilder- Returns:
- The bytes for primaryMessage.
-
getSqlstate
public String getSqlstate()
string sqlstate = 2;- Specified by:
getSqlstatein interfaceErrorInfoOrBuilder- Returns:
- The sqlstate.
-
getSqlstateBytes
public com.google.protobuf.ByteString getSqlstateBytes()
string sqlstate = 2;- Specified by:
getSqlstateBytesin interfaceErrorInfoOrBuilder- Returns:
- The bytes for sqlstate.
-
getCustomerHint
public String getCustomerHint()
string customer_hint = 3;- Specified by:
getCustomerHintin interfaceErrorInfoOrBuilder- Returns:
- The customerHint.
-
getCustomerHintBytes
public com.google.protobuf.ByteString getCustomerHintBytes()
string customer_hint = 3;- Specified by:
getCustomerHintBytesin interfaceErrorInfoOrBuilder- Returns:
- The bytes for customerHint.
-
getCustomerDetail
public String getCustomerDetail()
string customer_detail = 4;- Specified by:
getCustomerDetailin interfaceErrorInfoOrBuilder- Returns:
- The customerDetail.
-
getCustomerDetailBytes
public com.google.protobuf.ByteString getCustomerDetailBytes()
string customer_detail = 4;- Specified by:
getCustomerDetailBytesin interfaceErrorInfoOrBuilder- Returns:
- The bytes for customerDetail.
-
getSystemDetail
public String getSystemDetail()
string system_detail = 5;- Specified by:
getSystemDetailin interfaceErrorInfoOrBuilder- Returns:
- The systemDetail.
-
getSystemDetailBytes
public com.google.protobuf.ByteString getSystemDetailBytes()
string system_detail = 5;- Specified by:
getSystemDetailBytesin interfaceErrorInfoOrBuilder- Returns:
- The bytes for systemDetail.
-
hasPosition
public boolean hasPosition()
.salesforce.hyperdb.grpc.v1.TextPosition position = 6;- Specified by:
hasPositionin interfaceErrorInfoOrBuilder- Returns:
- Whether the position field is set.
-
getPosition
public TextPosition getPosition()
.salesforce.hyperdb.grpc.v1.TextPosition position = 6;- Specified by:
getPositionin interfaceErrorInfoOrBuilder- Returns:
- The position.
-
getPositionOrBuilder
public TextPositionOrBuilder getPositionOrBuilder()
.salesforce.hyperdb.grpc.v1.TextPosition position = 6;- Specified by:
getPositionOrBuilderin interfaceErrorInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ErrorInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ErrorInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ErrorInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ErrorInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ErrorInfo.Builder newBuilder()
-
newBuilder
public static ErrorInfo.Builder newBuilder(ErrorInfo prototype)
-
toBuilder
public ErrorInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ErrorInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ErrorInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ErrorInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<ErrorInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ErrorInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-