public interface ServiceAttachmentsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceAttachment |
getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.
|
int |
getServiceAttachmentsCount()
A list of ServiceAttachments contained in this scope.
|
List<ServiceAttachment> |
getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.
|
ServiceAttachmentOrBuilder |
getServiceAttachmentsOrBuilder(int index)
A list of ServiceAttachments contained in this scope.
|
List<? extends ServiceAttachmentOrBuilder> |
getServiceAttachmentsOrBuilderList()
A list of ServiceAttachments contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of service attachments when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of service attachments when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of service attachments when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServiceAttachment> getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
ServiceAttachment getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
int getServiceAttachmentsCount()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
List<? extends ServiceAttachmentOrBuilder> getServiceAttachmentsOrBuilderList()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
ServiceAttachmentOrBuilder getServiceAttachmentsOrBuilder(int index)
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
boolean hasWarning()
Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.