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 Page
Page.Builder. build()
Page
Page.Builder. buildPartial()
static Page
Page. getDefaultInstance()
Page
Page.Builder. getDefaultInstanceForType()
Page
Page. getDefaultInstanceForType()
Page
Documentation.Builder. getPages(int index)
The top level pages for the documentation set.Page
Documentation. getPages(int index)
The top level pages for the documentation set.Page
DocumentationOrBuilder. getPages(int index)
The top level pages for the documentation set.Page
Page.Builder. getSubpages(int index)
Subpages of this page.Page
Page. getSubpages(int index)
Subpages of this page.Page
PageOrBuilder. getSubpages(int index)
Subpages of this page.static Page
Page. parseDelimitedFrom(InputStream input)
static Page
Page. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(byte[] data)
static Page
Page. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(com.google.protobuf.ByteString data)
static Page
Page. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(com.google.protobuf.CodedInputStream input)
static Page
Page. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(InputStream input)
static Page
Page. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(ByteBuffer data)
static Page
Page. 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.Builder
Documentation.Builder. addPages(int index, Page value)
The top level pages for the documentation set.Documentation.Builder
Documentation.Builder. addPages(Page value)
The top level pages for the documentation set.Page.Builder
Page.Builder. addSubpages(int index, Page value)
Subpages of this page.Page.Builder
Page.Builder. addSubpages(Page value)
Subpages of this page.Page.Builder
Page.Builder. mergeFrom(Page other)
static Page.Builder
Page. newBuilder(Page prototype)
Documentation.Builder
Documentation.Builder. setPages(int index, Page value)
The top level pages for the documentation set.Page.Builder
Page.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.Builder
Documentation.Builder. addAllPages(Iterable<? extends Page> values)
The top level pages for the documentation set.Page.Builder
Page.Builder. addAllSubpages(Iterable<? extends Page> values)
Subpages of this page.
-