| Modifier and Type | Method and Description |
|---|---|
static SummaryOptions.Format |
SummaryOptions.Format.forNumber(int value) |
SummaryOptions.Format |
SummaryOptions.getFormat()
The format the summary should be in.
|
SummaryOptions.Format |
SummaryOptions.Builder.getFormat()
The format the summary should be in.
|
SummaryOptions.Format |
SummaryOptionsOrBuilder.getFormat()
The format the summary should be in.
|
static SummaryOptions.Format |
SummaryOptions.Format.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SummaryOptions.Format |
SummaryOptions.Format.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SummaryOptions.Format |
SummaryOptions.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryOptions.Format[] |
SummaryOptions.Format.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<SummaryOptions.Format> |
SummaryOptions.Format.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SummaryOptions.Builder |
SummaryOptions.Builder.setFormat(SummaryOptions.Format value)
The format the summary should be in.
|
Copyright © 2024 Google LLC. All rights reserved.