Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class NetworkConfig.
Network configuration for the Dataproc Metastore service.
Next available ID: 4
Generated from protobuf message google.cloud.metastore.v1alpha.NetworkConfig
Namespace
Google \ Cloud \ Metastore \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ consumers |
array<NetworkConfig\Consumer>
Immutable. The consumer-side network configuration for the Dataproc Metastore instance. |
↳ custom_routes_enabled |
bool
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network. |
getConsumers
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setConsumers
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
| Parameter | |
|---|---|
| Name | Description |
var |
array<NetworkConfig\Consumer>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomRoutesEnabled
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCustomRoutesEnabled
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|