public final class SslCertificate extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SslCertificate() |
Modifier and Type | Method and Description |
---|---|
SslCertificate |
clone() |
String |
getCertificate()
A local certificate file.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
BigInteger |
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 |
getRegion()
[Output Only] URL of the region where the regional SSL Certificate resides.
|
String |
getSelfLink()
[Output only] Server-defined URL for the resource.
|
SslCertificate |
set(String fieldName,
Object value) |
SslCertificate |
setCertificate(String certificate)
A local certificate file.
|
SslCertificate |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
SslCertificate |
setDescription(String description)
An optional description of this resource.
|
SslCertificate |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
SslCertificate |
setKind(String kind)
[Output Only] Type of the resource.
|
SslCertificate |
setName(String name)
Name of the resource.
|
SslCertificate |
setPrivateKey(String privateKey)
A write-only private key in PEM format.
|
SslCertificate |
setRegion(String region)
[Output Only] URL of the region where the regional SSL Certificate resides.
|
SslCertificate |
setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCertificate()
null
for nonepublic SslCertificate setCertificate(String certificate)
certificate
- certificate or null
for nonepublic String getCreationTimestamp()
null
for nonepublic SslCertificate setCreationTimestamp(String creationTimestamp)
creationTimestamp
- creationTimestamp or null
for nonepublic String getDescription()
null
for nonepublic SslCertificate setDescription(String description)
description
- description or null
for nonepublic BigInteger getId()
null
for nonepublic SslCertificate setId(BigInteger id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic SslCertificate setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic SslCertificate setName(String name)
name
- name or null
for nonepublic String getPrivateKey()
null
for nonepublic SslCertificate setPrivateKey(String privateKey)
privateKey
- privateKey or null
for nonepublic String getRegion()
null
for nonepublic SslCertificate setRegion(String region)
region
- region or null
for nonepublic String getSelfLink()
null
for nonepublic SslCertificate setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic SslCertificate set(String fieldName, Object value)
set
in class GenericJson
public SslCertificate clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.