Package com.google.cloud.compute.v1
Interface ServiceAttachmentsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAttachmentsScopedList,ServiceAttachmentsScopedList.Builder
public interface ServiceAttachmentsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAttachmentgetServiceAttachments(int index)A list of ServiceAttachments contained in this scope.intgetServiceAttachmentsCount()A list of ServiceAttachments contained in this scope.List<ServiceAttachment>getServiceAttachmentsList()A list of ServiceAttachments contained in this scope.ServiceAttachmentOrBuildergetServiceAttachmentsOrBuilder(int index)A list of ServiceAttachments contained in this scope.List<? extends ServiceAttachmentOrBuilder>getServiceAttachmentsOrBuilderList()A list of ServiceAttachments contained in this scope.WarninggetWarning()Informational warning which replaces the list of service attachments when the list is empty.WarningOrBuildergetWarningOrBuilder()Informational warning which replaces the list of service attachments when the list is empty.booleanhasWarning()Informational warning which replaces the list of service 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
-
getServiceAttachmentsList
List<ServiceAttachment> getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
-
getServiceAttachments
ServiceAttachment getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
-
getServiceAttachmentsCount
int getServiceAttachmentsCount()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
-
getServiceAttachmentsOrBuilderList
List<? extends ServiceAttachmentOrBuilder> getServiceAttachmentsOrBuilderList()
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
-
getServiceAttachmentsOrBuilder
ServiceAttachmentOrBuilder getServiceAttachmentsOrBuilder(int index)
A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of service 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 service 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 service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-