@Generated(value="by GAPIC") @BetaApi public final class SslCertificatesScopedList extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
SslCertificatesScopedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static SslCertificatesScopedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static SslCertificatesScopedList.Builder |
newBuilder() |
static SslCertificatesScopedList.Builder |
newBuilder(SslCertificatesScopedList prototype) |
SslCertificatesScopedList.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public List<SslCertificate> getSslCertificatesList()
public Warning getWarning()
public static SslCertificatesScopedList.Builder newBuilder()
public static SslCertificatesScopedList.Builder newBuilder(SslCertificatesScopedList prototype)
public SslCertificatesScopedList.Builder toBuilder()
public static SslCertificatesScopedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.