public interface ListAccessPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessPolicies(int index)
public abstract AccessPolicy getAccessPolicies(int index)The access policies from the specified parent.
repeated .google.iam.v3beta.AccessPolicy access_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccessPolicy |
|
getAccessPoliciesCount()
public abstract int getAccessPoliciesCount()The access policies from the specified parent.
repeated .google.iam.v3beta.AccessPolicy access_policies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccessPoliciesList()
public abstract List<AccessPolicy> getAccessPoliciesList()The access policies from the specified parent.
repeated .google.iam.v3beta.AccessPolicy access_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccessPolicy> |
|
getAccessPoliciesOrBuilder(int index)
public abstract AccessPolicyOrBuilder getAccessPoliciesOrBuilder(int index)The access policies from the specified parent.
repeated .google.iam.v3beta.AccessPolicy access_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccessPolicyOrBuilder |
|
getAccessPoliciesOrBuilderList()
public abstract List<? extends AccessPolicyOrBuilder> getAccessPoliciesOrBuilderList()The access policies from the specified parent.
repeated .google.iam.v3beta.AccessPolicy access_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.iam.v3beta.AccessPolicyOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |