public static class ResourcePolicyList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ResourcePolicyList.Builder |
addAllItems(List<ResourcePolicy> items)
[Output Only] A list of ResourcePolicy resources.
|
ResourcePolicyList.Builder |
addItems(ResourcePolicy items)
[Output Only] A list of ResourcePolicy resources.
|
ResourcePolicyList |
build() |
ResourcePolicyList.Builder |
clone() |
String |
getEtag() |
String |
getId()
[Output Only] The unique identifier for the resource.
|
List<ResourcePolicy> |
getItemsList()
[Output Only] A list of ResourcePolicy resources.
|
String |
getKind()
[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof
resourcePolicies
|
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.
|
ResourcePolicyList.Builder |
mergeFrom(ResourcePolicyList other) |
ResourcePolicyList.Builder |
setEtag(String etag) |
ResourcePolicyList.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
ResourcePolicyList.Builder |
setKind(String kind)
[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof
resourcePolicies
|
ResourcePolicyList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
ResourcePolicyList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
ResourcePolicyList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public ResourcePolicyList.Builder mergeFrom(ResourcePolicyList other)
public String getEtag()
public ResourcePolicyList.Builder setEtag(String etag)
public String getId()
public ResourcePolicyList.Builder setId(String id)
public List<ResourcePolicy> getItemsList()
public ResourcePolicyList.Builder addAllItems(List<ResourcePolicy> items)
public ResourcePolicyList.Builder addItems(ResourcePolicy items)
public String getKind()
public ResourcePolicyList.Builder setKind(String kind)
public String getNextPageToken()
public ResourcePolicyList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public ResourcePolicyList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public ResourcePolicyList.Builder setWarning(Warning warning)
public ResourcePolicyList build()
public ResourcePolicyList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.