public interface EntityDdlOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDdl()
The actual ddl code.
|
com.google.protobuf.ByteString |
getDdlBytes()
The actual ddl code.
|
String |
getDdlType()
Type of DDL (Create, Alter).
|
com.google.protobuf.ByteString |
getDdlTypeBytes()
Type of DDL (Create, Alter).
|
String |
getEntity()
The name of the database entity the ddl refers to.
|
com.google.protobuf.ByteString |
getEntityBytes()
The name of the database entity the ddl refers to.
|
DatabaseEntityType |
getEntityType()
The entity type (if the DDL is for a sub entity).
|
int |
getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
|
String |
getIssueId(int index)
EntityIssues found for this ddl.
|
com.google.protobuf.ByteString |
getIssueIdBytes(int index)
EntityIssues found for this ddl.
|
int |
getIssueIdCount()
EntityIssues found for this ddl.
|
List<String> |
getIssueIdList()
EntityIssues found for this ddl.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDdlType()
Type of DDL (Create, Alter).
string ddl_type = 1;com.google.protobuf.ByteString getDdlTypeBytes()
Type of DDL (Create, Alter).
string ddl_type = 1;String getEntity()
The name of the database entity the ddl refers to.
string entity = 2;com.google.protobuf.ByteString getEntityBytes()
The name of the database entity the ddl refers to.
string entity = 2;String getDdl()
The actual ddl code.
string ddl = 3;com.google.protobuf.ByteString getDdlBytes()
The actual ddl code.
string ddl = 3;int getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;DatabaseEntityType getEntityType()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;List<String> getIssueIdList()
EntityIssues found for this ddl.
repeated string issue_id = 100;int getIssueIdCount()
EntityIssues found for this ddl.
repeated string issue_id = 100;String getIssueId(int index)
EntityIssues found for this ddl.
repeated string issue_id = 100;index - The index of the element to return.com.google.protobuf.ByteString getIssueIdBytes(int index)
EntityIssues found for this ddl.
repeated string issue_id = 100;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.