| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.EntityType |
DocumentSchema.EntityType.Builder.build() |
DocumentSchema.EntityType |
DocumentSchema.EntityType.Builder.buildPartial() |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.getDefaultInstance() |
DocumentSchema.EntityType |
DocumentSchema.EntityType.getDefaultInstanceForType() |
DocumentSchema.EntityType |
DocumentSchema.EntityType.Builder.getDefaultInstanceForType() |
DocumentSchema.EntityType |
DocumentSchema.getEntityTypes(int index)
Entity types of the schema.
|
DocumentSchema.EntityType |
DocumentSchema.Builder.getEntityTypes(int index)
Entity types of the schema.
|
DocumentSchema.EntityType |
DocumentSchemaOrBuilder.getEntityTypes(int index)
Entity types of the schema.
|
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseDelimitedFrom(InputStream input) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(byte[] data) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(ByteBuffer data) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(com.google.protobuf.ByteString data) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(InputStream input) |
static DocumentSchema.EntityType |
DocumentSchema.EntityType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentSchema.EntityType> |
DocumentSchema.getEntityTypesList()
Entity types of the schema.
|
List<DocumentSchema.EntityType> |
DocumentSchema.Builder.getEntityTypesList()
Entity types of the schema.
|
List<DocumentSchema.EntityType> |
DocumentSchemaOrBuilder.getEntityTypesList()
Entity types of the schema.
|
com.google.protobuf.Parser<DocumentSchema.EntityType> |
DocumentSchema.EntityType.getParserForType() |
static com.google.protobuf.Parser<DocumentSchema.EntityType> |
DocumentSchema.EntityType.parser() |
| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(DocumentSchema.EntityType value)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(int index,
DocumentSchema.EntityType value)
Entity types of the schema.
|
DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.Builder.mergeFrom(DocumentSchema.EntityType other) |
static DocumentSchema.EntityType.Builder |
DocumentSchema.EntityType.newBuilder(DocumentSchema.EntityType prototype) |
DocumentSchema.Builder |
DocumentSchema.Builder.setEntityTypes(int index,
DocumentSchema.EntityType value)
Entity types of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.Builder |
DocumentSchema.Builder.addAllEntityTypes(Iterable<? extends DocumentSchema.EntityType> values)
Entity types of the schema.
|
Copyright © 2024 Google LLC. All rights reserved.