public interface SslCertificatesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SslCertificate |
getSslCertificates(int index)
List of SslCertificates contained in this scope.
|
int |
getSslCertificatesCount()
List of SslCertificates contained in this scope.
|
List<SslCertificate> |
getSslCertificatesList()
List of SslCertificates contained in this scope.
|
SslCertificateOrBuilder |
getSslCertificatesOrBuilder(int index)
List of SslCertificates contained in this scope.
|
List<? extends SslCertificateOrBuilder> |
getSslCertificatesOrBuilderList()
List of SslCertificates contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SslCertificate> getSslCertificatesList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;SslCertificate getSslCertificates(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;int getSslCertificatesCount()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;List<? extends SslCertificateOrBuilder> getSslCertificatesOrBuilderList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;SslCertificateOrBuilder getSslCertificatesOrBuilder(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;boolean hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.