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-threatintelligence/v1beta/2.0.0/com/google/api/services/threatintelligence/v1beta/model/AlertDocument.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public final class AlertDocument extends com.google.api.client.json.GenericJson
59
59
privatejava.lang.Stringcontent;
60
60
61
61
/**
62
-
* Output only. The time the document was created.
62
+
* Output only. The timestamp of the original external publication of the document.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@com.google.api.client.util.Key
@@ -191,15 +191,15 @@ public AlertDocument setContent(java.lang.String content) {
191
191
}
192
192
193
193
/**
194
-
* Output only. The time the document was created.
194
+
* Output only. The timestamp of the original external publication of the document.
195
195
* @return value or {@code null} for none
196
196
*/
197
197
publicStringgetCreateTime() {
198
198
returncreateTime;
199
199
}
200
200
201
201
/**
202
-
* Output only. The time the document was created.
202
+
* Output only. The timestamp of the original external publication of the document.
203
203
* @param createTime createTime or {@code null} for none
0 commit comments