Uses of Class
com.google.protobuf.DescriptorProtos.MessageOptions

Uses of DescriptorProtos.MessageOptions in com.google.protobuf
 

Methods in com.google.protobuf that return DescriptorProtos.MessageOptions
 DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.Builder.build()
           
 DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.Builder.buildPartial()
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.getDefaultInstance()
           
 DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.getDefaultInstanceForType()
           
 DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.Builder.getDefaultInstanceForType()
           
 DescriptorProtos.MessageOptions Descriptors.Descriptor.getOptions()
          Get the MessageOptions, defined in descriptor.proto.
 DescriptorProtos.MessageOptions DescriptorProtos.DescriptorProto.getOptions()
           
 DescriptorProtos.MessageOptions DescriptorProtos.DescriptorProto.Builder.getOptions()
           
protected  DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.Builder.internalGetResult()
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseDelimitedFrom(java.io.InputStream input)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseDelimitedFrom(java.io.InputStream input, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(byte[] data)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(byte[] data, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(ByteString data)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(ByteString data, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(CodedInputStream input)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(CodedInputStream input, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(java.io.InputStream input)
           
static DescriptorProtos.MessageOptions DescriptorProtos.MessageOptions.parseFrom(java.io.InputStream input, ExtensionRegistry extensionRegistry)
           
 

Methods in com.google.protobuf with parameters of type DescriptorProtos.MessageOptions
 DescriptorProtos.MessageOptions.Builder DescriptorProtos.MessageOptions.Builder.mergeFrom(DescriptorProtos.MessageOptions other)
           
 DescriptorProtos.DescriptorProto.Builder DescriptorProtos.DescriptorProto.Builder.mergeOptions(DescriptorProtos.MessageOptions value)
           
static DescriptorProtos.MessageOptions.Builder DescriptorProtos.MessageOptions.newBuilder(DescriptorProtos.MessageOptions prototype)
           
 DescriptorProtos.DescriptorProto.Builder DescriptorProtos.DescriptorProto.Builder.setOptions(DescriptorProtos.MessageOptions value)
           
 



Copyright © 2008-2009. All Rights Reserved.