public static final class HTTPErrorInfo.HTTP_Error_Info extends com.google.protobuf.GeneratedMessageV3 implements HTTPErrorInfo.HTTP_Error_InfoOrBuilder
HTTP_Error_Info| Modifier and Type | Class and Description |
|---|---|
static class |
HTTPErrorInfo.HTTP_Error_Info.Builder
Protobuf type
HTTP_Error_Info |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_BODY_FIELD_NUMBER |
static int |
HTTP_CODE_FIELD_NUMBER |
static int |
HTTP_MESSAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static HTTPErrorInfo.HTTP_Error_Info |
getDefaultInstance() |
HTTPErrorInfo.HTTP_Error_Info |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHttpBody()
The response body, if there is one
|
com.google.protobuf.ByteString |
getHttpBodyBytes()
The response body, if there is one
|
int |
getHttpCode()
The status code that indicates what error occurred
|
String |
getHttpMessage()
The message string that follows the error code
|
com.google.protobuf.ByteString |
getHttpMessageBytes()
The message string that follows the error code
|
com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHttpBody()
The response body, if there is one
|
boolean |
hasHttpCode()
The status code that indicates what error occurred
|
boolean |
hasHttpMessage()
The message string that follows the error code
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HTTPErrorInfo.HTTP_Error_Info.Builder |
newBuilder() |
static HTTPErrorInfo.HTTP_Error_Info.Builder |
newBuilder(HTTPErrorInfo.HTTP_Error_Info prototype) |
HTTPErrorInfo.HTTP_Error_Info.Builder |
newBuilderForType() |
protected HTTPErrorInfo.HTTP_Error_Info.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HTTPErrorInfo.HTTP_Error_Info |
parseDelimitedFrom(InputStream input) |
static HTTPErrorInfo.HTTP_Error_Info |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(byte[] data) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(com.google.protobuf.ByteString data) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(InputStream input) |
static HTTPErrorInfo.HTTP_Error_Info |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> |
parser() |
HTTPErrorInfo.HTTP_Error_Info.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HTTP_CODE_FIELD_NUMBER
public static final int HTTP_MESSAGE_FIELD_NUMBER
public static final int HTTP_BODY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields 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 boolean hasHttpCode()
The status code that indicates what error occurred
required uint32 http_code = 1;hasHttpCode in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic int getHttpCode()
The status code that indicates what error occurred
required uint32 http_code = 1;getHttpCode in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic boolean hasHttpMessage()
The message string that follows the error code
required string http_message = 2;hasHttpMessage in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic String getHttpMessage()
The message string that follows the error code
required string http_message = 2;getHttpMessage in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic com.google.protobuf.ByteString getHttpMessageBytes()
The message string that follows the error code
required string http_message = 2;getHttpMessageBytes in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic boolean hasHttpBody()
The response body, if there is one
optional string http_body = 3;hasHttpBody in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic String getHttpBody()
The response body, if there is one
optional string http_body = 3;getHttpBody in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic com.google.protobuf.ByteString getHttpBodyBytes()
The response body, if there is one
optional string http_body = 3;getHttpBodyBytes in interface HTTPErrorInfo.HTTP_Error_InfoOrBuilderpublic 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 HTTPErrorInfo.HTTP_Error_Info parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(InputStream input) throws IOException
IOExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HTTPErrorInfo.HTTP_Error_Info parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HTTPErrorInfo.HTTP_Error_Info.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HTTPErrorInfo.HTTP_Error_Info.Builder newBuilder()
public static HTTPErrorInfo.HTTP_Error_Info.Builder newBuilder(HTTPErrorInfo.HTTP_Error_Info prototype)
public HTTPErrorInfo.HTTP_Error_Info.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HTTPErrorInfo.HTTP_Error_Info.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HTTPErrorInfo.HTTP_Error_Info getDefaultInstance()
public static com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> parser()
public com.google.protobuf.Parser<HTTPErrorInfo.HTTP_Error_Info> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HTTPErrorInfo.HTTP_Error_Info getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2021. All rights reserved.