接口 WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.String getCommand​(int index)
      Command to run.
      com.google.protobuf.ByteString getCommandBytes​(int index)
      Command to run.
      int getCommandCount()
      Command to run.
      java.util.List<java.lang.String> getCommandList()
      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

        java.util.List<java.lang.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

        java.lang.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.