| Modifier and Type | Method and Description |
|---|---|
static DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.OccurrenceType.forNumber(int value) |
DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.PropertyOrBuilder.getOccurrenceType()
Occurrence type limits the number of instances an entity type appears
in the document.
|
DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.getOccurrenceType()
Occurrence type limits the number of instances an entity type appears
in the document.
|
DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.Builder.getOccurrenceType()
Occurrence type limits the number of instances an entity type appears
in the document.
|
static DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.OccurrenceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.OccurrenceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentSchema.EntityType.Property.OccurrenceType |
DocumentSchema.EntityType.Property.OccurrenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSchema.EntityType.Property.OccurrenceType[] |
DocumentSchema.EntityType.Property.OccurrenceType.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<DocumentSchema.EntityType.Property.OccurrenceType> |
DocumentSchema.EntityType.Property.OccurrenceType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.EntityType.Property.Builder |
DocumentSchema.EntityType.Property.Builder.setOccurrenceType(DocumentSchema.EntityType.Property.OccurrenceType value)
Occurrence type limits the number of instances an entity type appears
in the document.
|
Copyright © 2024 Google LLC. All rights reserved.