Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class HiveMetastoreVersion.
A specification of a supported version of the Hive Metastore software.
Generated from protobuf message google.cloud.metastore.v1.LocationMetadata.HiveMetastoreVersion
Namespace
Google \ Cloud \ Metastore \ V1 \ LocationMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
string
The semantic version of the Hive Metastore software. |
↳ is_default |
bool
Whether |
getVersion
The semantic version of the Hive Metastore software.
Returns | |
---|---|
Type | Description |
string |
setVersion
The semantic version of the Hive Metastore software.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIsDefault
Whether version
will be chosen by the server if a metastore service is
created with a HiveMetastoreConfig
that omits the version
.
Returns | |
---|---|
Type | Description |
bool |
setIsDefault
Whether version
will be chosen by the server if a metastore service is
created with a HiveMetastoreConfig
that omits the version
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |