|
|
@@ -42,7 +42,7 @@ type DoubleValue struct {
|
|
|
// The double value.
|
|
|
Value float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -83,7 +83,7 @@ type FloatValue struct {
|
|
|
// The float value.
|
|
|
Value float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -124,7 +124,7 @@ type Int64Value struct {
|
|
|
// The int64 value.
|
|
|
Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -165,7 +165,7 @@ type UInt64Value struct {
|
|
|
// The uint64 value.
|
|
|
Value uint64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -206,7 +206,7 @@ type Int32Value struct {
|
|
|
// The int32 value.
|
|
|
Value int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -247,7 +247,7 @@ type UInt32Value struct {
|
|
|
// The uint32 value.
|
|
|
Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -288,7 +288,7 @@ type BoolValue struct {
|
|
|
// The bool value.
|
|
|
Value bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -329,7 +329,7 @@ type StringValue struct {
|
|
|
// The string value.
|
|
|
Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|
|
|
@@ -370,7 +370,7 @@ type BytesValue struct {
|
|
|
// The bytes value.
|
|
|
Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `protobuf_unrecognized:"proto3" json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
|
|