Interface ServiceAttachmentsScopedListOrBuilder (1.27.0)

public interface ServiceAttachmentsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAttachment

getServiceAttachmentsCount()

public abstract int getServiceAttachmentsCount()

A list of ServiceAttachments contained in this scope.

repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;

Returns
TypeDescription
int

getServiceAttachmentsList()

public abstract List<ServiceAttachment> getServiceAttachmentsList()

A list of ServiceAttachments contained in this scope.

repeated .google.cloud.compute.v1.ServiceAttachment service_attachments = 307136806;

Returns
TypeDescription
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;

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

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the warning field is set.