| Modifier and Type | Method and Description |
|---|---|
EntityDdl |
EntityDdl.Builder.build() |
EntityDdl |
EntityDdl.Builder.buildPartial() |
static EntityDdl |
EntityDdl.getDefaultInstance() |
EntityDdl |
EntityDdl.getDefaultInstanceForType() |
EntityDdl |
EntityDdl.Builder.getDefaultInstanceForType() |
EntityDdl |
DatabaseEntity.getEntityDdl(int index)
Details about the entity DDL script.
|
EntityDdl |
DatabaseEntity.Builder.getEntityDdl(int index)
Details about the entity DDL script.
|
EntityDdl |
DatabaseEntityOrBuilder.getEntityDdl(int index)
Details about the entity DDL script.
|
static EntityDdl |
EntityDdl.parseDelimitedFrom(InputStream input) |
static EntityDdl |
EntityDdl.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityDdl |
EntityDdl.parseFrom(byte[] data) |
static EntityDdl |
EntityDdl.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityDdl |
EntityDdl.parseFrom(ByteBuffer data) |
static EntityDdl |
EntityDdl.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityDdl |
EntityDdl.parseFrom(com.google.protobuf.ByteString data) |
static EntityDdl |
EntityDdl.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityDdl |
EntityDdl.parseFrom(com.google.protobuf.CodedInputStream input) |
static EntityDdl |
EntityDdl.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityDdl |
EntityDdl.parseFrom(InputStream input) |
static EntityDdl |
EntityDdl.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityDdl> |
DatabaseEntity.getEntityDdlList()
Details about the entity DDL script.
|
List<EntityDdl> |
DatabaseEntity.Builder.getEntityDdlList()
Details about the entity DDL script.
|
List<EntityDdl> |
DatabaseEntityOrBuilder.getEntityDdlList()
Details about the entity DDL script.
|
com.google.protobuf.Parser<EntityDdl> |
EntityDdl.getParserForType() |
static com.google.protobuf.Parser<EntityDdl> |
EntityDdl.parser() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEntity.Builder |
DatabaseEntity.Builder.addEntityDdl(EntityDdl value)
Details about the entity DDL script.
|
DatabaseEntity.Builder |
DatabaseEntity.Builder.addEntityDdl(int index,
EntityDdl value)
Details about the entity DDL script.
|
EntityDdl.Builder |
EntityDdl.Builder.mergeFrom(EntityDdl other) |
static EntityDdl.Builder |
EntityDdl.newBuilder(EntityDdl prototype) |
DatabaseEntity.Builder |
DatabaseEntity.Builder.setEntityDdl(int index,
EntityDdl value)
Details about the entity DDL script.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseEntity.Builder |
DatabaseEntity.Builder.addAllEntityDdl(Iterable<? extends EntityDdl> values)
Details about the entity DDL script.
|
Copyright © 2024 Google LLC. All rights reserved.