Interface NetworkConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NetworkConfig, NetworkConfig.Builder

    public interface NetworkConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getConsumersList

        List<NetworkConfig.Consumer> getConsumersList()
         Immutable. The consumer-side network configuration for the Dataproc
         Metastore instance.
         
        repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
      • getConsumers

        NetworkConfig.Consumer getConsumers​(int index)
         Immutable. The consumer-side network configuration for the Dataproc
         Metastore instance.
         
        repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
      • getConsumersCount

        int getConsumersCount()
         Immutable. The consumer-side network configuration for the Dataproc
         Metastore instance.
         
        repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
      • getConsumersOrBuilderList

        List<? extends NetworkConfig.ConsumerOrBuilder> getConsumersOrBuilderList()
         Immutable. The consumer-side network configuration for the Dataproc
         Metastore instance.
         
        repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
      • getConsumersOrBuilder

        NetworkConfig.ConsumerOrBuilder getConsumersOrBuilder​(int index)
         Immutable. The consumer-side network configuration for the Dataproc
         Metastore instance.
         
        repeated .google.cloud.metastore.v1.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];