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

Uses of DescriptorProtos.MethodOptions in com.google.protobuf
 

Methods in com.google.protobuf that return DescriptorProtos.MethodOptions
 DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.Builder.build()
           
 DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.Builder.buildPartial()
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.getDefaultInstance()
           
 DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.getDefaultInstanceForType()
           
 DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.Builder.getDefaultInstanceForType()
           
 DescriptorProtos.MethodOptions Descriptors.MethodDescriptor.getOptions()
          Get the MethodOptions, defined in descriptor.proto.
 DescriptorProtos.MethodOptions DescriptorProtos.MethodDescriptorProtoOrBuilder.getOptions()
           
 DescriptorProtos.MethodOptions DescriptorProtos.MethodDescriptorProto.getOptions()
           
 DescriptorProtos.MethodOptions DescriptorProtos.MethodDescriptorProto.Builder.getOptions()
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseDelimitedFrom(java.io.InputStream input)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(byte[] data)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(ByteString data)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(CodedInputStream input)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(java.io.InputStream input)
           
static DescriptorProtos.MethodOptions DescriptorProtos.MethodOptions.parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
           
 

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



Copyright © 2008-2011 Google. All Rights Reserved.