Package com.google.container.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangeInfo
getPodRangeInfo(int index)
Output only.int
getPodRangeInfoCount()
Output only.List<RangeInfo>
getPodRangeInfoList()
Output only.RangeInfoOrBuilder
getPodRangeInfoOrBuilder(int index)
Output only.List<? extends RangeInfoOrBuilder>
getPodRangeInfoOrBuilderList()
Output only.String
getPodRangeNames(int index)
Name for pod secondary ipv4 range which has the actual range defined ahead.com.google.protobuf.ByteString
getPodRangeNamesBytes(int index)
Name for pod secondary ipv4 range which has the actual range defined ahead.int
getPodRangeNamesCount()
Name for pod secondary ipv4 range which has the actual range defined ahead.List<String>
getPodRangeNamesList()
Name for pod secondary ipv4 range which has the actual range defined ahead.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-