public interface NetworkConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConsumers(int index)
public abstract NetworkConfig.Consumer getConsumers(int index)Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NetworkConfig.Consumer |
|
getConsumersCount()
public abstract int getConsumersCount()Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
int |
|
getConsumersList()
public abstract List<NetworkConfig.Consumer> getConsumersList()Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
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.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NetworkConfig.ConsumerOrBuilder |
|
getConsumersOrBuilderList()
public abstract List<? extends NetworkConfig.ConsumerOrBuilder> getConsumersOrBuilderList()Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
repeated .google.cloud.metastore.v1beta.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.metastore.v1beta.NetworkConfig.ConsumerOrBuilder> |
|
getCustomRoutesEnabled()
public abstract boolean getCustomRoutesEnabled()Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
bool custom_routes_enabled = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The customRoutesEnabled. |