public static interface Document.AclInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.AclInfo.AccessRestriction |
getReaders(int index)
Readers of the document.
|
int |
getReadersCount()
Readers of the document.
|
List<Document.AclInfo.AccessRestriction> |
getReadersList()
Readers of the document.
|
Document.AclInfo.AccessRestrictionOrBuilder |
getReadersOrBuilder(int index)
Readers of the document.
|
List<? extends Document.AclInfo.AccessRestrictionOrBuilder> |
getReadersOrBuilderList()
Readers of the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.AclInfo.AccessRestriction> getReadersList()
Readers of the document.
repeated .google.cloud.discoveryengine.v1alpha.Document.AclInfo.AccessRestriction readers = 1;
Document.AclInfo.AccessRestriction getReaders(int index)
Readers of the document.
repeated .google.cloud.discoveryengine.v1alpha.Document.AclInfo.AccessRestriction readers = 1;
int getReadersCount()
Readers of the document.
repeated .google.cloud.discoveryengine.v1alpha.Document.AclInfo.AccessRestriction readers = 1;
List<? extends Document.AclInfo.AccessRestrictionOrBuilder> getReadersOrBuilderList()
Readers of the document.
repeated .google.cloud.discoveryengine.v1alpha.Document.AclInfo.AccessRestriction readers = 1;
Document.AclInfo.AccessRestrictionOrBuilder getReadersOrBuilder(int index)
Readers of the document.
repeated .google.cloud.discoveryengine.v1alpha.Document.AclInfo.AccessRestriction readers = 1;
Copyright © 2024 Google LLC. All rights reserved.