public static interface Document.AclInfo.AccessRestrictionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdpWide()
public abstract boolean getIdpWide()All users within the Identity Provider.
bool idp_wide = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The idpWide. |
getPrincipals(int index)
public abstract Principal getPrincipals(int index)List of principals.
repeated .google.cloud.discoveryengine.v1.Principal principals = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Principal |
|
getPrincipalsCount()
public abstract int getPrincipalsCount()List of principals.
repeated .google.cloud.discoveryengine.v1.Principal principals = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPrincipalsList()
public abstract List<Principal> getPrincipalsList()List of principals.
repeated .google.cloud.discoveryengine.v1.Principal principals = 1;
| Returns | |
|---|---|
| Type | Description |
List<Principal> |
|
getPrincipalsOrBuilder(int index)
public abstract PrincipalOrBuilder getPrincipalsOrBuilder(int index)List of principals.
repeated .google.cloud.discoveryengine.v1.Principal principals = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PrincipalOrBuilder |
|
getPrincipalsOrBuilderList()
public abstract List<? extends PrincipalOrBuilder> getPrincipalsOrBuilderList()List of principals.
repeated .google.cloud.discoveryengine.v1.Principal principals = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.PrincipalOrBuilder> |
|