Class: Google::Cloud::VisionAI::V1::FacetValue
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::FacetValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Definition of a single value with generic type.
Instance Attribute Summary collapse
-
#datetime_value ⇒ ::Google::Type::DateTime
Datetime type value.
-
#integer_value ⇒ ::Integer
Integer type value.
-
#string_value ⇒ ::String
String type value.
Instance Attribute Details
#datetime_value ⇒ ::Google::Type::DateTime
Returns Datetime type value.
Note: The following fields are mutually exclusive: datetime_value, string_value, integer_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
2448 2449 2450 2451 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2448 class FacetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#integer_value ⇒ ::Integer
Returns Integer type value.
Note: The following fields are mutually exclusive: integer_value, string_value, datetime_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
2448 2449 2450 2451 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2448 class FacetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::String
Returns String type value.
Note: The following fields are mutually exclusive: string_value, integer_value, datetime_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
2448 2449 2450 2451 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2448 class FacetValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |