Package com.google.cloud.compute.v1
Interface SslCertificatesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SslCertificatesScopedList
,SslCertificatesScopedList.Builder
public interface SslCertificatesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSslCertificatesList
List<SslCertificate> getSslCertificatesList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
-
getSslCertificates
SslCertificate getSslCertificates(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
-
getSslCertificatesCount
int getSslCertificatesCount()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
-
getSslCertificatesOrBuilderList
List<? extends SslCertificateOrBuilder> getSslCertificatesOrBuilderList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
-
getSslCertificatesOrBuilder
SslCertificateOrBuilder getSslCertificatesOrBuilder(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
-
hasWarning
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:
- Whether the warning field is set.
-
getWarning
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:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-