public static interface Document.AclInfo.AccessRestrictionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIdpWide()
All users within the Identity Provider.
|
Principal |
getPrincipals(int index)
List of principals.
|
int |
getPrincipalsCount()
List of principals.
|
List<Principal> |
getPrincipalsList()
List of principals.
|
PrincipalOrBuilder |
getPrincipalsOrBuilder(int index)
List of principals.
|
List<? extends PrincipalOrBuilder> |
getPrincipalsOrBuilderList()
List of principals.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Principal> getPrincipalsList()
List of principals.
repeated .google.cloud.discoveryengine.v1alpha.Principal principals = 1;Principal getPrincipals(int index)
List of principals.
repeated .google.cloud.discoveryengine.v1alpha.Principal principals = 1;int getPrincipalsCount()
List of principals.
repeated .google.cloud.discoveryengine.v1alpha.Principal principals = 1;List<? extends PrincipalOrBuilder> getPrincipalsOrBuilderList()
List of principals.
repeated .google.cloud.discoveryengine.v1alpha.Principal principals = 1;PrincipalOrBuilder getPrincipalsOrBuilder(int index)
List of principals.
repeated .google.cloud.discoveryengine.v1alpha.Principal principals = 1;boolean getIdpWide()
All users within the Identity Provider.
bool idp_wide = 2;Copyright © 2024 Google LLC. All rights reserved.