Skip to content

Commit

Permalink
Update [vald sha: c964badf76413c8307abf1614859c2b1c92ff1bb]
Browse files Browse the repository at this point in the history
  • Loading branch information
vdaas-ci committed Sep 15, 2023
1 parent 76b2062 commit b462c57
Show file tree
Hide file tree
Showing 42 changed files with 18,136 additions and 434 deletions.
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bb8e8dc82e1dc8e17515c94f17931e491c2bcd04
c964badf76413c8307abf1614859c2b1c92ff1bb
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: "com.google.protobuf"

group = "org.vdaas.vald"
archivesBaseName = "vald-client-java"
version = "1.7.6.Rev2"
version = "1.7.7"
description = "a client library for Vald (https://github.com/vdaas/vald)."

def isDevBuild
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/vdaas/vald/api/v1/agent/core/AgentGrpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.55.1)",
value = "by gRPC proto compiler (version 1.58.0)",
comments = "Source: apis/proto/v1/agent/core/agent.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AgentGrpc {

private AgentGrpc() {}

public static final String SERVICE_NAME = "core.v1.Agent";
public static final java.lang.String SERVICE_NAME = "core.v1.Agent";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<org.vdaas.vald.api.v1.payload.Control.CreateIndexRequest,
Expand Down Expand Up @@ -546,9 +546,9 @@ private static final class AgentFileDescriptorSupplier
private static final class AgentMethodDescriptorSupplier
extends AgentBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
108 changes: 74 additions & 34 deletions src/main/java/org/vdaas/vald/api/v1/payload/Info.java

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

Loading

0 comments on commit b462c57

Please sign in to comment.