public interface CombinedPrincipalOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MSPPrincipal |
getPrincipals(int index)
Principals refer to combined principals
|
int |
getPrincipalsCount()
Principals refer to combined principals
|
List<MSPPrincipal> |
getPrincipalsList()
Principals refer to combined principals
|
MSPPrincipalOrBuilder |
getPrincipalsOrBuilder(int index)
Principals refer to combined principals
|
List<? extends MSPPrincipalOrBuilder> |
getPrincipalsOrBuilderList()
Principals refer to combined principals
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<MSPPrincipal> getPrincipalsList()
Principals refer to combined principals
repeated .common.MSPPrincipal principals = 1 [json_name = "principals"];
MSPPrincipal getPrincipals(int index)
Principals refer to combined principals
repeated .common.MSPPrincipal principals = 1 [json_name = "principals"];
int getPrincipalsCount()
Principals refer to combined principals
repeated .common.MSPPrincipal principals = 1 [json_name = "principals"];
List<? extends MSPPrincipalOrBuilder> getPrincipalsOrBuilderList()
Principals refer to combined principals
repeated .common.MSPPrincipal principals = 1 [json_name = "principals"];
MSPPrincipalOrBuilder getPrincipalsOrBuilder(int index)
Principals refer to combined principals
repeated .common.MSPPrincipal principals = 1 [json_name = "principals"];
Copyright © 2022. All rights reserved.