Uses of Class
com.google.api.Page.Builder
Packages that use Page.Builder
-
Uses of Page.Builder in com.google.api
Methods in com.google.api that return Page.BuilderModifier and TypeMethodDescriptionPage.Builder.addAllSubpages
(Iterable<? extends Page> values) Subpages of this page.Documentation.Builder.addPagesBuilder()
The top level pages for the documentation set.Documentation.Builder.addPagesBuilder
(int index) The top level pages for the documentation set.Page.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Page.Builder.addSubpages
(int index, Page value) Subpages of this page.Page.Builder.addSubpages
(int index, Page.Builder builderForValue) Subpages of this page.Page.Builder.addSubpages
(Page value) Subpages of this page.Page.Builder.addSubpages
(Page.Builder builderForValue) Subpages of this page.Page.Builder.addSubpagesBuilder()
Subpages of this page.Page.Builder.addSubpagesBuilder
(int index) Subpages of this page.Page.Builder.clear()
Page.Builder.clearContent()
The Markdown content of the page.Page.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Page.Builder.clearName()
The name of the page.Page.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Page.Builder.clearSubpages()
Subpages of this page.Page.Builder.clone()
Documentation.Builder.getPagesBuilder
(int index) The top level pages for the documentation set.Page.Builder.getSubpagesBuilder
(int index) Subpages of this page.Page.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Page.Builder.mergeFrom
(com.google.protobuf.Message other) final Page.Builder
Page.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Page.Builder
Page.newBuilder()
static Page.Builder
Page.newBuilder
(Page prototype) Page.newBuilderForType()
protected Page.Builder
Page.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Page.Builder.removeSubpages
(int index) Subpages of this page.Page.Builder.setContent
(String value) The Markdown content of the page.Page.Builder.setContentBytes
(com.google.protobuf.ByteString value) The Markdown content of the page.The name of the page.Page.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name of the page.Page.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Page.Builder.setSubpages
(int index, Page value) Subpages of this page.Page.Builder.setSubpages
(int index, Page.Builder builderForValue) Subpages of this page.final Page.Builder
Page.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Page.toBuilder()
Methods in com.google.api that return types with arguments of type Page.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.getPagesBuilderList()
The top level pages for the documentation set.Page.Builder.getSubpagesBuilderList()
Subpages of this page.Methods in com.google.api with parameters of type Page.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.addPages
(int index, Page.Builder builderForValue) The top level pages for the documentation set.Documentation.Builder.addPages
(Page.Builder builderForValue) The top level pages for the documentation set.Page.Builder.addSubpages
(int index, Page.Builder builderForValue) Subpages of this page.Page.Builder.addSubpages
(Page.Builder builderForValue) Subpages of this page.Documentation.Builder.setPages
(int index, Page.Builder builderForValue) The top level pages for the documentation set.Page.Builder.setSubpages
(int index, Page.Builder builderForValue) Subpages of this page.