Package com.google.cloud.compute.v1
Interface RegionTargetHttpsProxiesSetSslCertificatesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionTargetHttpsProxiesSetSslCertificatesRequest
,RegionTargetHttpsProxiesSetSslCertificatesRequest.Builder
public interface RegionTargetHttpsProxiesSetSslCertificatesRequestOrBuilder 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 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.-
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 SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
- Returns:
- A list containing the sslCertificates.
-
getSslCertificatesCount
int getSslCertificatesCount()
New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
- Returns:
- The count of sslCertificates.
-
getSslCertificates
String getSslCertificates(int index)
New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
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 SslCertificate resources to associate with this TargetHttpsProxy resource.
repeated string ssl_certificates = 366006543;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the sslCertificates at the given index.
-
-