Interface Engine.CheckInputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Engine.CheckInput, Engine.CheckInput.Builder
    Enclosing class:
    Engine

    public static interface Engine.CheckInputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActions​(int index)
      repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      com.google.protobuf.ByteString getActionsBytes​(int index)
      repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      int getActionsCount()
      repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      java.util.List<java.lang.String> getActionsList()
      repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      Engine.AuxData getAuxData()
      .cerbos.engine.v1.AuxData aux_data = 5;
      Engine.AuxDataOrBuilder getAuxDataOrBuilder()
      .cerbos.engine.v1.AuxData aux_data = 5;
      Engine.Principal getPrincipal()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      Engine.PrincipalOrBuilder getPrincipalOrBuilder()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      java.lang.String getRequestId()
      string request_id = 1;
      com.google.protobuf.ByteString getRequestIdBytes()
      string request_id = 1;
      Engine.Resource getResource()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      Engine.ResourceOrBuilder getResourceOrBuilder()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      boolean hasAuxData()
      .cerbos.engine.v1.AuxData aux_data = 5;
      boolean hasPrincipal()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      boolean hasResource()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      • 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

      • getRequestId

        java.lang.String getRequestId()
        string request_id = 1;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string request_id = 1;
        Returns:
        The bytes for requestId.
      • hasResource

        boolean hasResource()
        .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        Whether the resource field is set.
      • getResource

        Engine.Resource getResource()
        .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The resource.
      • getResourceOrBuilder

        Engine.ResourceOrBuilder getResourceOrBuilder()
        .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
      • hasPrincipal

        boolean hasPrincipal()
        .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        Whether the principal field is set.
      • getPrincipal

        Engine.Principal getPrincipal()
        .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The principal.
      • getPrincipalOrBuilder

        Engine.PrincipalOrBuilder getPrincipalOrBuilder()
        .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
      • getActionsList

        java.util.List<java.lang.String> getActionsList()
        repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        A list containing the actions.
      • getActionsCount

        int getActionsCount()
        repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The count of actions.
      • getActions

        java.lang.String getActions​(int index)
        repeated string actions = 4 [(.google.api.field_behavior) = REQUIRED, (.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 = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the actions at the given index.
      • hasAuxData

        boolean hasAuxData()
        .cerbos.engine.v1.AuxData aux_data = 5;
        Returns:
        Whether the auxData field is set.
      • getAuxData

        Engine.AuxData getAuxData()
        .cerbos.engine.v1.AuxData aux_data = 5;
        Returns:
        The auxData.