Interface V1Batch.UncountedTerminatedPodsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Batch.UncountedTerminatedPods, V1Batch.UncountedTerminatedPods.Builder
Enclosing class:
V1Batch

public static interface V1Batch.UncountedTerminatedPodsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFailed(int index)
    Failed holds UIDs of failed Pods.
    com.google.protobuf.ByteString
    getFailedBytes(int index)
    Failed holds UIDs of failed Pods.
    int
    Failed holds UIDs of failed Pods.
    Failed holds UIDs of failed Pods.
    getSucceeded(int index)
    Succeeded holds UIDs of succeeded Pods.
    com.google.protobuf.ByteString
    getSucceededBytes(int index)
    Succeeded holds UIDs of succeeded Pods.
    int
    Succeeded holds UIDs of succeeded Pods.
    Succeeded holds UIDs of succeeded Pods.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSucceededList

      List<String> getSucceededList()
       Succeeded holds UIDs of succeeded Pods.
       +listType=set
       +optional
       
      repeated string succeeded = 1;
    • getSucceededCount

      int getSucceededCount()
       Succeeded holds UIDs of succeeded Pods.
       +listType=set
       +optional
       
      repeated string succeeded = 1;
    • getSucceeded

      String getSucceeded(int index)
       Succeeded holds UIDs of succeeded Pods.
       +listType=set
       +optional
       
      repeated string succeeded = 1;
    • getSucceededBytes

      com.google.protobuf.ByteString getSucceededBytes(int index)
       Succeeded holds UIDs of succeeded Pods.
       +listType=set
       +optional
       
      repeated string succeeded = 1;
    • getFailedList

      List<String> getFailedList()
       Failed holds UIDs of failed Pods.
       +listType=set
       +optional
       
      repeated string failed = 2;
    • getFailedCount

      int getFailedCount()
       Failed holds UIDs of failed Pods.
       +listType=set
       +optional
       
      repeated string failed = 2;
    • getFailed

      String getFailed(int index)
       Failed holds UIDs of failed Pods.
       +listType=set
       +optional
       
      repeated string failed = 2;
    • getFailedBytes

      com.google.protobuf.ByteString getFailedBytes(int index)
       Failed holds UIDs of failed Pods.
       +listType=set
       +optional
       
      repeated string failed = 2;