public static class SslCertificatesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SslCertificatesScopedList.Builder |
addAllSslCertificates(List<SslCertificate> sslCertificates)
List of SslCertificates contained in this scope.
|
SslCertificatesScopedList.Builder |
addSslCertificates(SslCertificate sslCertificates)
List of SslCertificates contained in this scope.
|
SslCertificatesScopedList |
build() |
SslCertificatesScopedList.Builder |
clone() |
List<SslCertificate> |
getSslCertificatesList()
List of SslCertificates contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
SslCertificatesScopedList.Builder |
mergeFrom(SslCertificatesScopedList other) |
SslCertificatesScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of backend services when the list is empty.
|
public SslCertificatesScopedList.Builder mergeFrom(SslCertificatesScopedList other)
public List<SslCertificate> getSslCertificatesList()
public SslCertificatesScopedList.Builder addAllSslCertificates(List<SslCertificate> sslCertificates)
public SslCertificatesScopedList.Builder addSslCertificates(SslCertificate sslCertificates)
public Warning getWarning()
public SslCertificatesScopedList.Builder setWarning(Warning warning)
public SslCertificatesScopedList build()
public SslCertificatesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.