Interface TargetSslProxiesSetSslCertificatesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSslCertificates​(int index)
      New set of URLs to SslCertificate resources to associate with this TargetSslProxy.
      com.google.protobuf.ByteString getSslCertificatesBytes​(int index)
      New set of URLs to SslCertificate resources to associate with this TargetSslProxy.
      int getSslCertificatesCount()
      New set of URLs to SslCertificate resources to associate with this TargetSslProxy.
      List<String> getSslCertificatesList()
      New set of URLs to SslCertificate resources to associate with this TargetSslProxy.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSslCertificatesList

        List<String> getSslCertificatesList()
         New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
         
        repeated string ssl_certificates = 366006543;
        Returns:
        A list containing the sslCertificates.
      • getSslCertificatesCount

        int getSslCertificatesCount()
         New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
         
        repeated string ssl_certificates = 366006543;
        Returns:
        The count of sslCertificates.
      • getSslCertificates

        String getSslCertificates​(int index)
         New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
         
        repeated string ssl_certificates = 366006543;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sslCertificates at the given index.
      • getSslCertificatesBytes

        com.google.protobuf.ByteString getSslCertificatesBytes​(int index)
         New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
         
        repeated string ssl_certificates = 366006543;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sslCertificates at the given index.