public static final class TestProtos.Fault
extends com.google.protobuf.GeneratedMessage
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TestProtos.Fault.Builder | 
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description | 
|---|---|
| static int | FAULTCODE_FIELD_NUMBER | 
| static int | FAULTDETAIL_FIELD_NUMBER | 
| static int | FAULTSTRING_FIELD_NUMBER | 
| Modifier and Type | Method and Description | 
|---|---|
| static TestProtos.Fault | getDefaultInstance() | 
| TestProtos.Fault | getDefaultInstanceForType() | 
| static com.google.protobuf.Descriptors.Descriptor | getDescriptor() | 
| String | getFaultCode() | 
| String | getFaultDetail() | 
| String | getFaultString() | 
| int | getSerializedSize() | 
| boolean | hasFaultCode() | 
| boolean | hasFaultDetail() | 
| boolean | hasFaultString() | 
| protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable() | 
| boolean | isInitialized() | 
| static TestProtos.Fault.Builder | newBuilder() | 
| static TestProtos.Fault.Builder | newBuilder(TestProtos.Fault prototype) | 
| TestProtos.Fault.Builder | newBuilderForType() | 
| static TestProtos.Fault | parseDelimitedFrom(InputStream input) | 
| static TestProtos.Fault | parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static TestProtos.Fault | parseFrom(byte[] data) | 
| static TestProtos.Fault | parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static TestProtos.Fault | parseFrom(com.google.protobuf.ByteString data) | 
| static TestProtos.Fault | parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static TestProtos.Fault | parseFrom(com.google.protobuf.CodedInputStream input) | 
| static TestProtos.Fault | parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static TestProtos.Fault | parseFrom(InputStream input) | 
| static TestProtos.Fault | parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| TestProtos.Fault.Builder | toBuilder() | 
| void | writeTo(com.google.protobuf.CodedOutputStream output) | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtensiontoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FAULTCODE_FIELD_NUMBER
public static final int FAULTSTRING_FIELD_NUMBER
public static final int FAULTDETAIL_FIELD_NUMBER
public static TestProtos.Fault getDefaultInstance()
public TestProtos.Fault getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasFaultCode()
public String getFaultCode()
public boolean hasFaultString()
public String getFaultString()
public boolean hasFaultDetail()
public String getFaultDetail()
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static TestProtos.Fault parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.Fault parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.Fault parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.Fault parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.Fault parseFrom(InputStream input) throws IOException
IOExceptionpublic static TestProtos.Fault parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.Fault parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TestProtos.Fault parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TestProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.Fault.Builder newBuilder()
public TestProtos.Fault.Builder newBuilderForType()
public static TestProtos.Fault.Builder newBuilder(TestProtos.Fault prototype)
public TestProtos.Fault.Builder toBuilder()