Interface RegionTargetHttpsProxiesSetSslCertificatesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSslCertificates​(int index)
      New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
      com.google.protobuf.ByteString getSslCertificatesBytes​(int index)
      New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
      int getSslCertificatesCount()
      New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
      List<String> getSslCertificatesList()
      New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
      • 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 SslCertificate resources to associate with this TargetHttpsProxy resource.
         
        repeated string ssl_certificates = 366006543;
        Returns:
        A list containing the sslCertificates.
      • getSslCertificatesCount

        int getSslCertificatesCount()
         New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
         
        repeated string ssl_certificates = 366006543;
        Returns:
        The count of sslCertificates.
      • getSslCertificates

        String getSslCertificates​(int index)
         New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
         
        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 SslCertificate resources to associate with this TargetHttpsProxy resource.
         
        repeated string ssl_certificates = 366006543;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sslCertificates at the given index.