|
|
@@ -46,6 +46,7 @@ func (m *DoubleValue) Reset() { *m = DoubleValue{} }
|
|
|
func (m *DoubleValue) String() string { return proto.CompactTextString(m) }
|
|
|
func (*DoubleValue) ProtoMessage() {}
|
|
|
func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
+func (*DoubleValue) XXX_WellKnownType() string { return "DoubleValue" }
|
|
|
|
|
|
// Wrapper message for `float`.
|
|
|
//
|
|
|
@@ -59,6 +60,7 @@ func (m *FloatValue) Reset() { *m = FloatValue{} }
|
|
|
func (m *FloatValue) String() string { return proto.CompactTextString(m) }
|
|
|
func (*FloatValue) ProtoMessage() {}
|
|
|
func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
|
|
+func (*FloatValue) XXX_WellKnownType() string { return "FloatValue" }
|
|
|
|
|
|
// Wrapper message for `int64`.
|
|
|
//
|
|
|
@@ -72,6 +74,7 @@ func (m *Int64Value) Reset() { *m = Int64Value{} }
|
|
|
func (m *Int64Value) String() string { return proto.CompactTextString(m) }
|
|
|
func (*Int64Value) ProtoMessage() {}
|
|
|
func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
+func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" }
|
|
|
|
|
|
// Wrapper message for `uint64`.
|
|
|
//
|
|
|
@@ -85,6 +88,7 @@ func (m *UInt64Value) Reset() { *m = UInt64Value{} }
|
|
|
func (m *UInt64Value) String() string { return proto.CompactTextString(m) }
|
|
|
func (*UInt64Value) ProtoMessage() {}
|
|
|
func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
+func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" }
|
|
|
|
|
|
// Wrapper message for `int32`.
|
|
|
//
|
|
|
@@ -98,6 +102,7 @@ func (m *Int32Value) Reset() { *m = Int32Value{} }
|
|
|
func (m *Int32Value) String() string { return proto.CompactTextString(m) }
|
|
|
func (*Int32Value) ProtoMessage() {}
|
|
|
func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
|
|
+func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" }
|
|
|
|
|
|
// Wrapper message for `uint32`.
|
|
|
//
|
|
|
@@ -111,6 +116,7 @@ func (m *UInt32Value) Reset() { *m = UInt32Value{} }
|
|
|
func (m *UInt32Value) String() string { return proto.CompactTextString(m) }
|
|
|
func (*UInt32Value) ProtoMessage() {}
|
|
|
func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
|
|
+func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" }
|
|
|
|
|
|
// Wrapper message for `bool`.
|
|
|
//
|
|
|
@@ -124,6 +130,7 @@ func (m *BoolValue) Reset() { *m = BoolValue{} }
|
|
|
func (m *BoolValue) String() string { return proto.CompactTextString(m) }
|
|
|
func (*BoolValue) ProtoMessage() {}
|
|
|
func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
|
|
+func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" }
|
|
|
|
|
|
// Wrapper message for `string`.
|
|
|
//
|
|
|
@@ -137,6 +144,7 @@ func (m *StringValue) Reset() { *m = StringValue{} }
|
|
|
func (m *StringValue) String() string { return proto.CompactTextString(m) }
|
|
|
func (*StringValue) ProtoMessage() {}
|
|
|
func (*StringValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
|
|
+func (*StringValue) XXX_WellKnownType() string { return "StringValue" }
|
|
|
|
|
|
// Wrapper message for `bytes`.
|
|
|
//
|
|
|
@@ -150,6 +158,7 @@ func (m *BytesValue) Reset() { *m = BytesValue{} }
|
|
|
func (m *BytesValue) String() string { return proto.CompactTextString(m) }
|
|
|
func (*BytesValue) ProtoMessage() {}
|
|
|
func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
|
|
+func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" }
|
|
|
|
|
|
func init() {
|
|
|
proto.RegisterType((*DoubleValue)(nil), "google.protobuf.DoubleValue")
|