Class: Google::Cloud::DiscoveryEngine::V1::Interval

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/common.rb

Overview

A floating point interval.

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_maximum::Float

Returns Exclusive upper bound.

Note: The following fields are mutually exclusive: exclusive_maximum, maximum. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

    Exclusive upper bound.

    Note: The following fields are mutually exclusive: exclusive_maximum, maximum. If a field in that set is populated, all other fields in the set will automatically be cleared.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclusive_minimum::Float

Returns Exclusive lower bound.

Note: The following fields are mutually exclusive: exclusive_minimum, minimum. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

    Exclusive lower bound.

    Note: The following fields are mutually exclusive: exclusive_minimum, minimum. If a field in that set is populated, all other fields in the set will automatically be cleared.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#maximum::Float

Returns Inclusive upper bound.

Note: The following fields are mutually exclusive: maximum, exclusive_maximum. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

    Inclusive upper bound.

    Note: The following fields are mutually exclusive: maximum, exclusive_maximum. If a field in that set is populated, all other fields in the set will automatically be cleared.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#minimum::Float

Returns Inclusive lower bound.

Note: The following fields are mutually exclusive: minimum, exclusive_minimum. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

    Inclusive lower bound.

    Note: The following fields are mutually exclusive: minimum, exclusive_minimum. If a field in that set is populated, all other fields in the set will automatically be cleared.



45
46
47
48
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end