Uses of Interface
com.google.api.PageOrBuilder
-
Packages that use PageOrBuilder Package Description com.google.api -
-
Uses of PageOrBuilder in com.google.api
Classes in com.google.api that implement PageOrBuilder Modifier and Type Class Description class
Page
Represents a documentation page.static class
Page.Builder
Represents a documentation page.Methods in com.google.api that return PageOrBuilder Modifier and Type Method Description PageOrBuilder
Documentation.Builder. getPagesOrBuilder(int index)
The top level pages for the documentation set.PageOrBuilder
Documentation. getPagesOrBuilder(int index)
The top level pages for the documentation set.PageOrBuilder
DocumentationOrBuilder. getPagesOrBuilder(int index)
The top level pages for the documentation set.PageOrBuilder
Page.Builder. getSubpagesOrBuilder(int index)
Subpages of this page.PageOrBuilder
Page. getSubpagesOrBuilder(int index)
Subpages of this page.PageOrBuilder
PageOrBuilder. getSubpagesOrBuilder(int index)
Subpages of this page.Methods in com.google.api that return types with arguments of type PageOrBuilder Modifier and Type Method Description java.util.List<? extends PageOrBuilder>
Documentation.Builder. getPagesOrBuilderList()
The top level pages for the documentation set.java.util.List<? extends PageOrBuilder>
Documentation. getPagesOrBuilderList()
The top level pages for the documentation set.java.util.List<? extends PageOrBuilder>
DocumentationOrBuilder. getPagesOrBuilderList()
The top level pages for the documentation set.java.util.List<? extends PageOrBuilder>
Page.Builder. getSubpagesOrBuilderList()
Subpages of this page.java.util.List<? extends PageOrBuilder>
Page. getSubpagesOrBuilderList()
Subpages of this page.java.util.List<? extends PageOrBuilder>
PageOrBuilder. getSubpagesOrBuilderList()
Subpages of this page.
-