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