Uses of Class
com.google.api.Page
Packages that use Page
-
Uses of Page in com.google.api
Methods in com.google.api that return PageModifier and TypeMethodDescriptionPage.Builder.build()
Page.Builder.buildPartial()
static Page
Page.getDefaultInstance()
Page.Builder.getDefaultInstanceForType()
Page.getDefaultInstanceForType()
Documentation.Builder.getPages
(int index) The top level pages for the documentation set.Documentation.getPages
(int index) The top level pages for the documentation set.DocumentationOrBuilder.getPages
(int index) The top level pages for the documentation set.Page.Builder.getSubpages
(int index) Subpages of this page.Page.getSubpages
(int index) Subpages of this 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 PageModifier and TypeMethodDescriptionDocumentation.Builder.getPagesList()
The top level pages for the documentation set.Documentation.getPagesList()
The top level pages for the documentation set.DocumentationOrBuilder.getPagesList()
The top level pages for the documentation set.com.google.protobuf.Parser
<Page> Page.getParserForType()
Page.Builder.getSubpagesList()
Subpages of this page.Page.getSubpagesList()
Subpages of this page.PageOrBuilder.getSubpagesList()
Subpages of this page.static com.google.protobuf.Parser
<Page> Page.parser()
Methods in com.google.api with parameters of type PageModifier and TypeMethodDescriptionThe top level pages for the documentation set.The top level pages for the documentation set.Page.Builder.addSubpages
(int index, Page value) Subpages of this page.Page.Builder.addSubpages
(Page value) Subpages of this page.static Page.Builder
Page.newBuilder
(Page prototype) The top level pages for the documentation set.Page.Builder.setSubpages
(int index, Page value) Subpages of this page.Method parameters in com.google.api with type arguments of type PageModifier and TypeMethodDescriptionDocumentation.Builder.addAllPages
(Iterable<? extends Page> values) The top level pages for the documentation set.Page.Builder.addAllSubpages
(Iterable<? extends Page> values) Subpages of this page.