--- title: SampleReport layout: protoc-gen-docs number_of_entries: 2 ---

Template

Field Type Description
value istio.mixer.adapter.model.v1beta1.Value
dimensions map<string, istio.mixer.adapter.model.v1beta1.Value>

istio.mixer.adapter.model.v1beta1.Value

Value is used inside templates for fields that have dynamic types. The actual datatype of the field depends on the datatype of the expression used in the operator configuration.

Field Type Description
stringValue string (oneof)

Used for values of type STRING

int64Value int64 (oneof)

Used for values of type INT64

doubleValue double (oneof)

Used for values of type DOUBLE

boolValue bool (oneof)

Used for values of type BOOL

ipAddressValue istio.mixer.adapter.model.v1beta1.IPAddress (oneof)

Used for values of type IPAddress

timestampValue istio.mixer.adapter.model.v1beta1.TimeStamp (oneof)

Used for values of type TIMESTAMP

durationValue istio.mixer.adapter.model.v1beta1.Duration (oneof)

Used for values of type DURATION

emailAddressValue istio.mixer.adapter.model.v1beta1.EmailAddress (oneof)

Used for values of type EmailAddress

dnsNameValue istio.mixer.adapter.model.v1beta1.DNSName (oneof)

Used for values of type DNSName

uriValue istio.mixer.adapter.model.v1beta1.Uri (oneof)

Used for values of type Uri