Skip to content

Commit da8a801

Browse files
committed
12.2.0
1 parent 810c9b2 commit da8a801

File tree

4 files changed

+1671
-1679
lines changed

4 files changed

+1671
-1679
lines changed

com/strongdm/api/GCPConsole.java

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
package com.strongdm.api;
1919

20-
/**
21-
* GCPConsole is currently unstable, and its API may change, or it may be removed, without a major
22-
* version bump.
23-
*/
2420
public class GCPConsole implements Resource {
2521
private String bindInterface;
2622
/**

com/strongdm/api/GCPWIF.java

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
package com.strongdm.api;
1919

20-
/**
21-
* GCPWIF is currently unstable, and its API may change, or it may be removed, without a major
22-
* version bump.
23-
*/
2420
public class GCPWIF implements Resource {
2521
private String bindInterface;
2622
/**

com/strongdm/api/SigningCallCredential.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials {
2323
private final String apiAccessKey;
2424
private final String signature;
2525
private static final String API_VERSION = "2024-03-28";
26-
private static final String USER_AGENT = "strongdm-sdk-java/12.1.0";
26+
private static final String USER_AGENT = "strongdm-sdk-java/12.2.0";
2727

2828
protected SigningCallCredential(String apiAccessKey, String signature) {
2929
this.apiAccessKey = apiAccessKey;

0 commit comments

Comments
 (0)