public interface TargetSslProxiesSetSslCertificatesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.