public interface InstanceGroupsListInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceState()
A filter for the state of the instances in the instance group.
|
com.google.protobuf.ByteString |
getInstanceStateBytes()
A filter for the state of the instances in the instance group.
|
boolean |
hasInstanceState()
A filter for the state of the instances in the instance group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstanceState()
A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;String getInstanceState()
A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;com.google.protobuf.ByteString getInstanceStateBytes()
A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;Copyright © 2023 Google LLC. All rights reserved.