Interface Node.FailPointActionOrBuilder

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

public static interface Node.FailPointActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string arg = 5;
    com.google.protobuf.ByteString
    string arg = 5;
    int
    action max run count
    int
    action run percent
    int
    already run count
    action type
    com.google.protobuf.ByteString
    action type

    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

    • getType

      String getType()
       action type
       
      string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       action type
       
      string type = 1;
      Returns:
      The bytes for type.
    • getPercent

      int getPercent()
       action run percent
       
      uint32 percent = 2;
      Returns:
      The percent.
    • getMaxCount

      int getMaxCount()
       action max run count
       
      uint32 max_count = 3;
      Returns:
      The maxCount.
    • getRunCount

      int getRunCount()
       already run count
       
      uint32 run_count = 4;
      Returns:
      The runCount.
    • getArg

      String getArg()
      string arg = 5;
      Returns:
      The arg.
    • getArgBytes

      com.google.protobuf.ByteString getArgBytes()
      string arg = 5;
      Returns:
      The bytes for arg.