File tree Expand file tree Collapse file tree
clients/google-api-services-threatintelligence/v1beta
com/google/api/services/threatintelligence/v1beta/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-threatintelligence</artifactId >
25- <version >v1beta-rev20260428 -2.0.0</version >
25+ <version >v1beta-rev20260510 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-threatintelligence:v1beta-rev20260428 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-threatintelligence:v1beta-rev20260510 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3232public final class Alert extends com .google .api .client .json .GenericJson {
3333
3434 /**
35- * Optional. AI summary of the finding .
35+ * Optional. AI summary of the alert .
3636 * The value may be {@code null}.
3737 */
3838 @ com .google .api .client .util .Key
@@ -150,15 +150,15 @@ public final class Alert extends com.google.api.client.json.GenericJson {
150150 private java .lang .String state ;
151151
152152 /**
153- * Optional. AI summary of the finding .
153+ * Optional. AI summary of the alert .
154154 * @return value or {@code null} for none
155155 */
156156 public java .lang .String getAiSummary () {
157157 return aiSummary ;
158158 }
159159
160160 /**
161- * Optional. AI summary of the finding .
161+ * Optional. AI summary of the alert .
162162 * @param aiSummary aiSummary or {@code null} for none
163163 */
164164 public Alert setAiSummary (java .lang .String aiSummary ) {
Original file line number Diff line number Diff line change 3131public final class AlertDocument extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Output only. AI summary of the finding .
34+ * Output only. AI summary of the document .
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
@@ -123,15 +123,15 @@ public final class AlertDocument extends com.google.api.client.json.GenericJson
123123 private AlertDocumentTranslation translation ;
124124
125125 /**
126- * Output only. AI summary of the finding .
126+ * Output only. AI summary of the document .
127127 * @return value or {@code null} for none
128128 */
129129 public java .lang .String getAiSummary () {
130130 return aiSummary ;
131131 }
132132
133133 /**
134- * Output only. AI summary of the finding .
134+ * Output only. AI summary of the document .
135135 * @param aiSummary aiSummary or {@code null} for none
136136 */
137137 public AlertDocument setAiSummary (java .lang .String aiSummary ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-threatintelligence</artifactId >
11- <version >v1beta-rev20260428 -2.0.0</version >
12- <name >Threat Intelligence API v1beta-rev20260428 -2.0.0</name >
11+ <version >v1beta-rev20260510 -2.0.0</version >
12+ <name >Threat Intelligence API v1beta-rev20260510 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-threatintelligence</artifactId >
25- <version >v1beta-rev20260428 -2.0.0</version >
25+ <version >v1beta-rev20260510 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-threatintelligence:v1beta-rev20260428 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-threatintelligence:v1beta-rev20260510 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments