Class: Google::Cloud::Metastore::V1beta::LocationMetadata::HiveMetastoreVersion
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Metastore::V1beta::LocationMetadata::HiveMetastoreVersion
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/metastore/v1beta/metastore.rb
 
Overview
A specification of a supported version of the Hive Metastore software.
Instance Attribute Summary collapse
- 
  
    
      #is_default  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether
versionwill be chosen by the server if a metastore service is created with aHiveMetastoreConfigthat omits theversion. - 
  
    
      #version  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic version of the Hive Metastore software.
 
Instance Attribute Details
#is_default ⇒ ::Boolean
Returns Whether version will be chosen by the server if a metastore service is
created with a HiveMetastoreConfig that omits the version.
      1308 1309 1310 1311  | 
    
      # File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1308 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#version ⇒ ::String
Returns The semantic version of the Hive Metastore software.
      1308 1309 1310 1311  | 
    
      # File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1308 class HiveMetastoreVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |