Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class NetworkConfig.
Network configuration for the Dataproc Metastore service.
Generated from protobuf message google.cloud.metastore.v1beta.NetworkConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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. |
getConsumers
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
Generated from protobuf field repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConsumers
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
Generated from protobuf field repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Metastore\V1beta\NetworkConfig\Consumer>
|
Returns | |
---|---|
Type | Description |
$this |