Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class LocationMetadata.
Metadata about the service in a location.
Generated from protobuf message google.cloud.metastore.v1beta.LocationMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ supported_hive_metastore_versions |
array<Google\Cloud\Metastore\V1beta\LocationMetadata\HiveMetastoreVersion>
The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one |
getSupportedHiveMetastoreVersions
The versions of Hive Metastore that can be used when creating a new
metastore service in this location. The server guarantees that exactly one
HiveMetastoreVersion
in the list will set is_default
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSupportedHiveMetastoreVersions
The versions of Hive Metastore that can be used when creating a new
metastore service in this location. The server guarantees that exactly one
HiveMetastoreVersion
in the list will set is_default
.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Metastore\V1beta\LocationMetadata\HiveMetastoreVersion>
|
Returns | |
---|---|
Type | Description |
$this |