Interface AdditionalPodRangesConfigOrBuilder

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

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

      • getPodRangeNamesList

        List<String> getPodRangeNamesList()
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Returns:
        A list containing the podRangeNames.
      • getPodRangeNamesCount

        int getPodRangeNamesCount()
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Returns:
        The count of podRangeNames.
      • getPodRangeNames

        String getPodRangeNames​(int index)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The podRangeNames at the given index.
      • getPodRangeNamesBytes

        com.google.protobuf.ByteString getPodRangeNamesBytes​(int index)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the podRangeNames at the given index.
      • getPodRangeInfoList

        List<RangeInfo> getPodRangeInfoList()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfo

        RangeInfo getPodRangeInfo​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfoCount

        int getPodRangeInfoCount()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfoOrBuilderList

        List<? extends RangeInfoOrBuilder> getPodRangeInfoOrBuilderList()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfoOrBuilder

        RangeInfoOrBuilder getPodRangeInfoOrBuilder​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];