File tree Expand file tree Collapse file tree 17 files changed +13214
-230
lines changed
src/main/java/com/glean/api_client/glean_api_client Expand file tree Collapse file tree 17 files changed +13214
-230
lines changed Original file line number Diff line number Diff line change 33#
44# Linux start script should use lf
55/gradlew text eol =lf
6- / gradlew.bat text eol = crlf
6+
77# These are Windows script files and should use crlf
88* .bat text eol =crlf
99
1010# This allows generated code to be indexed correctly
11- * .java linguist-generated =false
11+ * .java linguist-generated =false
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
1616 oAuth2ClientCredentialsEnabled : true
1717 oAuth2PasswordEnabled : true
1818java :
19- version : 0.2 .0
19+ version : 0.3 .0
2020 additionalDependencies : []
2121 additionalPlugins : []
2222 artifactID : glean-api-client
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ info:
2525 url : https://app.glean.com/images/glean-text2.svg
2626 x-speakeasy-name : " Glean API"
2727servers :
28- - url : https://{domain }-be.glean.com
28+ - url : https://{instance }-be.glean.com
2929 variables :
30- domain :
31- default : domain
32- description : Email domain ( without extension) that determines the deployment backend.
30+ instance :
31+ default : instance-name
32+ description : The instance name (typically the email domain without the extension) that determines the deployment backend.
3333security :
3434 - APIToken : []
3535paths :
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.542.3
1+ speakeasyVersion: 1.543.4
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
6- sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
5+ sourceRevisionDigest: sha256:82bb62b5b7c3fdce61c9cf5c25bc2661f776c5ee5d007e9776961a08aabb8877
6+ sourceBlobDigest: sha256:48b2f6720cfd61b99c4cf5dc168fab967984c5c20d2ac425b99ce326f3291647
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1746549666
9+ - speakeasy-sdk-regen-1746758232
1010 Glean-OAS:
1111 sourceNamespace: glean-oas
1212 sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
@@ -18,10 +18,10 @@ targets:
1818 glean:
1919 source: Glean API
2020 sourceNamespace: glean-api-specs
21- sourceRevisionDigest: sha256:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
22- sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
21+ sourceRevisionDigest: sha256:82bb62b5b7c3fdce61c9cf5c25bc2661f776c5ee5d007e9776961a08aabb8877
22+ sourceBlobDigest: sha256:48b2f6720cfd61b99c4cf5dc168fab967984c5c20d2ac425b99ce326f3291647
2323 codeSamplesNamespace: glean-api-specs-java-code-samples
24- codeSamplesRevisionDigest: sha256:96711ddce5754d79c909cf44d45f549fdfa2aada2db8037db3a0b462de172cd7
24+ codeSamplesRevisionDigest: sha256:f4812c9938a6c78e0b397b856c155fa3461f1a4ace9146b3fc0054c431526b99
2525workflow:
2626 workflowVersion: 1.0.0
2727 speakeasyVersion: latest
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -28,4 +28,14 @@ Based on:
2828### Generated
2929- [ java v0.2.0] .
3030### Releases
31- - [ Maven Central v0.2.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.2.0 - .
31+ - [ Maven Central v0.2.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.2.0 - .
32+
33+ ## 2025-05-09 22:03:24
34+ ### Changes
35+ Based on:
36+ - OpenAPI Doc
37+ - Speakeasy CLI 1.543.4 (2.598.22) https://github.com/speakeasy-api/speakeasy
38+ ### Generated
39+ - [ java v0.3.0] .
40+ ### Releases
41+ - [ Maven Central v0.3.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.3.0 - .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ publishing {
103103 // https://github.com/gradle/gradle/issues/18619
104104 groupId = " com.glean.api-client"
105105 artifactId = " glean-api-client"
106- version = " 0.2 .0"
106+ version = " 0.3 .0"
107107
108108 from components. java
109109
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments