| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.Builder.build() |
Principal |
Principal.Builder.buildPartial() |
static Principal |
Principal.getDefaultInstance() |
Principal |
Principal.getDefaultInstanceForType() |
Principal |
Principal.Builder.getDefaultInstanceForType() |
Principal |
Document.AclInfo.AccessRestrictionOrBuilder.getPrincipals(int index)
List of principals.
|
Principal |
Document.AclInfo.AccessRestriction.getPrincipals(int index)
List of principals.
|
Principal |
Document.AclInfo.AccessRestriction.Builder.getPrincipals(int index)
List of principals.
|
static Principal |
Principal.parseDelimitedFrom(InputStream input) |
static Principal |
Principal.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Principal |
Principal.parseFrom(byte[] data) |
static Principal |
Principal.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Principal |
Principal.parseFrom(ByteBuffer data) |
static Principal |
Principal.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Principal |
Principal.parseFrom(com.google.protobuf.ByteString data) |
static Principal |
Principal.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Principal |
Principal.parseFrom(com.google.protobuf.CodedInputStream input) |
static Principal |
Principal.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Principal |
Principal.parseFrom(InputStream input) |
static Principal |
Principal.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Principal> |
Principal.getParserForType() |
List<Principal> |
Document.AclInfo.AccessRestrictionOrBuilder.getPrincipalsList()
List of principals.
|
List<Principal> |
Document.AclInfo.AccessRestriction.getPrincipalsList()
List of principals.
|
List<Principal> |
Document.AclInfo.AccessRestriction.Builder.getPrincipalsList()
List of principals.
|
static com.google.protobuf.Parser<Principal> |
Principal.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.AclInfo.AccessRestriction.Builder |
Document.AclInfo.AccessRestriction.Builder.addPrincipals(int index,
Principal value)
List of principals.
|
Document.AclInfo.AccessRestriction.Builder |
Document.AclInfo.AccessRestriction.Builder.addPrincipals(Principal value)
List of principals.
|
Principal.Builder |
Principal.Builder.mergeFrom(Principal other) |
static Principal.Builder |
Principal.newBuilder(Principal prototype) |
Document.AclInfo.AccessRestriction.Builder |
Document.AclInfo.AccessRestriction.Builder.setPrincipals(int index,
Principal value)
List of principals.
|
| Modifier and Type | Method and Description |
|---|---|
Document.AclInfo.AccessRestriction.Builder |
Document.AclInfo.AccessRestriction.Builder.addAllPrincipals(Iterable<? extends Principal> values)
List of principals.
|
Copyright © 2024 Google LLC. All rights reserved.