public interface NetworkAttachmentsScopedListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNetworkAttachments(int index)
public abstract NetworkAttachment getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NetworkAttachment |
getNetworkAttachmentsCount()
public abstract int getNetworkAttachmentsCount()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
Returns | |
---|---|
Type | Description |
int |
getNetworkAttachmentsList()
public abstract List<NetworkAttachment> getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
Returns | |
---|---|
Type | Description |
List<NetworkAttachment> |
getNetworkAttachmentsOrBuilder(int index)
public abstract NetworkAttachmentOrBuilder getNetworkAttachmentsOrBuilder(int index)
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NetworkAttachmentOrBuilder |
getNetworkAttachmentsOrBuilderList()
public abstract List<? extends NetworkAttachmentOrBuilder> getNetworkAttachmentsOrBuilderList()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.NetworkAttachmentOrBuilder> |
getWarning()
public abstract Warning getWarning()
Informational warning which replaces the list of network attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of network attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()
Informational warning which replaces the list of network attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
boolean |
Whether the warning field is set. |