Class: Google::Cloud::VisionAI::V1::FacetValue

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Type::DateTime)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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