Uses of Class
com.google.cloud.clouddms.v1.EntityIssue
-
Packages that use EntityIssue Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of EntityIssue in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return EntityIssue Modifier and Type Method Description EntityIssue
EntityIssue.Builder. build()
EntityIssue
EntityIssue.Builder. buildPartial()
static EntityIssue
EntityIssue. getDefaultInstance()
EntityIssue
EntityIssue.Builder. getDefaultInstanceForType()
EntityIssue
EntityIssue. getDefaultInstanceForType()
EntityIssue
DatabaseEntity.Builder. getIssues(int index)
Details about the various issues found for the entity.EntityIssue
DatabaseEntity. getIssues(int index)
Details about the various issues found for the entity.EntityIssue
DatabaseEntityOrBuilder. getIssues(int index)
Details about the various issues found for the entity.static EntityIssue
EntityIssue. parseDelimitedFrom(InputStream input)
static EntityIssue
EntityIssue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIssue
EntityIssue. parseFrom(byte[] data)
static EntityIssue
EntityIssue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIssue
EntityIssue. parseFrom(com.google.protobuf.ByteString data)
static EntityIssue
EntityIssue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIssue
EntityIssue. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityIssue
EntityIssue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIssue
EntityIssue. parseFrom(InputStream input)
static EntityIssue
EntityIssue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIssue
EntityIssue. parseFrom(ByteBuffer data)
static EntityIssue
EntityIssue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type EntityIssue Modifier and Type Method Description List<EntityIssue>
DatabaseEntity.Builder. getIssuesList()
Details about the various issues found for the entity.List<EntityIssue>
DatabaseEntity. getIssuesList()
Details about the various issues found for the entity.List<EntityIssue>
DatabaseEntityOrBuilder. getIssuesList()
Details about the various issues found for the entity.com.google.protobuf.Parser<EntityIssue>
EntityIssue. getParserForType()
static com.google.protobuf.Parser<EntityIssue>
EntityIssue. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type EntityIssue Modifier and Type Method Description DatabaseEntity.Builder
DatabaseEntity.Builder. addIssues(int index, EntityIssue value)
Details about the various issues found for the entity.DatabaseEntity.Builder
DatabaseEntity.Builder. addIssues(EntityIssue value)
Details about the various issues found for the entity.EntityIssue.Builder
EntityIssue.Builder. mergeFrom(EntityIssue other)
static EntityIssue.Builder
EntityIssue. newBuilder(EntityIssue prototype)
DatabaseEntity.Builder
DatabaseEntity.Builder. setIssues(int index, EntityIssue value)
Details about the various issues found for the entity.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type EntityIssue Modifier and Type Method Description DatabaseEntity.Builder
DatabaseEntity.Builder. addAllIssues(Iterable<? extends EntityIssue> values)
Details about the various issues found for the entity.
-