@Generated(value="by GAPIC") @BetaApi public final class SslCertificate extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
SslCertificate.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCertificate()
A local certificate file.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static SslCertificate |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getPrivateKey()
A write-only private key in PEM format.
|
String |
getSelfLink()
[Output only] Server-defined URL for the resource.
|
int |
hashCode() |
static SslCertificate.Builder |
newBuilder() |
static SslCertificate.Builder |
newBuilder(SslCertificate prototype) |
SslCertificate.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getCertificate()
public String getCreationTimestamp()
public String getDescription()
public String getId()
public String getKind()
public String getName()
public String getPrivateKey()
public String getSelfLink()
public static SslCertificate.Builder newBuilder()
public static SslCertificate.Builder newBuilder(SslCertificate prototype)
public SslCertificate.Builder toBuilder()
public static SslCertificate getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.