| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,List<FieldBehavior>> |
FieldBehaviorProto.fieldBehavior
A designation of a specific field behavior (required, output only, etc.)
in protobuf messages.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldBehavior |
FieldBehavior.forNumber(int value) |
static FieldBehavior |
FieldBehavior.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FieldBehavior |
FieldBehavior.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FieldBehavior |
FieldBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldBehavior[] |
FieldBehavior.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<FieldBehavior> |
FieldBehavior.internalGetValueMap() |
Copyright © 2022 Google LLC. All rights reserved.