Skip to content

Commit

Permalink
Update [vald sha: 515b8f37fe08327b2c3e1c741e0326bf30a46ef6]
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <vald@vdaas.org>
  • Loading branch information
vdaas-ci committed Dec 17, 2024
1 parent 6755f10 commit 1047eca
Show file tree
Hide file tree
Showing 15 changed files with 3,044 additions and 217 deletions.
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d99ad22bef98ec6695eb2965de4d05cdbe37189d
515b8f37fe08327b2c3e1c741e0326bf30a46ef6
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.68.2)",
value = "by gRPC proto compiler (version 1.69.0)",
comments = "Source: v1/agent/core/agent.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AgentGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.68.2)",
value = "by gRPC proto compiler (version 1.69.0)",
comments = "Source: v1/filter/egress/egress_filter.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FilterGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.68.2)",
value = "by gRPC proto compiler (version 1.69.0)",
comments = "Source: v1/filter/ingress/ingress_filter.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FilterGrpc {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/vdaas/vald/api/v1/meta/MetaGrpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.68.2)",
value = "by gRPC proto compiler (version 1.69.0)",
comments = "Source: v1/meta/meta.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MetaGrpc {
Expand Down
60 changes: 49 additions & 11 deletions src/main/java/org/vdaas/vald/api/v1/mirror/MirrorGrpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

/**
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.68.2)",
value = "by gRPC proto compiler (version 1.69.0)",
comments = "Source: v1/mirror/mirror.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MirrorGrpc {
Expand Down Expand Up @@ -95,14 +96,23 @@ public MirrorFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions cal

/**
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
public interface AsyncService {

/**
* <pre>
* Register is the RPC to register other mirror servers.
* Overview
* Register RPC is the method to register other Vald Mirror Gateway targets.
* ---
* Status Code
* | 0 | OK |
* | 1 | CANCELLED |
* | 3 | INVALID_ARGUMENT |
* | 4 | DEADLINE_EXCEEDED |
* | 13 | INTERNAL |
* </pre>
*/
default void register(org.vdaas.vald.api.v1.payload.Mirror.Targets request,
Expand All @@ -114,7 +124,8 @@ default void register(org.vdaas.vald.api.v1.payload.Mirror.Targets request,
/**
* Base class for the server implementation of the service Mirror.
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
public static abstract class MirrorImplBase
Expand All @@ -128,7 +139,8 @@ public static abstract class MirrorImplBase
/**
* A stub to allow clients to do asynchronous rpc calls to service Mirror.
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
public static final class MirrorStub
Expand All @@ -146,7 +158,15 @@ protected MirrorStub build(

/**
* <pre>
* Register is the RPC to register other mirror servers.
* Overview
* Register RPC is the method to register other Vald Mirror Gateway targets.
* ---
* Status Code
* | 0 | OK |
* | 1 | CANCELLED |
* | 3 | INVALID_ARGUMENT |
* | 4 | DEADLINE_EXCEEDED |
* | 13 | INTERNAL |
* </pre>
*/
public void register(org.vdaas.vald.api.v1.payload.Mirror.Targets request,
Expand All @@ -159,7 +179,8 @@ public void register(org.vdaas.vald.api.v1.payload.Mirror.Targets request,
/**
* A stub to allow clients to do synchronous rpc calls to service Mirror.
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
public static final class MirrorBlockingStub
Expand All @@ -177,7 +198,15 @@ protected MirrorBlockingStub build(

/**
* <pre>
* Register is the RPC to register other mirror servers.
* Overview
* Register RPC is the method to register other Vald Mirror Gateway targets.
* ---
* Status Code
* | 0 | OK |
* | 1 | CANCELLED |
* | 3 | INVALID_ARGUMENT |
* | 4 | DEADLINE_EXCEEDED |
* | 13 | INTERNAL |
* </pre>
*/
public org.vdaas.vald.api.v1.payload.Mirror.Targets register(org.vdaas.vald.api.v1.payload.Mirror.Targets request) {
Expand All @@ -189,7 +218,8 @@ public org.vdaas.vald.api.v1.payload.Mirror.Targets register(org.vdaas.vald.api.
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service Mirror.
* <pre>
* Represent the mirror service.
* Overview
* Mirror Service is responsible for providing the `Register` interface for the Vald Mirror Gateway.
* </pre>
*/
public static final class MirrorFutureStub
Expand All @@ -207,7 +237,15 @@ protected MirrorFutureStub build(

/**
* <pre>
* Register is the RPC to register other mirror servers.
* Overview
* Register RPC is the method to register other Vald Mirror Gateway targets.
* ---
* Status Code
* | 0 | OK |
* | 1 | CANCELLED |
* | 3 | INVALID_ARGUMENT |
* | 4 | DEADLINE_EXCEEDED |
* | 13 | INTERNAL |
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<org.vdaas.vald.api.v1.payload.Mirror.Targets> register(
Expand Down
Loading

0 comments on commit 1047eca

Please # to comment.