public interface InstanceGroupManagersListManagedInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ManagedInstance |
getManagedInstances(int index)
[Output Only] The list of instances in the managed instance group.
|
int |
getManagedInstancesCount()
[Output Only] The list of instances in the managed instance group.
|
List<ManagedInstance> |
getManagedInstancesList()
[Output Only] The list of instances in the managed instance group.
|
ManagedInstanceOrBuilder |
getManagedInstancesOrBuilder(int index)
[Output Only] The list of instances in the managed instance group.
|
List<? extends ManagedInstanceOrBuilder> |
getManagedInstancesOrBuilderList()
[Output Only] The list of instances in the managed instance group.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests.
|
boolean |
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ManagedInstance> getManagedInstancesList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;ManagedInstance getManagedInstances(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;int getManagedInstancesCount()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;List<? extends ManagedInstanceOrBuilder> getManagedInstancesOrBuilderList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;ManagedInstanceOrBuilder getManagedInstancesOrBuilder(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;boolean hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;String getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;com.google.protobuf.ByteString getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;Copyright © 2023 Google LLC. All rights reserved.