Package com.google.cloud.compute.v1
Interface NetworkAttachmentsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkAttachmentsScopedList
,NetworkAttachmentsScopedList.Builder
public interface NetworkAttachmentsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkAttachment
getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.int
getNetworkAttachmentsCount()
A list of NetworkAttachments contained in this scope.List<NetworkAttachment>
getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.NetworkAttachmentOrBuilder
getNetworkAttachmentsOrBuilder(int index)
A list of NetworkAttachments contained in this scope.List<? extends NetworkAttachmentOrBuilder>
getNetworkAttachmentsOrBuilderList()
A list of NetworkAttachments contained in this scope.Warning
getWarning()
Informational warning which replaces the list of network attachments when the list is empty.WarningOrBuilder
getWarningOrBuilder()
Informational warning which replaces the list of network attachments when the list is empty.boolean
hasWarning()
Informational warning which replaces the list of network attachments when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkAttachmentsList
List<NetworkAttachment> getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
-
getNetworkAttachments
NetworkAttachment getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
-
getNetworkAttachmentsCount
int getNetworkAttachmentsCount()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
-
getNetworkAttachmentsOrBuilderList
List<? extends NetworkAttachmentOrBuilder> getNetworkAttachmentsOrBuilderList()
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
-
getNetworkAttachmentsOrBuilder
NetworkAttachmentOrBuilder getNetworkAttachmentsOrBuilder(int index)
A list of NetworkAttachments contained in this scope.
repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
-
hasWarning
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:
- Whether the warning field is set.
-
getWarning
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:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of network attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-