Package com.google.cloud.compute.v1
Interface NodeGroupAggregatedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupAggregatedList,NodeGroupAggregatedList.Builder
public interface NodeGroupAggregatedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsItems(String key)A list of NodeGroupsScopedList resources.StringgetId()[Output Only] Unique identifier for the resource; defined by the server.com.google.protobuf.ByteStringgetIdBytes()[Output Only] Unique identifier for the resource; defined by the server.Map<String,NodeGroupsScopedList>getItems()Deprecated.intgetItemsCount()A list of NodeGroupsScopedList resources.Map<String,NodeGroupsScopedList>getItemsMap()A list of NodeGroupsScopedList resources.NodeGroupsScopedListgetItemsOrDefault(String key, NodeGroupsScopedList defaultValue)A list of NodeGroupsScopedList resources.NodeGroupsScopedListgetItemsOrThrow(String key)A list of NodeGroupsScopedList resources.StringgetKind()[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.com.google.protobuf.ByteStringgetKindBytes()[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.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.StringgetSelfLink()[Output Only] Server-defined URL for this resource.com.google.protobuf.ByteStringgetSelfLinkBytes()[Output Only] Server-defined URL for this resource.StringgetUnreachables(int index)[Output Only] Unreachable resources.com.google.protobuf.ByteStringgetUnreachablesBytes(int index)[Output Only] Unreachable resources.intgetUnreachablesCount()[Output Only] Unreachable resources.List<String>getUnreachablesList()[Output Only] Unreachable resources.WarninggetWarning()[Output Only] Informational warning message.WarningOrBuildergetWarningOrBuilder()[Output Only] Informational warning message.booleanhasId()[Output Only] Unique identifier for the resource; defined by the server.booleanhasKind()[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.booleanhasNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.booleanhasSelfLink()[Output Only] Server-defined URL for this resource.booleanhasWarning()[Output Only] Informational warning message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Returns:
- Whether the id field is set.
-
getId
String getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Returns:
- The bytes for id.
-
getItemsCount
int getItemsCount()
A list of NodeGroupsScopedList resources.
map<string, .google.cloud.compute.v1.NodeGroupsScopedList> items = 100526016;
-
containsItems
boolean containsItems(String key)
A list of NodeGroupsScopedList resources.
map<string, .google.cloud.compute.v1.NodeGroupsScopedList> items = 100526016;
-
getItems
@Deprecated Map<String,NodeGroupsScopedList> getItems()
Deprecated.UsegetItemsMap()instead.
-
getItemsMap
Map<String,NodeGroupsScopedList> getItemsMap()
A list of NodeGroupsScopedList resources.
map<string, .google.cloud.compute.v1.NodeGroupsScopedList> items = 100526016;
-
getItemsOrDefault
NodeGroupsScopedList getItemsOrDefault(String key, NodeGroupsScopedList defaultValue)
A list of NodeGroupsScopedList resources.
map<string, .google.cloud.compute.v1.NodeGroupsScopedList> items = 100526016;
-
getItemsOrThrow
NodeGroupsScopedList getItemsOrThrow(String key)
A list of NodeGroupsScopedList resources.
map<string, .google.cloud.compute.v1.NodeGroupsScopedList> items = 100526016;
-
hasKind
boolean hasKind()
[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.
optional string kind = 3292052;- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.
optional string kind = 3292052;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.
optional string kind = 3292052;- Returns:
- The bytes for kind.
-
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.
-
hasSelfLink
boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Returns:
- Whether the selfLink field is set.
-
getSelfLink
String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Returns:
- The selfLink.
-
getSelfLinkBytes
com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Returns:
- The bytes for selfLink.
-
getUnreachablesList
List<String> getUnreachablesList()
[Output Only] Unreachable resources.
repeated string unreachables = 243372063;- Returns:
- A list containing the unreachables.
-
getUnreachablesCount
int getUnreachablesCount()
[Output Only] Unreachable resources.
repeated string unreachables = 243372063;- Returns:
- The count of unreachables.
-
getUnreachables
String getUnreachables(int index)
[Output Only] Unreachable resources.
repeated string unreachables = 243372063;- Parameters:
index- The index of the element to return.- Returns:
- The unreachables at the given index.
-
getUnreachablesBytes
com.google.protobuf.ByteString getUnreachablesBytes(int index)
[Output Only] Unreachable resources.
repeated string unreachables = 243372063;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachables at the given index.
-
hasWarning
boolean hasWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-