Uses of Class
com.google.api.Page
-
Packages that use Page Package Description com.google.api -
-
Uses of Page in com.google.api
Methods in com.google.api that return Page Modifier and Type Method Description PagePage.Builder. build()PagePage.Builder. buildPartial()static PagePage. getDefaultInstance()PagePage.Builder. getDefaultInstanceForType()PagePage. getDefaultInstanceForType()PageDocumentation.Builder. getPages(int index)The top level pages for the documentation set.PageDocumentation. getPages(int index)The top level pages for the documentation set.PageDocumentationOrBuilder. getPages(int index)The top level pages for the documentation set.PagePage.Builder. getSubpages(int index)Subpages of this page.PagePage. getSubpages(int index)Subpages of this page.PagePageOrBuilder. getSubpages(int index)Subpages of this page.static PagePage. parseDelimitedFrom(InputStream input)static PagePage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(byte[] data)static PagePage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(com.google.protobuf.ByteString data)static PagePage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(com.google.protobuf.CodedInputStream input)static PagePage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(InputStream input)static PagePage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(ByteBuffer data)static PagePage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type Page Modifier and Type Method Description List<Page>Documentation.Builder. getPagesList()The top level pages for the documentation set.List<Page>Documentation. getPagesList()The top level pages for the documentation set.List<Page>DocumentationOrBuilder. getPagesList()The top level pages for the documentation set.com.google.protobuf.Parser<Page>Page. getParserForType()List<Page>Page.Builder. getSubpagesList()Subpages of this page.List<Page>Page. getSubpagesList()Subpages of this page.List<Page>PageOrBuilder. getSubpagesList()Subpages of this page.static com.google.protobuf.Parser<Page>Page. parser()Methods in com.google.api with parameters of type Page Modifier and Type Method Description Documentation.BuilderDocumentation.Builder. addPages(int index, Page value)The top level pages for the documentation set.Documentation.BuilderDocumentation.Builder. addPages(Page value)The top level pages for the documentation set.Page.BuilderPage.Builder. addSubpages(int index, Page value)Subpages of this page.Page.BuilderPage.Builder. addSubpages(Page value)Subpages of this page.Page.BuilderPage.Builder. mergeFrom(Page other)static Page.BuilderPage. newBuilder(Page prototype)Documentation.BuilderDocumentation.Builder. setPages(int index, Page value)The top level pages for the documentation set.Page.BuilderPage.Builder. setSubpages(int index, Page value)Subpages of this page.Method parameters in com.google.api with type arguments of type Page Modifier and Type Method Description Documentation.BuilderDocumentation.Builder. addAllPages(Iterable<? extends Page> values)The top level pages for the documentation set.Page.BuilderPage.Builder. addAllSubpages(Iterable<? extends Page> values)Subpages of this page.
-