Google Cloud Dataproc Metastore V1 Client - Class NetworkConfig (0.4.1)

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

Network configuration for the Dataproc Metastore service.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ consumers array<Google\Cloud\Metastore\V1\NetworkConfig\Consumer>

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

getConsumers

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

Generated from protobuf field repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConsumers

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

Generated from protobuf field repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];

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