Interface Response.PlaygroundValidateResponseOrBuilder

    • Method Detail

      • getPlaygroundId

        java.lang.String getPlaygroundId()
        string playground_id = 1;
        Returns:
        The playgroundId.
      • getPlaygroundIdBytes

        com.google.protobuf.ByteString getPlaygroundIdBytes()
        string playground_id = 1;
        Returns:
        The bytes for playgroundId.
      • hasFailure

        boolean hasFailure()
        .cerbos.response.v1.PlaygroundFailure failure = 2;
        Returns:
        Whether the failure field is set.
      • hasSuccess

        boolean hasSuccess()
        .google.protobuf.Empty success = 3;
        Returns:
        Whether the success field is set.
      • getSuccess

        com.google.protobuf.Empty getSuccess()
        .google.protobuf.Empty success = 3;
        Returns:
        The success.
      • getSuccessOrBuilder

        com.google.protobuf.EmptyOrBuilder getSuccessOrBuilder()
        .google.protobuf.Empty success = 3;