IdentifierHelperResponse

data class IdentifierHelperResponse(val field: String, val genericUri: String)

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 IdentifierHelperResponse(field: String, genericUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field that is set in the API proto.

Link copied to clipboard

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