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