public interface NetworkConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig.Consumer |
getConsumers(int index)
Immutable.
|
int |
getConsumersCount()
Immutable.
|
List<NetworkConfig.Consumer> |
getConsumersList()
Immutable.
|
NetworkConfig.ConsumerOrBuilder |
getConsumersOrBuilder(int index)
Immutable.
|
List<? extends NetworkConfig.ConsumerOrBuilder> |
getConsumersOrBuilderList()
Immutable.
|
boolean |
getCustomRoutesEnabled()
Enables custom routes to be imported and exported for the Dataproc
Metastore service's peered VPC network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
boolean getCustomRoutesEnabled()
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
bool custom_routes_enabled = 2;Copyright © 2024 Google LLC. All rights reserved.