public interface IsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Decision |
getDecisions(int index)
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"]; |
int |
getDecisionsCount()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"]; |
List<Decision> |
getDecisionsList()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"]; |
DecisionOrBuilder |
getDecisionsOrBuilder(int index)
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"]; |
List<? extends DecisionOrBuilder> |
getDecisionsOrBuilderList()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Decision> getDecisionsList()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"];Decision getDecisions(int index)
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"];int getDecisionsCount()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"];List<? extends DecisionOrBuilder> getDecisionsOrBuilderList()
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"];DecisionOrBuilder getDecisionsOrBuilder(int index)
repeated .aserto.authorizer.v2.Decision decisions = 1 [json_name = "decisions"];Copyright © 2024. All rights reserved.