| Modifier and Type | Method and Description |
|---|---|
static HtmlSanitization |
HtmlSanitization.forNumber(int value) |
HtmlSanitization |
Job.ProcessingOptionsOrBuilder.getHtmlSanitization()
Optional.
|
HtmlSanitization |
Job.ProcessingOptions.getHtmlSanitization()
Optional.
|
HtmlSanitization |
Job.ProcessingOptions.Builder.getHtmlSanitization()
Optional.
|
static HtmlSanitization |
HtmlSanitization.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HtmlSanitization |
HtmlSanitization.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HtmlSanitization |
HtmlSanitization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlSanitization[] |
HtmlSanitization.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<HtmlSanitization> |
HtmlSanitization.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Job.ProcessingOptions.Builder |
Job.ProcessingOptions.Builder.setHtmlSanitization(HtmlSanitization value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.