public interface InstanceGroupManagersListPerInstanceConfigsRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PerInstanceConfig |
getItems(int index)
[Output Only] The list of PerInstanceConfig.
|
int |
getItemsCount()
[Output Only] The list of PerInstanceConfig.
|
List<PerInstanceConfig> |
getItemsList()
[Output Only] The list of PerInstanceConfig.
|
PerInstanceConfigOrBuilder |
getItemsOrBuilder(int index)
[Output Only] The list of PerInstanceConfig.
|
List<? extends PerInstanceConfigOrBuilder> |
getItemsOrBuilderList()
[Output Only] The list of PerInstanceConfig.
|
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.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning message.
|
boolean |
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
boolean |
hasWarning()
[Output Only] Informational warning message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PerInstanceConfig> getItemsList()
[Output Only] The list of PerInstanceConfig.
repeated .google.cloud.compute.v1.PerInstanceConfig items = 100526016;PerInstanceConfig getItems(int index)
[Output Only] The list of PerInstanceConfig.
repeated .google.cloud.compute.v1.PerInstanceConfig items = 100526016;int getItemsCount()
[Output Only] The list of PerInstanceConfig.
repeated .google.cloud.compute.v1.PerInstanceConfig items = 100526016;List<? extends PerInstanceConfigOrBuilder> getItemsOrBuilderList()
[Output Only] The list of PerInstanceConfig.
repeated .google.cloud.compute.v1.PerInstanceConfig items = 100526016;PerInstanceConfigOrBuilder getItemsOrBuilder(int index)
[Output Only] The list of PerInstanceConfig.
repeated .google.cloud.compute.v1.PerInstanceConfig items = 100526016;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;boolean hasWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.