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