Skip to content

Commit 13ddbd1

Browse files
authored
feat: update protobuf version to 4.33.2 (#1875)
* chore: add gencode * update protobuf version * update package path in gencode * code format * skip clirr * update http version
1 parent 4e6e855 commit 13ddbd1

File tree

8 files changed

+2803
-2211
lines changed

8 files changed

+2803
-2211
lines changed

cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
import com.google.api.client.util.Clock;
3939
import com.google.auth.Credentials;
40-
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryProto.ClientSideAccessBoundary;
41-
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRule;
40+
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundary;
41+
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryRule;
4242
import com.google.auth.http.HttpTransportFactory;
4343
import com.google.auth.oauth2.AccessToken;
4444
import com.google.auth.oauth2.CredentialAccessBoundary;

0 commit comments

Comments
 (0)