Interface TargetSslProxiesSetSslCertificatesRequestOrBuilder (1.51.0)

public interface TargetSslProxiesSetSslCertificatesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSslCertificates(int index)

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

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sslCertificates at the given index.

getSslCertificatesBytes(int index)

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

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sslCertificates at the given index.

getSslCertificatesCount()

public abstract 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
TypeDescription
int

The count of sslCertificates.

getSslCertificatesList()

public abstract 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
TypeDescription
List<String>

A list containing the sslCertificates.