public interface RegionInstanceGroupsListInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceState()
Instances in which state should be returned.
|
com.google.protobuf.ByteString |
getInstanceStateBytes()
Instances in which state should be returned.
|
String |
getPortName()
Name of port user is interested in.
|
com.google.protobuf.ByteString |
getPortNameBytes()
Name of port user is interested in.
|
boolean |
hasInstanceState()
Instances in which state should be returned.
|
boolean |
hasPortName()
Name of port user is interested in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstanceState()
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;String getInstanceState()
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;com.google.protobuf.ByteString getInstanceStateBytes()
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances. Check the InstanceState enum for the list of possible values.
optional string instance_state = 92223591;boolean hasPortName()
Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
optional string port_name = 41534345;String getPortName()
Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
optional string port_name = 41534345;com.google.protobuf.ByteString getPortNameBytes()
Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
optional string port_name = 41534345;Copyright © 2023 Google LLC. All rights reserved.