public interface PolicyContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDecisions(int index)
list (1..N) of policy decisions (aka rules)
|
com.google.protobuf.ByteString |
getDecisionsBytes(int index)
list (1..N) of policy decisions (aka rules)
|
int |
getDecisionsCount()
list (1..N) of policy decisions (aka rules)
|
List<String> |
getDecisionsList()
list (1..N) of policy decisions (aka rules)
|
String |
getPath()
policy path aka package name
|
com.google.protobuf.ByteString |
getPathBytes()
policy path aka package name
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
policy path aka package name
string path = 1 [json_name = "path"];com.google.protobuf.ByteString getPathBytes()
policy path aka package name
string path = 1 [json_name = "path"];List<String> getDecisionsList()
list (1..N) of policy decisions (aka rules)
repeated string decisions = 2 [json_name = "decisions"];int getDecisionsCount()
list (1..N) of policy decisions (aka rules)
repeated string decisions = 2 [json_name = "decisions"];String getDecisions(int index)
list (1..N) of policy decisions (aka rules)
repeated string decisions = 2 [json_name = "decisions"];index - The index of the element to return.com.google.protobuf.ByteString getDecisionsBytes(int index)
list (1..N) of policy decisions (aka rules)
repeated string decisions = 2 [json_name = "decisions"];index - The index of the value to return.Copyright © 2024. All rights reserved.