Class SourceCodeInfoLocation
- java.lang.Object
-
- com.google.api.generator.gapic.model.SourceCodeInfoLocation
-
public class SourceCodeInfoLocation extends Object
A light wrapper around SourceCodeInfo.Location to provide cleaner protobuf comments. Please see additional documentation on descriptor.proto.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceCodeInfoLocationcreate(com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location)StringgetLeadingComments()StringgetLeadingDetachedComments(int index)StringgetTrailingComments()
-
-
-
Method Detail
-
create
public static SourceCodeInfoLocation create(@Nonnull com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location)
-
getLeadingComments
public String getLeadingComments()
-
getTrailingComments
public String getTrailingComments()
-
getLeadingDetachedComments
public String getLeadingDetachedComments(int index)
-
-