Interface PolicyOuterClass.TestTable.InputOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActions​(int index)
      repeated string actions = 3 [(.validate.rules) = { ...
      com.google.protobuf.ByteString getActionsBytes​(int index)
      repeated string actions = 3 [(.validate.rules) = { ...
      int getActionsCount()
      repeated string actions = 3 [(.validate.rules) = { ...
      java.util.List<java.lang.String> getActionsList()
      repeated string actions = 3 [(.validate.rules) = { ...
      java.lang.String getAuxData()
      string aux_data = 4;
      com.google.protobuf.ByteString getAuxDataBytes()
      string aux_data = 4;
      java.lang.String getPrincipals​(int index)
      repeated string principals = 1 [(.validate.rules) = { ...
      com.google.protobuf.ByteString getPrincipalsBytes​(int index)
      repeated string principals = 1 [(.validate.rules) = { ...
      int getPrincipalsCount()
      repeated string principals = 1 [(.validate.rules) = { ...
      java.util.List<java.lang.String> getPrincipalsList()
      repeated string principals = 1 [(.validate.rules) = { ...
      java.lang.String getResources​(int index)
      repeated string resources = 2 [(.validate.rules) = { ...
      com.google.protobuf.ByteString getResourcesBytes​(int index)
      repeated string resources = 2 [(.validate.rules) = { ...
      int getResourcesCount()
      repeated string resources = 2 [(.validate.rules) = { ...
      java.util.List<java.lang.String> getResourcesList()
      repeated string resources = 2 [(.validate.rules) = { ...
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 [(.validate.rules) = { ... }
        Returns:
        A list containing the principals.
      • getPrincipalsCount

        int getPrincipalsCount()
        repeated string principals = 1 [(.validate.rules) = { ... }
        Returns:
        The count of principals.
      • getPrincipals

        java.lang.String getPrincipals​(int index)
        repeated string principals = 1 [(.validate.rules) = { ... }
        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 [(.validate.rules) = { ... }
        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 [(.validate.rules) = { ... }
        Returns:
        A list containing the resources.
      • getResourcesCount

        int getResourcesCount()
        repeated string resources = 2 [(.validate.rules) = { ... }
        Returns:
        The count of resources.
      • getResources

        java.lang.String getResources​(int index)
        repeated string resources = 2 [(.validate.rules) = { ... }
        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 [(.validate.rules) = { ... }
        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 [(.validate.rules) = { ... }
        Returns:
        A list containing the actions.
      • getActionsCount

        int getActionsCount()
        repeated string actions = 3 [(.validate.rules) = { ... }
        Returns:
        The count of actions.
      • getActions

        java.lang.String getActions​(int index)
        repeated string actions = 3 [(.validate.rules) = { ... }
        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 [(.validate.rules) = { ... }
        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.