public interface ServiceAttachmentsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAttachments(int index)
public abstract ServiceAttachment getServiceAttachments(int index)A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
| Name | Description |
| index | int |
| Type | Description |
| ServiceAttachment |
getServiceAttachmentsCount()
public abstract int getServiceAttachmentsCount()A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
| Type | Description |
| int |
getServiceAttachmentsList()
public abstract List<ServiceAttachment> getServiceAttachmentsList()A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
| Type | Description |
| List<ServiceAttachment> |
getServiceAttachmentsOrBuilder(int index)
public abstract ServiceAttachmentOrBuilder getServiceAttachmentsOrBuilder(int index)A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
| Name | Description |
| index | int |
| Type | Description |
| ServiceAttachmentOrBuilder |
getServiceAttachmentsOrBuilderList()
public abstract List<? extends ServiceAttachmentOrBuilder> getServiceAttachmentsOrBuilderList()A list of ServiceAttachments contained in this scope.
repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.ServiceAttachmentOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of service attachments when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |