IdentifierHelperArgs

data class IdentifierHelperArgs(val field: Output<IdentifierHelperField>? = null, val genericUri: Output<String>? = null) : ConvertibleToJava<IdentifierHelperArgs>

Helps in identifying the underlying product. This should be treated like a one-of field. Only one field should be set in this proto. This is a workaround because spanner indexes on one-of fields restrict addition and deletion of fields.

Constructors

Link copied to clipboard
fun IdentifierHelperArgs(field: Output<IdentifierHelperField>? = null, genericUri: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val field: Output<IdentifierHelperField>? = null

The field that is set in the API proto.

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

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.