You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/AuthorizationCodeLink.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public final class AuthorizationCodeLink extends com.google.api.client.json.Gene
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
52
-
privatejava.lang.StringomitQueryParams;
52
+
privatejava.lang.BooleanomitQueryParams;
53
53
54
54
/**
55
55
* The scopes for which the user will authorize Google Cloud Connectors on the connector data
@@ -104,15 +104,15 @@ public AuthorizationCodeLink setEnablePkce(java.lang.Boolean enablePkce) {
104
104
* Optional. Omit query params from the redirect URI.
105
105
* @return value or {@code null} for none
106
106
*/
107
-
publicjava.lang.StringgetOmitQueryParams() {
107
+
publicjava.lang.BooleangetOmitQueryParams() {
108
108
returnomitQueryParams;
109
109
}
110
110
111
111
/**
112
112
* Optional. Omit query params from the redirect URI.
113
113
* @param omitQueryParams omitQueryParams or {@code null} for none
0 commit comments