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