public interface RegionTargetHttpsProxiesSetSslCertificatesRequestOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the sslCertificates. |