Class: Google::Cloud::Channel::V1::ReportValue Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ReportValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
This message is deprecated and may be removed in the next major version update.
A single report value.
Instance Attribute Summary collapse
-
#date_time_value ⇒ ::Google::Type::DateTime
A value of type
google.type.DateTime
(year, month, day, hour, minute, second, and UTC offset or timezone.). -
#date_value ⇒ ::Google::Type::Date
A value of type
google.type.Date
(year, month, day). -
#decimal_value ⇒ ::Google::Type::Decimal
A value of type
google.type.Decimal
, representing non-integer numeric values. -
#int_value ⇒ ::Integer
A value of type
int
. -
#money_value ⇒ ::Google::Type::Money
A value of type
google.type.Money
(currency code, whole units, decimal units). -
#string_value ⇒ ::String
A value of type
string
.
Instance Attribute Details
#date_time_value ⇒ ::Google::Type::DateTime
Returns A value of type google.type.DateTime
(year, month, day, hour, minute,
second, and UTC offset or timezone.).
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#date_value ⇒ ::Google::Type::Date
Returns A value of type google.type.Date
(year, month, day).
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#decimal_value ⇒ ::Google::Type::Decimal
Returns A value of type google.type.Decimal
, representing non-integer numeric
values.
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int_value ⇒ ::Integer
Returns A value of type int
.
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#money_value ⇒ ::Google::Type::Money
Returns A value of type google.type.Money
(currency code, whole units, decimal
units).
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::String
Returns A value of type string
.
343 344 345 346 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 343 class ReportValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |