Show / Hide Table of Contents

Class BinarySourceInfo

Inheritance
object
BinarySourceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class BinarySourceInfo : IDirectResponseSchema

Properties

BinaryVersion

The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed.

Declaration
[JsonProperty("binaryVersion")]
public virtual PackageVersion BinaryVersion { get; set; }
Property Value
Type Description
PackageVersion

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceVersion

The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from.

Declaration
[JsonProperty("sourceVersion")]
public virtual PackageVersion SourceVersion { get; set; }
Property Value
Type Description
PackageVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX