Package com.google.cloud.compute.v1
Interface InstanceGroupManagersListManagedInstancesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagersListManagedInstancesResponse,InstanceGroupManagersListManagedInstancesResponse.Builder
public interface InstanceGroupManagersListManagedInstancesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedInstancegetManagedInstances(int index)[Output Only] The list of instances in the managed instance group.intgetManagedInstancesCount()[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.ManagedInstanceOrBuildergetManagedInstancesOrBuilder(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.StringgetNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.com.google.protobuf.ByteStringgetNextPageTokenBytes()[Output Only] This token allows you to get the next page of results for list requests.booleanhasNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getManagedInstancesList
List<ManagedInstance> getManagedInstancesList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
-
getManagedInstances
ManagedInstance getManagedInstances(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
-
getManagedInstancesCount
int getManagedInstancesCount()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
-
getManagedInstancesOrBuilderList
List<? extends ManagedInstanceOrBuilder> getManagedInstancesOrBuilderList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
-
getManagedInstancesOrBuilder
ManagedInstanceOrBuilder getManagedInstancesOrBuilder(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
-
hasNextPageToken
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;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-
-