diff --git a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java index cdf6e0b7651b..9122aa525bcf 100644 --- a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java +++ b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java @@ -104,7 +104,7 @@ public abstract class ServiceOptions, Service * @param the {@code ServiceOptions} subclass corresponding to the service * @param the {@code ServiceOptions} builder */ - protected abstract static class Builder, ServiceRpcT, + public abstract static class Builder, ServiceRpcT, OptionsT extends ServiceOptions, B extends Builder> {