Google Cloud Dataproc Metastore V1alpha Client - Class Service (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class Service.

A managed metastore service that serves metadata queries.

Generated from protobuf message google.cloud.metastore.v1alpha.Service

Namespace

Google \ Cloud \ Metastore \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ hive_metastore_config Google\Cloud\Metastore\V1alpha\HiveMetastoreConfig

Configuration information specific to running Hive metastore software as the metastore service.

↳ name string

Immutable. The relative resource name of the metastore service, in the following format: projects/{project_number}/locations/{location_id}/services/{service_id}.

↳ create_time Google\Protobuf\Timestamp

Output only. The time when the metastore service was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The time when the metastore service was last updated.

↳ labels array|Google\Protobuf\Internal\MapField

User-defined labels for the metastore service.

↳ network string

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form: projects/{project_number}/global/networks/{network_id}.

↳ endpoint_uri string

Output only. The URI of the endpoint used to access the metastore service.

↳ port int

The TCP port at which the metastore service is reached. Default: 9083.

↳ state int

Output only. The current state of the metastore service.

↳ state_message string

Output only. Additional information about the current state of the metastore service, if available.

↳ artifact_gcs_uri string

Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

↳ tier int

The tier of the service.

↳ metadata_integration Google\Cloud\Metastore\V1alpha\MetadataIntegration

The setting that defines how metastore metadata should be integrated with external services and systems.

↳ maintenance_window Google\Cloud\Metastore\V1alpha\MaintenanceWindow

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.

↳ uid string

Output only. The globally unique resource identifier of the metastore service.

↳ metadata_management_activity Google\Cloud\Metastore\V1alpha\MetadataManagementActivity

Output only. The metadata management activities of the metastore service.

↳ release_channel int

Immutable. The release channel of the service. If unspecified, defaults to STABLE.

↳ encryption_config Google\Cloud\Metastore\V1alpha\EncryptionConfig

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

↳ network_config Google\Cloud\Metastore\V1alpha\NetworkConfig

The configuration specifying the network settings for the Dataproc Metastore service.

↳ database_type int

Immutable. The database type that the Metastore service stores its data.

↳ telemetry_config Google\Cloud\Metastore\V1alpha\TelemetryConfig

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

↳ scaling_config Google\Cloud\Metastore\V1alpha\ScalingConfig

Scaling configuration of the metastore service.

getHiveMetastoreConfig

Configuration information specific to running Hive metastore software as the metastore service.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\HiveMetastoreConfig|null

hasHiveMetastoreConfig

setHiveMetastoreConfig

Configuration information specific to running Hive metastore software as the metastore service.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\HiveMetastoreConfig
Returns
TypeDescription
$this

getName

Immutable. The relative resource name of the metastore service, in the following format: projects/{project_number}/locations/{location_id}/services/{service_id}.

Returns
TypeDescription
string

setName

Immutable. The relative resource name of the metastore service, in the following format: projects/{project_number}/locations/{location_id}/services/{service_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The time when the metastore service was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time when the metastore service was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The time when the metastore service was last updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time when the metastore service was last updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

User-defined labels for the metastore service.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

User-defined labels for the metastore service.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getNetwork

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form: projects/{project_number}/global/networks/{network_id}.

Returns
TypeDescription
string

setNetwork

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form: projects/{project_number}/global/networks/{network_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndpointUri

Output only. The URI of the endpoint used to access the metastore service.

Returns
TypeDescription
string

setEndpointUri

Output only. The URI of the endpoint used to access the metastore service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPort

The TCP port at which the metastore service is reached. Default: 9083.

Returns
TypeDescription
int

setPort

The TCP port at which the metastore service is reached. Default: 9083.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getState

Output only. The current state of the metastore service.

Returns
TypeDescription
int

setState

Output only. The current state of the metastore service.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStateMessage

Output only. Additional information about the current state of the metastore service, if available.

Returns
TypeDescription
string

setStateMessage

Output only. Additional information about the current state of the metastore service, if available.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getArtifactGcsUri

Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

Returns
TypeDescription
string

setArtifactGcsUri

Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTier

The tier of the service.

Returns
TypeDescription
int

setTier

The tier of the service.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMetadataIntegration

The setting that defines how metastore metadata should be integrated with external services and systems.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\MetadataIntegration|null

hasMetadataIntegration

clearMetadataIntegration

setMetadataIntegration

The setting that defines how metastore metadata should be integrated with external services and systems.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\MetadataIntegration
Returns
TypeDescription
$this

getMaintenanceWindow

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.

Maintenance window is not needed for services with the SPANNER database type.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\MaintenanceWindow|null

hasMaintenanceWindow

clearMaintenanceWindow

setMaintenanceWindow

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.

Maintenance window is not needed for services with the SPANNER database type.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\MaintenanceWindow
Returns
TypeDescription
$this

getUid

Output only. The globally unique resource identifier of the metastore service.

Returns
TypeDescription
string

setUid

Output only. The globally unique resource identifier of the metastore service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadataManagementActivity

Output only. The metadata management activities of the metastore service.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\MetadataManagementActivity|null

hasMetadataManagementActivity

clearMetadataManagementActivity

setMetadataManagementActivity

Output only. The metadata management activities of the metastore service.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\MetadataManagementActivity
Returns
TypeDescription
$this

getReleaseChannel

Immutable. The release channel of the service.

If unspecified, defaults to STABLE.

Returns
TypeDescription
int

setReleaseChannel

Immutable. The release channel of the service.

If unspecified, defaults to STABLE.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getEncryptionConfig

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\EncryptionConfig|null

hasEncryptionConfig

clearEncryptionConfig

setEncryptionConfig

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\EncryptionConfig
Returns
TypeDescription
$this

getNetworkConfig

The configuration specifying the network settings for the Dataproc Metastore service.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\NetworkConfig|null

hasNetworkConfig

clearNetworkConfig

setNetworkConfig

The configuration specifying the network settings for the Dataproc Metastore service.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\NetworkConfig
Returns
TypeDescription
$this

getDatabaseType

Immutable. The database type that the Metastore service stores its data.

Returns
TypeDescription
int

setDatabaseType

Immutable. The database type that the Metastore service stores its data.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTelemetryConfig

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\TelemetryConfig|null

hasTelemetryConfig

clearTelemetryConfig

setTelemetryConfig

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\TelemetryConfig
Returns
TypeDescription
$this

getScalingConfig

Scaling configuration of the metastore service.

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\ScalingConfig|null

hasScalingConfig

clearScalingConfig

setScalingConfig

Scaling configuration of the metastore service.

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\ScalingConfig
Returns
TypeDescription
$this

getMetastoreConfig

Returns
TypeDescription
string