public interface ReservationSubBlocksListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Unique identifier for the resource; defined by the server.
|
com.google.protobuf.ByteString |
getIdBytes()
Unique identifier for the resource; defined by the server.
|
ReservationSubBlock |
getItems(int index)
A list of reservation subBlock resources.
|
int |
getItemsCount()
A list of reservation subBlock resources.
|
List<ReservationSubBlock> |
getItemsList()
A list of reservation subBlock resources.
|
ReservationSubBlockOrBuilder |
getItemsOrBuilder(int index)
A list of reservation subBlock resources.
|
List<? extends ReservationSubBlockOrBuilder> |
getItemsOrBuilderList()
A list of reservation subBlock resources.
|
String |
getKind()
Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
Type of the resource.
|
String |
getNextPageToken()
This token allows you to get the next page of results for list requests.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
Server-defined URL for this resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
Server-defined URL for this resource.
|
Warning |
getWarning()
Informational warning message.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning message.
|
boolean |
hasId()
Unique identifier for the resource; defined by the server.
|
boolean |
hasKind()
Type of the resource.
|
boolean |
hasNextPageToken()
This token allows you to get the next page of results for list requests.
|
boolean |
hasSelfLink()
Server-defined URL for this resource.
|
boolean |
hasWarning()
Informational warning message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Unique identifier for the resource; defined by the server.
optional string id = 3355;String getId()
Unique identifier for the resource; defined by the server.
optional string id = 3355;com.google.protobuf.ByteString getIdBytes()
Unique identifier for the resource; defined by the server.
optional string id = 3355;List<ReservationSubBlock> getItemsList()
A list of reservation subBlock resources.
repeated .google.cloud.compute.v1.ReservationSubBlock items = 100526016;ReservationSubBlock getItems(int index)
A list of reservation subBlock resources.
repeated .google.cloud.compute.v1.ReservationSubBlock items = 100526016;int getItemsCount()
A list of reservation subBlock resources.
repeated .google.cloud.compute.v1.ReservationSubBlock items = 100526016;List<? extends ReservationSubBlockOrBuilder> getItemsOrBuilderList()
A list of reservation subBlock resources.
repeated .google.cloud.compute.v1.ReservationSubBlock items = 100526016;ReservationSubBlockOrBuilder getItemsOrBuilder(int index)
A list of reservation subBlock resources.
repeated .google.cloud.compute.v1.ReservationSubBlock items = 100526016;boolean hasKind()
Type of the resource. Always compute#reservationSubBlock for a list of reservation subBlocks.
optional string kind = 3292052;String getKind()
Type of the resource. Always compute#reservationSubBlock for a list of reservation subBlocks.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
Type of the resource. Always compute#reservationSubBlock for a list of reservation subBlocks.
optional string kind = 3292052;boolean hasNextPageToken()
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()
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()
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 hasSelfLink()
Server-defined URL for this resource.
optional string self_link = 456214797;String getSelfLink()
Server-defined URL for this resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
Server-defined URL for this resource.
optional string self_link = 456214797;boolean hasWarning()
Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2025 Google LLC. All rights reserved.