| Modifier and Type | Method and Description |
|---|---|
static Block.BlockType |
Block.BlockType.forNumber(int value) |
Block.BlockType |
BlockOrBuilder.getBlockType()
Detected block type (text, image etc) for this block.
|
Block.BlockType |
Block.getBlockType()
Detected block type (text, image etc) for this block.
|
Block.BlockType |
Block.Builder.getBlockType()
Detected block type (text, image etc) for this block.
|
static Block.BlockType |
Block.BlockType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Block.BlockType |
Block.BlockType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Block.BlockType |
Block.BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Block.BlockType[] |
Block.BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Block.BlockType> |
Block.BlockType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.setBlockType(Block.BlockType value)
Detected block type (text, image etc) for this block.
|
Copyright © 2020 Google LLC. All rights reserved.