enum Google::Cloud::BigQuery::JobStatistics::ReservationEdition

Defined in:

cloud/big_query.cr

Enum Members

RESERVATION_EDITION_UNSPECIFIED = 0

Default value, which will be treated as ENTERPRISE.

STANDARD = 1

Standard edition.

ENTERPRISE = 2

Enterprise edition.

ENTERPRISE_PLUS = 3

Enterprise Plus edition.

Instance Method Summary

Instance Method Detail

def enterprise? #

Returns true if this enum value equals ENTERPRISE


[View source]
def enterprise_plus? #

Returns true if this enum value equals ENTERPRISE_PLUS


[View source]
def reservation_edition_unspecified? #

Returns true if this enum value equals RESERVATION_EDITION_UNSPECIFIED


[View source]
def standard? #

Returns true if this enum value equals STANDARD


[View source]