| Modifier and Type | Method and Description |
|---|---|
static ByteContentItem.BytesType |
ByteContentItem.BytesType.forNumber(int value) |
ByteContentItem.BytesType |
ByteContentItemOrBuilder.getType()
The type of data stored in the bytes string.
|
ByteContentItem.BytesType |
ByteContentItem.getType()
The type of data stored in the bytes string.
|
ByteContentItem.BytesType |
ByteContentItem.Builder.getType()
The type of data stored in the bytes string.
|
static ByteContentItem.BytesType |
ByteContentItem.BytesType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ByteContentItem.BytesType |
ByteContentItem.BytesType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ByteContentItem.BytesType |
ByteContentItem.BytesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteContentItem.BytesType[] |
ByteContentItem.BytesType.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<ByteContentItem.BytesType> |
ByteContentItem.BytesType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ByteContentItem.Builder |
ByteContentItem.Builder.setType(ByteContentItem.BytesType value)
The type of data stored in the bytes string.
|
Copyright © 2022 Google LLC. All rights reserved.