com.google.protobuf
Interface DescriptorProtos.SourceCodeInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo, DescriptorProtos.SourceCodeInfo.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.SourceCodeInfoOrBuilder
extends MessageOrBuilder


Method Summary
 DescriptorProtos.SourceCodeInfo.Location getLocation(int index)
           
 int getLocationCount()
           
 java.util.List<DescriptorProtos.SourceCodeInfo.Location> getLocationList()
           
 DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(int index)
           
 java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> getLocationOrBuilderList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getLocationList

java.util.List<DescriptorProtos.SourceCodeInfo.Location> getLocationList()

getLocation

DescriptorProtos.SourceCodeInfo.Location getLocation(int index)

getLocationCount

int getLocationCount()

getLocationOrBuilderList

java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> getLocationOrBuilderList()

getLocationOrBuilder

DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(int index)


Copyright © 2008-2011 Google. All Rights Reserved.