Interface InstanceGroupsListInstancesRequestOrBuilder (1.52.0)

public interface InstanceGroupsListInstancesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceState()

public abstract 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;

Returns
Type Description
String

The instanceState.

getInstanceStateBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for instanceState.

hasInstanceState()

public abstract boolean 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;

Returns
Type Description
boolean

Whether the instanceState field is set.