Interface SslCertificatesScopedListOrBuilder (1.51.0)

public interface SslCertificatesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSslCertificates(int index)

public abstract SslCertificate getSslCertificates(int index)

List of SslCertificates contained in this scope.

repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;

Parameter
NameDescription
indexint
Returns
TypeDescription
SslCertificate

getSslCertificatesCount()

public abstract int getSslCertificatesCount()

List of SslCertificates contained in this scope.

repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;

Returns
TypeDescription
int

getSslCertificatesList()

public abstract List<SslCertificate> getSslCertificatesList()

List of SslCertificates contained in this scope.

repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;

Returns
TypeDescription
List<SslCertificate>

getSslCertificatesOrBuilder(int index)

public abstract SslCertificateOrBuilder getSslCertificatesOrBuilder(int index)

List of SslCertificates contained in this scope.

repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;

Parameter
NameDescription
indexint
Returns
TypeDescription
SslCertificateOrBuilder

getSslCertificatesOrBuilderList()

public abstract List<? extends SslCertificateOrBuilder> getSslCertificatesOrBuilderList()

List of SslCertificates contained in this scope.

repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.SslCertificateOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of backend services 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 backend services 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 backend services when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.