Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update gapic-generator-java to 2.26.0 #2253

Merged
merged 2 commits into from
Sep 28, 2023
Merged
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 @@ -33,7 +33,8 @@ public final class BigQueryReadGrpc {

private BigQueryReadGrpc() {}

public static final String SERVICE_NAME = "google.cloud.bigquery.storage.v1.BigQueryRead";
public static final java.lang.String SERVICE_NAME =
"google.cloud.bigquery.storage.v1.BigQueryRead";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -688,9 +689,9 @@ private static final class BigQueryReadFileDescriptorSupplier
private static final class BigQueryReadMethodDescriptorSupplier
extends BigQueryReadBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public final class BigQueryWriteGrpc {

private BigQueryWriteGrpc() {}

public static final String SERVICE_NAME = "google.cloud.bigquery.storage.v1.BigQueryWrite";
public static final java.lang.String SERVICE_NAME =
"google.cloud.bigquery.storage.v1.BigQueryWrite";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -1048,9 +1049,9 @@ private static final class BigQueryWriteFileDescriptorSupplier
private static final class BigQueryWriteMethodDescriptorSupplier
extends BigQueryWriteBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public final class BigQueryStorageGrpc {

private BigQueryStorageGrpc() {}

public static final String SERVICE_NAME = "google.cloud.bigquery.storage.v1beta1.BigQueryStorage";
public static final java.lang.String SERVICE_NAME =
"google.cloud.bigquery.storage.v1beta1.BigQueryStorage";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -1021,9 +1022,9 @@ private static final class BigQueryStorageFileDescriptorSupplier
private static final class BigQueryStorageMethodDescriptorSupplier
extends BigQueryStorageBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public final class BigQueryReadGrpc {

private BigQueryReadGrpc() {}

public static final String SERVICE_NAME = "google.cloud.bigquery.storage.v1beta2.BigQueryRead";
public static final java.lang.String SERVICE_NAME =
"google.cloud.bigquery.storage.v1beta2.BigQueryRead";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -704,9 +705,9 @@ private static final class BigQueryReadFileDescriptorSupplier
private static final class BigQueryReadMethodDescriptorSupplier
extends BigQueryReadBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public final class BigQueryWriteGrpc {

private BigQueryWriteGrpc() {}

public static final String SERVICE_NAME = "google.cloud.bigquery.storage.v1beta2.BigQueryWrite";
public static final java.lang.String SERVICE_NAME =
"google.cloud.bigquery.storage.v1beta2.BigQueryWrite";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -1044,9 +1045,9 @@ private static final class BigQueryWriteFileDescriptorSupplier
private static final class BigQueryWriteMethodDescriptorSupplier
extends BigQueryWriteBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

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

Expand Down
Loading