public static class SslCertificateList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SslCertificateList.Builder |
addAllItems(List<SslCertificate> items)
A list of SslCertificate resources.
|
SslCertificateList.Builder |
addItems(SslCertificate items)
A list of SslCertificate resources.
|
SslCertificateList |
build() |
SslCertificateList.Builder |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
List<SslCertificate> |
getItemsList()
A list of SslCertificate resources.
|
String |
getKind()
Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
SslCertificateList.Builder |
mergeFrom(SslCertificateList other) |
SslCertificateList.Builder |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
SslCertificateList.Builder |
setKind(String kind)
Type of resource.
|
SslCertificateList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
SslCertificateList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
SslCertificateList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public SslCertificateList.Builder mergeFrom(SslCertificateList other)
public String getId()
public SslCertificateList.Builder setId(String id)
public List<SslCertificate> getItemsList()
public SslCertificateList.Builder addAllItems(List<SslCertificate> items)
public SslCertificateList.Builder addItems(SslCertificate items)
public String getKind()
public SslCertificateList.Builder setKind(String kind)
public String getNextPageToken()
public SslCertificateList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public SslCertificateList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public SslCertificateList.Builder setWarning(Warning warning)
public SslCertificateList build()
public SslCertificateList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.