@Generated(value="by GAPIC") @BetaApi public final class ResourcePolicyList extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ResourcePolicyList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static ResourcePolicyList |
getDefaultInstance() |
String |
getEtag() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static ResourcePolicyList.Builder |
newBuilder() |
static ResourcePolicyList.Builder |
newBuilder(ResourcePolicyList prototype) |
ResourcePolicyList.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getEtag()
public String getId()
public List<ResourcePolicy> getItemsList()
public String getKind()
public String getNextPageToken()
public String getSelfLink()
public Warning getWarning()
public static ResourcePolicyList.Builder newBuilder()
public static ResourcePolicyList.Builder newBuilder(ResourcePolicyList prototype)
public ResourcePolicyList.Builder toBuilder()
public static ResourcePolicyList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.