Skip to content

Commit

Permalink
Commit from GitHub Actions (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2023
1 parent 7363eca commit 356aaca
Show file tree
Hide file tree
Showing 44 changed files with 2,043 additions and 280 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/aserto/authorizer/v2/AuthorizerGrpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.54.1)",
value = "by gRPC proto compiler (version 1.58.0)",
comments = "Source: aserto/authorizer/v2/authorizer.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AuthorizerGrpc {

private AuthorizerGrpc() {}

public static final String SERVICE_NAME = "aserto.authorizer.v2.Authorizer";
public static final java.lang.String SERVICE_NAME = "aserto.authorizer.v2.Authorizer";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<com.aserto.authorizer.v2.DecisionTreeRequest,
Expand Down Expand Up @@ -699,9 +699,9 @@ private static final class AuthorizerFileDescriptorSupplier
private static final class AuthorizerMethodDescriptorSupplier
extends AuthorizerBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

AuthorizerMethodDescriptorSupplier(String methodName) {
AuthorizerMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}

Expand Down
64 changes: 54 additions & 10 deletions src/main/java/com/aserto/authorizer/v2/CompileRequest.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 63 additions & 12 deletions src/main/java/com/aserto/authorizer/v2/CompileResponse.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions src/main/java/com/aserto/authorizer/v2/Decision.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 356aaca

Please sign in to comment.