Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.TestTable.InputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.TestTable.Input,PolicyOuterClass.TestTable.Input.Builder
- Enclosing class:
- PolicyOuterClass.TestTable
public static interface PolicyOuterClass.TestTable.InputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActions(int index)repeated string actions = 3 [(.buf.validate.field) = { ...com.google.protobuf.ByteStringgetActionsBytes(int index)repeated string actions = 3 [(.buf.validate.field) = { ...intgetActionsCount()repeated string actions = 3 [(.buf.validate.field) = { ...java.util.List<java.lang.String>getActionsList()repeated string actions = 3 [(.buf.validate.field) = { ...java.lang.StringgetAuxData()string aux_data = 4;com.google.protobuf.ByteStringgetAuxDataBytes()string aux_data = 4;java.lang.StringgetPrincipals(int index)repeated string principals = 1 [(.buf.validate.field) = { ...com.google.protobuf.ByteStringgetPrincipalsBytes(int index)repeated string principals = 1 [(.buf.validate.field) = { ...intgetPrincipalsCount()repeated string principals = 1 [(.buf.validate.field) = { ...java.util.List<java.lang.String>getPrincipalsList()repeated string principals = 1 [(.buf.validate.field) = { ...java.lang.StringgetResources(int index)repeated string resources = 2 [(.buf.validate.field) = { ...com.google.protobuf.ByteStringgetResourcesBytes(int index)repeated string resources = 2 [(.buf.validate.field) = { ...intgetResourcesCount()repeated string resources = 2 [(.buf.validate.field) = { ...java.util.List<java.lang.String>getResourcesList()repeated string resources = 2 [(.buf.validate.field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrincipalsList
java.util.List<java.lang.String> getPrincipalsList()
repeated string principals = 1 [(.buf.validate.field) = { ... }- Returns:
- A list containing the principals.
-
getPrincipalsCount
int getPrincipalsCount()
repeated string principals = 1 [(.buf.validate.field) = { ... }- Returns:
- The count of principals.
-
getPrincipals
java.lang.String getPrincipals(int index)
repeated string principals = 1 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The principals at the given index.
-
getPrincipalsBytes
com.google.protobuf.ByteString getPrincipalsBytes(int index)
repeated string principals = 1 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the principals at the given index.
-
getResourcesList
java.util.List<java.lang.String> getResourcesList()
repeated string resources = 2 [(.buf.validate.field) = { ... }- Returns:
- A list containing the resources.
-
getResourcesCount
int getResourcesCount()
repeated string resources = 2 [(.buf.validate.field) = { ... }- Returns:
- The count of resources.
-
getResources
java.lang.String getResources(int index)
repeated string resources = 2 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The resources at the given index.
-
getResourcesBytes
com.google.protobuf.ByteString getResourcesBytes(int index)
repeated string resources = 2 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resources at the given index.
-
getActionsList
java.util.List<java.lang.String> getActionsList()
repeated string actions = 3 [(.buf.validate.field) = { ... }- Returns:
- A list containing the actions.
-
getActionsCount
int getActionsCount()
repeated string actions = 3 [(.buf.validate.field) = { ... }- Returns:
- The count of actions.
-
getActions
java.lang.String getActions(int index)
repeated string actions = 3 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The actions at the given index.
-
getActionsBytes
com.google.protobuf.ByteString getActionsBytes(int index)
repeated string actions = 3 [(.buf.validate.field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actions at the given index.
-
getAuxData
java.lang.String getAuxData()
string aux_data = 4;- Returns:
- The auxData.
-
getAuxDataBytes
com.google.protobuf.ByteString getAuxDataBytes()
string aux_data = 4;- Returns:
- The bytes for auxData.
-
-