| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.forNumber(int value) |
ContentType |
Feed.getContentType()
Asset content type.
|
ContentType |
Feed.Builder.getContentType()
Asset content type.
|
ContentType |
FeedOrBuilder.getContentType()
Asset content type.
|
static ContentType |
ContentType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContentType |
ContentType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.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<ContentType> |
ContentType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Feed.Builder |
Feed.Builder.setContentType(ContentType value)
Asset content type.
|
Copyright © 2020 Google LLC. All rights reserved.