Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad31690

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
ARG GRPC_VERSION=1.71.0
ARG GRPC_VERSION=1.76.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
ARG GRPC_VERSION=1.71.0
ARG GRPC_VERSION=1.76.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
11 changes: 9 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,16 @@ load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")

grpc_java_repositories()

load("@envoy_api//bazel:repositories.bzl", "api_dependencies")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

api_dependencies()
git_repository(
name = "bazel_jar_jar",
commit = "4e7bf26da8bc8c955578fd8c8a2c763757d344df", # Latest commit SHA as of 2023/10/31
remote = "https://github.com/bazeltools/bazel_jar_jar.git",
)

load("@bazel_jar_jar//:jar_jar.bzl", "jar_jar_repositories")
jar_jar_repositories()

_disco_to_proto3_converter_commit = "ce8d8732120cdfb5bf4847c3238b5be8acde87e3"

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- External dependencies, especially gRPC and Protobuf version, should be
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.71.0</grpc.version>
<grpc.version>1.76.0</grpc.version>
<google.auth.version>1.40.0</google.auth.version>
<google.http-client.version>2.0.2</google.http-client.version>
<gson.version>2.12.1</gson.version>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version.gax_httpjson=2.71.1-SNAPSHOT

version.com_google_protobuf=3.25.8
version.google_java_format=1.15.0
version.io_grpc=1.71.0
version.io_grpc=1.76.0

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
registerClassForReflection(
access,
"io.grpc.netty.shaded.io.netty.channel.epoll.NativeDatagramPacketArray$NativeDatagramPacket");
registerClassForReflection(
access,
"io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue");

// tcnative
registerClassForReflection(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
* [Location.metadata][google.cloud.location.Location.metadata] field.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/location/locations.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class LocationsGrpc {

Expand Down Expand Up @@ -315,8 +312,8 @@ protected LocationsBlockingV2Stub build(
* </pre>
*/
public com.google.cloud.location.ListLocationsResponse listLocations(
com.google.cloud.location.ListLocationsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.location.ListLocationsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListLocationsMethod(), getCallOptions(), request);
}

Expand All @@ -328,8 +325,8 @@ public com.google.cloud.location.ListLocationsResponse listLocations(
* </pre>
*/
public com.google.cloud.location.Location getLocation(
com.google.cloud.location.GetLocationRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.cloud.location.GetLocationRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetLocationMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
* developers can have a consistent client experience.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/longrunning/operations.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class OperationsGrpc {

Expand Down Expand Up @@ -602,8 +599,8 @@ protected OperationsBlockingV2Stub build(
* </pre>
*/
public com.google.longrunning.ListOperationsResponse listOperations(
com.google.longrunning.ListOperationsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.longrunning.ListOperationsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListOperationsMethod(), getCallOptions(), request);
}

Expand All @@ -617,8 +614,8 @@ public com.google.longrunning.ListOperationsResponse listOperations(
* </pre>
*/
public com.google.longrunning.Operation getOperation(
com.google.longrunning.GetOperationRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.longrunning.GetOperationRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetOperationMethod(), getCallOptions(), request);
}

Expand All @@ -633,8 +630,8 @@ public com.google.longrunning.Operation getOperation(
* </pre>
*/
public com.google.protobuf.Empty deleteOperation(
com.google.longrunning.DeleteOperationRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.longrunning.DeleteOperationRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeleteOperationMethod(), getCallOptions(), request);
}

Expand All @@ -656,8 +653,8 @@ public com.google.protobuf.Empty deleteOperation(
* </pre>
*/
public com.google.protobuf.Empty cancelOperation(
com.google.longrunning.CancelOperationRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.longrunning.CancelOperationRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCancelOperationMethod(), getCallOptions(), request);
}

Expand All @@ -677,8 +674,8 @@ public com.google.protobuf.Empty cancelOperation(
* </pre>
*/
public com.google.longrunning.Operation waitOperation(
com.google.longrunning.WaitOperationRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.longrunning.WaitOperationRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getWaitOperationMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
* attached.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/iam/v1/iam_policy.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class IAMPolicyGrpc {

Expand Down Expand Up @@ -473,8 +470,9 @@ protected IAMPolicyBlockingV2Stub build(
* Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
* </pre>
*/
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -487,8 +485,9 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
* set.
* </pre>
*/
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -505,8 +504,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
* </pre>
*/
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v1.TestIamPermissionsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* An interface for managing Identity and Access Management (IAM) policies.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/iam/v2/policy.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PoliciesGrpc {

Expand Down Expand Up @@ -525,8 +522,8 @@ protected PoliciesBlockingV2Stub build(
* </pre>
*/
public com.google.iam.v2.ListPoliciesResponse listPolicies(
com.google.iam.v2.ListPoliciesRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2.ListPoliciesRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListPoliciesMethod(), getCallOptions(), request);
}

Expand All @@ -537,8 +534,9 @@ public com.google.iam.v2.ListPoliciesResponse listPolicies(
* Gets a policy.
* </pre>
*/
public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -550,8 +548,8 @@ public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest req
* </pre>
*/
public com.google.longrunning.Operation createPolicy(
com.google.iam.v2.CreatePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2.CreatePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreatePolicyMethod(), getCallOptions(), request);
}

Expand All @@ -569,8 +567,8 @@ public com.google.longrunning.Operation createPolicy(
* </pre>
*/
public com.google.longrunning.Operation updatePolicy(
com.google.iam.v2.UpdatePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2.UpdatePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdatePolicyMethod(), getCallOptions(), request);
}

Expand All @@ -582,8 +580,8 @@ public com.google.longrunning.Operation updatePolicy(
* </pre>
*/
public com.google.longrunning.Operation deletePolicy(
com.google.iam.v2.DeletePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2.DeletePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeletePolicyMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* An interface for managing Identity and Access Management (IAM) policies.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/iam/v2beta/policy.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PoliciesGrpc {

Expand Down Expand Up @@ -526,8 +523,8 @@ protected PoliciesBlockingV2Stub build(
* </pre>
*/
public com.google.iam.v2beta.ListPoliciesResponse listPolicies(
com.google.iam.v2beta.ListPoliciesRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2beta.ListPoliciesRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListPoliciesMethod(), getCallOptions(), request);
}

Expand All @@ -538,8 +535,9 @@ public com.google.iam.v2beta.ListPoliciesResponse listPolicies(
* Gets a policy.
* </pre>
*/
public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -551,8 +549,8 @@ public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyReq
* </pre>
*/
public com.google.longrunning.Operation createPolicy(
com.google.iam.v2beta.CreatePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2beta.CreatePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreatePolicyMethod(), getCallOptions(), request);
}

Expand All @@ -570,8 +568,8 @@ public com.google.longrunning.Operation createPolicy(
* </pre>
*/
public com.google.longrunning.Operation updatePolicy(
com.google.iam.v2beta.UpdatePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2beta.UpdatePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdatePolicyMethod(), getCallOptions(), request);
}

Expand All @@ -583,8 +581,8 @@ public com.google.longrunning.Operation updatePolicy(
* </pre>
*/
public com.google.longrunning.Operation deletePolicy(
com.google.iam.v2beta.DeletePolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v2beta.DeletePolicyRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeletePolicyMethod(), getCallOptions(), request);
}
}
Expand Down
Loading
Loading