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