Interface NetworkConfigOrBuilder (0.14.1)

public interface NetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumers(int index)

public abstract NetworkConfig.Consumer getConsumers(int index)

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

repeated .google.events.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkConfig.Consumer

getConsumersCount()

public abstract int getConsumersCount()

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

repeated .google.events.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1;

Returns
TypeDescription
int

getConsumersList()

public abstract List<NetworkConfig.Consumer> getConsumersList()

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

repeated .google.events.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1;

Returns
TypeDescription
List<Consumer>

getConsumersOrBuilder(int index)

public abstract NetworkConfig.ConsumerOrBuilder getConsumersOrBuilder(int index)

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

repeated .google.events.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkConfig.ConsumerOrBuilder

getConsumersOrBuilderList()

public abstract List<? extends NetworkConfig.ConsumerOrBuilder> getConsumersOrBuilderList()

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

repeated .google.events.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1;

Returns
TypeDescription
List<? extends com.google.events.cloud.metastore.v1.NetworkConfig.ConsumerOrBuilder>