Interface NetworkAttachmentsScopedListOrBuilder (1.51.0)

public interface NetworkAttachmentsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
NetworkAttachment

getNetworkAttachmentsCount()

public abstract int getNetworkAttachmentsCount()

A list of NetworkAttachments contained in this scope.

repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.