public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class NetworkConfig.
Network configuration for the Dataproc Metastore service.
Implements
IMessageNetworkConfig, IEquatableNetworkConfig, IDeepCloneableNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
NetworkConfig()
public NetworkConfig()
NetworkConfig(NetworkConfig)
public NetworkConfig(NetworkConfig other)
Parameter | |
---|---|
Name | Description |
other | NetworkConfig |
Properties
Consumers
public RepeatedField<NetworkConfig.Types.Consumer> Consumers { get; }
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNetworkConfigTypesConsumer |