public interface SslCertificatesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| SslCertificate |
getSslCertificatesCount()
public abstract int getSslCertificatesCount()List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Type | Description |
| int |
getSslCertificatesList()
public abstract List<SslCertificate> getSslCertificatesList()List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| SslCertificateOrBuilder |
getSslCertificatesOrBuilderList()
public abstract List<? extends SslCertificateOrBuilder> getSslCertificatesOrBuilderList()List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |