public interface RegionTargetHttpsProxiesSetSslCertificatesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSslCertificates(int index)
public abstract String getSslCertificates(int index)New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The sslCertificates at the given index. |
getSslCertificatesBytes(int index)
public abstract ByteString getSslCertificatesBytes(int index)New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the sslCertificates at the given index. |
getSslCertificatesCount()
public abstract int getSslCertificatesCount()New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
| Type | Description |
| int | The count of sslCertificates. |
getSslCertificatesList()
public abstract List<String> getSslCertificatesList()New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
| Type | Description |
| List<String> | A list containing the sslCertificates. |