| Modifier and Type | Method and Description |
|---|---|
Block |
Block.Builder.build() |
Block |
Block.Builder.buildPartial() |
Block |
Page.getBlocks(int index)
List of blocks of text, images etc on this page.
|
Block |
Page.Builder.getBlocks(int index)
List of blocks of text, images etc on this page.
|
Block |
PageOrBuilder.getBlocks(int index)
List of blocks of text, images etc on this page.
|
static Block |
Block.getDefaultInstance() |
Block |
Block.getDefaultInstanceForType() |
Block |
Block.Builder.getDefaultInstanceForType() |
static Block |
Block.parseDelimitedFrom(InputStream input) |
static Block |
Block.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(byte[] data) |
static Block |
Block.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(ByteBuffer data) |
static Block |
Block.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(com.google.protobuf.ByteString data) |
static Block |
Block.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(com.google.protobuf.CodedInputStream input) |
static Block |
Block.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(InputStream input) |
static Block |
Block.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
Page.getBlocksList()
List of blocks of text, images etc on this page.
|
List<Block> |
Page.Builder.getBlocksList()
List of blocks of text, images etc on this page.
|
List<Block> |
PageOrBuilder.getBlocksList()
List of blocks of text, images etc on this page.
|
com.google.protobuf.Parser<Block> |
Block.getParserForType() |
static com.google.protobuf.Parser<Block> |
Block.parser() |
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.addBlocks(Block value)
List of blocks of text, images etc on this page.
|
Page.Builder |
Page.Builder.addBlocks(int index,
Block value)
List of blocks of text, images etc on this page.
|
Block.Builder |
Block.Builder.mergeFrom(Block other) |
static Block.Builder |
Block.newBuilder(Block prototype) |
Page.Builder |
Page.Builder.setBlocks(int index,
Block value)
List of blocks of text, images etc on this page.
|
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.addAllBlocks(Iterable<? extends Block> values)
List of blocks of text, images etc on this page.
|
Copyright © 2022 Google LLC. All rights reserved.