Show / Hide Table of Contents

Class BuildVersion

BuildVersion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'private-build') as a set of strings.

Inheritance
object
BuildVersion
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class BuildVersion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Metadata

Free-form build information. Envoy defines several well known keys in the source/common/version/version.h file

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

Version

SemVer version of extension.

Declaration
[JsonProperty("version")]
public virtual SemanticVersion Version { get; set; }
Property Value
Type Description
SemanticVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX