public interface ListPrincipalAccessBoundaryPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getPrincipalAccessBoundaryPolicies(int index)
public abstract PrincipalAccessBoundaryPolicy getPrincipalAccessBoundaryPolicies(int index)The principal access boundary policies from the specified parent.
repeated .google.iam.v3beta.PrincipalAccessBoundaryPolicy principal_access_boundary_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PrincipalAccessBoundaryPolicy |
|
getPrincipalAccessBoundaryPoliciesCount()
public abstract int getPrincipalAccessBoundaryPoliciesCount()The principal access boundary policies from the specified parent.
repeated .google.iam.v3beta.PrincipalAccessBoundaryPolicy principal_access_boundary_policies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPrincipalAccessBoundaryPoliciesList()
public abstract List<PrincipalAccessBoundaryPolicy> getPrincipalAccessBoundaryPoliciesList()The principal access boundary policies from the specified parent.
repeated .google.iam.v3beta.PrincipalAccessBoundaryPolicy principal_access_boundary_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<PrincipalAccessBoundaryPolicy> |
|
getPrincipalAccessBoundaryPoliciesOrBuilder(int index)
public abstract PrincipalAccessBoundaryPolicyOrBuilder getPrincipalAccessBoundaryPoliciesOrBuilder(int index)The principal access boundary policies from the specified parent.
repeated .google.iam.v3beta.PrincipalAccessBoundaryPolicy principal_access_boundary_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PrincipalAccessBoundaryPolicyOrBuilder |
|
getPrincipalAccessBoundaryPoliciesOrBuilderList()
public abstract List<? extends PrincipalAccessBoundaryPolicyOrBuilder> getPrincipalAccessBoundaryPoliciesOrBuilderList()The principal access boundary policies from the specified parent.
repeated .google.iam.v3beta.PrincipalAccessBoundaryPolicy principal_access_boundary_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.iam.v3beta.PrincipalAccessBoundaryPolicyOrBuilder> |
|