EntityArgs

data class EntityArgs(val connectionId: Output<String>? = null, val entityTypeId: Output<String>? = null, val fields: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<EntityArgs>

Creates a new entity row of the specified entity type in the external system. The field values for creating the row are contained in the body of the request. The response message contains a Entity message object returned as a response by the external system. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun EntityArgs(connectionId: Output<String>? = null, entityTypeId: Output<String>? = null, fields: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EntityArgs

Properties

Link copied to clipboard
val connectionId: Output<String>? = null
Link copied to clipboard
val entityTypeId: Output<String>? = null
Link copied to clipboard
val fields: Output<Map<String, String>>? = null

Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null