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