接口 WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
WorkloadGroupOuterClass.ExecHealthCheckConfig,WorkloadGroupOuterClass.ExecHealthCheckConfig.Builder
public static interface WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetCommand(int index)Command to run.com.google.protobuf.ByteStringgetCommandBytes(int index)Command to run.intgetCommandCount()Command to run.java.util.List<java.lang.String>getCommandList()Command to run.
-
-
-
方法详细资料
-
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.
-
-