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

Bump com.google.api.grpc:proto-google-common-protos from 2.21.0 to 2.39.0 #253

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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ junit = "5.10.2"
truth = "1.4.2"

# third party
protoGoogleCommonProtos = "2.21.0"
protoGoogleCommonProtos = "2.39.0"

[plugins]
buildConfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildConfig" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
public final class protokt/v1/google/cloud/location/LocationsGrpcKt {
public static final field INSTANCE Lprotokt/v1/google/cloud/location/LocationsGrpcKt;
public static final field SERVICE_NAME Ljava/lang/String;
public static final fun getGetLocationMethod ()Lio/grpc/MethodDescriptor;
public static final fun getListLocationsMethod ()Lio/grpc/MethodDescriptor;
public static final fun getServiceDescriptor ()Lio/grpc/ServiceDescriptor;
}

public abstract class protokt/v1/google/cloud/location/LocationsGrpcKt$LocationsCoroutineImplBase : io/grpc/kotlin/AbstractCoroutineServerImpl {
public fun <init> ()V
public fun <init> (Lkotlin/coroutines/CoroutineContext;)V
public synthetic fun <init> (Lkotlin/coroutines/CoroutineContext;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun bindService ()Lio/grpc/ServerServiceDefinition;
public fun getLocation (Lprotokt/v1/google/cloud/location/GetLocationRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun listLocations (Lprotokt/v1/google/cloud/location/ListLocationsRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class protokt/v1/google/cloud/location/LocationsGrpcKt$LocationsCoroutineStub : io/grpc/kotlin/AbstractCoroutineStub {
public fun <init> (Lio/grpc/Channel;)V
public fun <init> (Lio/grpc/Channel;Lio/grpc/CallOptions;)V
public synthetic fun <init> (Lio/grpc/Channel;Lio/grpc/CallOptions;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun build (Lio/grpc/Channel;Lio/grpc/CallOptions;)Lio/grpc/stub/AbstractStub;
public final fun getLocation (Lprotokt/v1/google/cloud/location/GetLocationRequest;Lio/grpc/Metadata;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun getLocation$default (Lprotokt/v1/google/cloud/location/LocationsGrpcKt$LocationsCoroutineStub;Lprotokt/v1/google/cloud/location/GetLocationRequest;Lio/grpc/Metadata;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
public final fun listLocations (Lprotokt/v1/google/cloud/location/ListLocationsRequest;Lio/grpc/Metadata;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun listLocations$default (Lprotokt/v1/google/cloud/location/LocationsGrpcKt$LocationsCoroutineStub;Lprotokt/v1/google/cloud/location/ListLocationsRequest;Lio/grpc/Metadata;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
}

public final class protokt/v1/google/longrunning/OperationsGrpcKt {
public static final field INSTANCE Lprotokt/v1/google/longrunning/OperationsGrpcKt;
public static final field SERVICE_NAME Ljava/lang/String;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
public final class protokt/v1/google/cloud/location/LocationsGrpc {
public static final field INSTANCE Lprotokt/v1/google/cloud/location/LocationsGrpc;
public static final field SERVICE_NAME Ljava/lang/String;
public static final fun getGetLocationMethod ()Lio/grpc/MethodDescriptor;
public static final fun getListLocationsMethod ()Lio/grpc/MethodDescriptor;
public static final fun getServiceDescriptor ()Lio/grpc/ServiceDescriptor;
}

public final class protokt/v1/google/longrunning/OperationsGrpc {
public static final field INSTANCE Lprotokt/v1/google/longrunning/OperationsGrpc;
public static final field SERVICE_NAME Ljava/lang/String;
Expand Down
Loading