public record BigQueryRemoteFnRequest()

in src/main/java/com/google/cloud/solutions/bqremoteencryptionfn/BigQueryRemoteFnRequest.java [32:37]


public record BigQueryRemoteFnRequest(
    String requestId,
    String caller,
    String sessionUser,
    @Nullable Map<String, String> userDefinedContext,
    List<List<Object>> calls) {}