Uses of Interface
com.google.devtools.source.v1.SourceContextOrBuilder
-
Packages that use SourceContextOrBuilder Package Description com.google.devtools.clouddebugger.v2 com.google.devtools.source.v1 -
-
Uses of SourceContextOrBuilder in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return SourceContextOrBuilder Modifier and Type Method Description SourceContextOrBuilder
Debuggee.Builder. getSourceContextsOrBuilder(int index)
References to the locations and revisions of the source code used in the deployed application.SourceContextOrBuilder
Debuggee. getSourceContextsOrBuilder(int index)
References to the locations and revisions of the source code used in the deployed application.SourceContextOrBuilder
DebuggeeOrBuilder. getSourceContextsOrBuilder(int index)
References to the locations and revisions of the source code used in the deployed application.Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type SourceContextOrBuilder Modifier and Type Method Description List<? extends SourceContextOrBuilder>
Debuggee.Builder. getSourceContextsOrBuilderList()
References to the locations and revisions of the source code used in the deployed application.List<? extends SourceContextOrBuilder>
Debuggee. getSourceContextsOrBuilderList()
References to the locations and revisions of the source code used in the deployed application.List<? extends SourceContextOrBuilder>
DebuggeeOrBuilder. getSourceContextsOrBuilderList()
References to the locations and revisions of the source code used in the deployed application. -
Uses of SourceContextOrBuilder in com.google.devtools.source.v1
Classes in com.google.devtools.source.v1 that implement SourceContextOrBuilder Modifier and Type Class Description class
SourceContext
A SourceContext is a reference to a tree of files.static class
SourceContext.Builder
A SourceContext is a reference to a tree of files.Methods in com.google.devtools.source.v1 that return SourceContextOrBuilder Modifier and Type Method Description SourceContextOrBuilder
ExtendedSourceContext.Builder. getContextOrBuilder()
Any source context.SourceContextOrBuilder
ExtendedSourceContext. getContextOrBuilder()
Any source context.SourceContextOrBuilder
ExtendedSourceContextOrBuilder. getContextOrBuilder()
Any source context.
-