接口 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
-
方法概要
修饰符和类型方法说明getCommand(int index) Command to run.com.google.protobuf.ByteStringgetCommandBytes(int index) Command to run.intCommand 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
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
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.
-