public interface NetworkAttachmentListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
com.google.protobuf.ByteString |
getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.
|
NetworkAttachment |
getItems(int index)
A list of NetworkAttachment resources.
|
int |
getItemsCount()
A list of NetworkAttachment resources.
|
List<NetworkAttachment> |
getItemsList()
A list of NetworkAttachment resources.
|
NetworkAttachmentOrBuilder |
getItemsOrBuilder(int index)
A list of NetworkAttachment resources.
|
List<? extends NetworkAttachmentOrBuilder> |
getItemsOrBuilderList()
A list of NetworkAttachment resources.
|
String |
getKind()
optional string kind = 3292052; |
com.google.protobuf.ByteString |
getKindBytes()
optional string kind = 3292052; |
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.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning message.
|
boolean |
hasId()
[Output Only] Unique identifier for the resource; defined by the server.
|
boolean |
hasKind()
optional string kind = 3292052; |
boolean |
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for this resource.
|
boolean |
hasWarning()
[Output Only] Informational warning message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;String getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;com.google.protobuf.ByteString getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;List<NetworkAttachment> getItemsList()
A list of NetworkAttachment resources.
repeated .google.cloud.compute.v1.NetworkAttachment items = 100526016;NetworkAttachment getItems(int index)
A list of NetworkAttachment resources.
repeated .google.cloud.compute.v1.NetworkAttachment items = 100526016;int getItemsCount()
A list of NetworkAttachment resources.
repeated .google.cloud.compute.v1.NetworkAttachment items = 100526016;List<? extends NetworkAttachmentOrBuilder> getItemsOrBuilderList()
A list of NetworkAttachment resources.
repeated .google.cloud.compute.v1.NetworkAttachment items = 100526016;NetworkAttachmentOrBuilder getItemsOrBuilder(int index)
A list of NetworkAttachment resources.
repeated .google.cloud.compute.v1.NetworkAttachment items = 100526016;boolean hasKind()
optional string kind = 3292052;String getKind()
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
optional string kind = 3292052;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 hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;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.