Package com.google.cloud.compute.v1
Interface TargetSslProxiesSetSslCertificatesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetSslProxiesSetSslCertificatesRequest
,TargetSslProxiesSetSslCertificatesRequest.Builder
public interface TargetSslProxiesSetSslCertificatesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSslCertificatesList
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:
- A list containing the sslCertificates.
-
getSslCertificatesCount
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:
- The count of sslCertificates.
-
getSslCertificates
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The sslCertificates at the given index.
-
getSslCertificatesBytes
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;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the sslCertificates at the given index.
-
-