接口 WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
WorkloadGroupOuterClass.ExecHealthCheckConfig, WorkloadGroupOuterClass.ExecHealthCheckConfig.Builder
封闭类:
WorkloadGroupOuterClass

public static interface WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    getCommand(int index)
    Command to run.
    com.google.protobuf.ByteString
    getCommandBytes(int index)
    Command to run.
    int
    Command to run.
    Command to run.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getCommandList

      List<String> getCommandList()
       Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       
      repeated string command = 1;
      返回:
      A list containing the command.
    • getCommandCount

      int getCommandCount()
       Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       
      repeated string command = 1;
      返回:
      The count of command.
    • getCommand

      String getCommand(int index)
       Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       
      repeated string command = 1;
      参数:
      index - The index of the element to return.
      返回:
      The command at the given index.
    • getCommandBytes

      com.google.protobuf.ByteString getCommandBytes(int index)
       Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       
      repeated string command = 1;
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the command at the given index.