Skip to content

Commit 356aaca

Browse files
Commit from GitHub Actions (ci)
1 parent 7363eca commit 356aaca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2043
-280
lines changed

src/main/java/com/aserto/authorizer/v2/AuthorizerGrpc.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.54.1)",
8+
value = "by gRPC proto compiler (version 1.58.0)",
99
comments = "Source: aserto/authorizer/v2/authorizer.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class AuthorizerGrpc {
1212

1313
private AuthorizerGrpc() {}
1414

15-
public static final String SERVICE_NAME = "aserto.authorizer.v2.Authorizer";
15+
public static final java.lang.String SERVICE_NAME = "aserto.authorizer.v2.Authorizer";
1616

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

704-
AuthorizerMethodDescriptorSupplier(String methodName) {
704+
AuthorizerMethodDescriptorSupplier(java.lang.String methodName) {
705705
this.methodName = methodName;
706706
}
707707

src/main/java/com/aserto/authorizer/v2/CompileRequest.java

Lines changed: 54 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/aserto/authorizer/v2/CompileResponse.java

Lines changed: 63 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/aserto/authorizer/v2/Decision.java

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)