public interface TargetHttpsProxiesSetSslCertificatesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSslCertificatesList()
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. 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 SslCertificate resources to associate with this TargetHttpsProxy resource. 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 SslCertificate resources to associate with this TargetHttpsProxy resource. 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 SslCertificate resources to associate with this TargetHttpsProxy resource. 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.