| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addAllBaseTypes(Iterable<String> values)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addAllProperties(Iterable<? extends DocumentSchema.EntityType.Property> values)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addBaseTypes(String value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addBaseTypesBytes(com.google.protobuf.ByteString value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.Builder.addEntityTypesBuilder()
Entity types of the schema.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.Builder.addEntityTypesBuilder(int index)
Entity types of the schema.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addProperties(DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addProperties(DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addProperties(int index,
DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addProperties(int index,
DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clear() |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearBaseTypes()
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearDescription()
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearDisplayName()
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearEntityTypeMetadata()
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearEnumValues()
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearName()
Name of the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearProperties()
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clearValueSource() |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.clone() |
DocumentSchema.EntityType.Builder |
DocumentSchema.Builder.getEntityTypesBuilder(int index)
Entity types of the schema.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeFrom(DocumentSchema.EntityType other) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeFrom(com.google.protobuf.Message other) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.newBuilder() |
static DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.newBuilder(DocumentSchema.EntityType prototype) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.newBuilderForType() |
protected DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.removeProperties(int index)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setBaseTypes(int index,
String value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setDescription(String value)
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setDisplayName(String value)
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setEntityTypeMetadata(EntityTypeMetadata.Builder builderForValue)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setEnumValues(DocumentSchema.EntityType.EnumValues.Builder builderForValue)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setName(String value)
Name of the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setNameBytes(com.google.protobuf.ByteString value)
Name of the type.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setProperties(int index,
DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setProperties(int index,
DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentSchema.EntityType.Builder> |
DocumentSchema.Builder.getEntityTypesBuilderList()
Entity types of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(int index,
DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setEntityTypes(int index,
DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
Copyright © 2024 Google LLC. All rights reserved.