Class IdentifierHelper
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.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class IdentifierHelper : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
The field that is set in the API proto.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericUri
Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.
Declaration
[JsonProperty("genericUri")]
public virtual string GenericUri { get; set; }
Property Value
Type | Description |
---|---|
string |