Google Cloud Dataproc Metastore V1beta Client - Class NetworkConfig (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class NetworkConfig.

Network configuration for the Dataproc Metastore service.

Next available ID: 4

Generated from protobuf message google.cloud.metastore.v1beta.NetworkConfig

Namespace

Google \ Cloud \ Metastore \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ consumers array<Google\Cloud\Metastore\V1beta\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConsumers

Immutable. The consumer-side network configuration for the Dataproc Metastore instance.

Parameter
NameDescription
var array<Google\Cloud\Metastore\V1beta\NetworkConfig\Consumer>
Returns
TypeDescription
$this

getCustomRoutesEnabled

Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.

Returns
TypeDescription
bool

setCustomRoutesEnabled

Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this