@@ -44,21 +44,21 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
4444 }
4545
4646 /**
47- * Time when the job was created.
47+ * Output only. Time when the job was created.
4848 * The value may be {@code null}.
4949 */
5050 @ com .google .api .client .util .Key
5151 private String createTime ;
5252
5353 /**
54- * Time when the job finished.
54+ * Output only. Time when the job finished.
5555 * The value may be {@code null}.
5656 */
5757 @ com .google .api .client .util .Key
5858 private String endTime ;
5959
6060 /**
61- * A stream of errors encountered running the job.
61+ * Output only. A stream of errors encountered running the job.
6262 * The value may be {@code null}.
6363 */
6464 @ com .google .api .client .util .Key
@@ -72,21 +72,22 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
7272 private GooglePrivacyDlpV2InspectDataSourceDetails inspectDetails ;
7373
7474 /**
75- * If created by a job trigger, the resource name of the trigger that instantiated the job.
75+ * Output only. If created by a job trigger, the resource name of the trigger that instantiated
76+ * the job.
7677 * The value may be {@code null}.
7778 */
7879 @ com .google .api .client .util .Key
7980 private java .lang .String jobTriggerName ;
8081
8182 /**
82- * Time when the job was last modified by the system.
83+ * Output only. Time when the job was last modified by the system.
8384 * The value may be {@code null}.
8485 */
8586 @ com .google .api .client .util .Key
8687 private String lastModified ;
8788
8889 /**
89- * The server-assigned name.
90+ * Output only. The server-assigned name.
9091 * The value may be {@code null}.
9192 */
9293 @ com .google .api .client .util .Key
@@ -100,14 +101,14 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
100101 private GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails riskDetails ;
101102
102103 /**
103- * Time when the job started.
104+ * Output only. Time when the job started.
104105 * The value may be {@code null}.
105106 */
106107 @ com .google .api .client .util .Key
107108 private String startTime ;
108109
109110 /**
110- * State of a job.
111+ * Output only. State of a job.
111112 * The value may be {@code null}.
112113 */
113114 @ com .google .api .client .util .Key
@@ -138,15 +139,15 @@ public GooglePrivacyDlpV2DlpJob setActionDetails(java.util.List<GooglePrivacyDlp
138139 }
139140
140141 /**
141- * Time when the job was created.
142+ * Output only. Time when the job was created.
142143 * @return value or {@code null} for none
143144 */
144145 public String getCreateTime () {
145146 return createTime ;
146147 }
147148
148149 /**
149- * Time when the job was created.
150+ * Output only. Time when the job was created.
150151 * @param createTime createTime or {@code null} for none
151152 */
152153 public GooglePrivacyDlpV2DlpJob setCreateTime (String createTime ) {
@@ -155,15 +156,15 @@ public GooglePrivacyDlpV2DlpJob setCreateTime(String createTime) {
155156 }
156157
157158 /**
158- * Time when the job finished.
159+ * Output only. Time when the job finished.
159160 * @return value or {@code null} for none
160161 */
161162 public String getEndTime () {
162163 return endTime ;
163164 }
164165
165166 /**
166- * Time when the job finished.
167+ * Output only. Time when the job finished.
167168 * @param endTime endTime or {@code null} for none
168169 */
169170 public GooglePrivacyDlpV2DlpJob setEndTime (String endTime ) {
@@ -172,15 +173,15 @@ public GooglePrivacyDlpV2DlpJob setEndTime(String endTime) {
172173 }
173174
174175 /**
175- * A stream of errors encountered running the job.
176+ * Output only. A stream of errors encountered running the job.
176177 * @return value or {@code null} for none
177178 */
178179 public java .util .List <GooglePrivacyDlpV2Error > getErrors () {
179180 return errors ;
180181 }
181182
182183 /**
183- * A stream of errors encountered running the job.
184+ * Output only. A stream of errors encountered running the job.
184185 * @param errors errors or {@code null} for none
185186 */
186187 public GooglePrivacyDlpV2DlpJob setErrors (java .util .List <GooglePrivacyDlpV2Error > errors ) {
@@ -206,15 +207,17 @@ public GooglePrivacyDlpV2DlpJob setInspectDetails(GooglePrivacyDlpV2InspectDataS
206207 }
207208
208209 /**
209- * If created by a job trigger, the resource name of the trigger that instantiated the job.
210+ * Output only. If created by a job trigger, the resource name of the trigger that instantiated
211+ * the job.
210212 * @return value or {@code null} for none
211213 */
212214 public java .lang .String getJobTriggerName () {
213215 return jobTriggerName ;
214216 }
215217
216218 /**
217- * If created by a job trigger, the resource name of the trigger that instantiated the job.
219+ * Output only. If created by a job trigger, the resource name of the trigger that instantiated
220+ * the job.
218221 * @param jobTriggerName jobTriggerName or {@code null} for none
219222 */
220223 public GooglePrivacyDlpV2DlpJob setJobTriggerName (java .lang .String jobTriggerName ) {
@@ -223,15 +226,15 @@ public GooglePrivacyDlpV2DlpJob setJobTriggerName(java.lang.String jobTriggerNam
223226 }
224227
225228 /**
226- * Time when the job was last modified by the system.
229+ * Output only. Time when the job was last modified by the system.
227230 * @return value or {@code null} for none
228231 */
229232 public String getLastModified () {
230233 return lastModified ;
231234 }
232235
233236 /**
234- * Time when the job was last modified by the system.
237+ * Output only. Time when the job was last modified by the system.
235238 * @param lastModified lastModified or {@code null} for none
236239 */
237240 public GooglePrivacyDlpV2DlpJob setLastModified (String lastModified ) {
@@ -240,15 +243,15 @@ public GooglePrivacyDlpV2DlpJob setLastModified(String lastModified) {
240243 }
241244
242245 /**
243- * The server-assigned name.
246+ * Output only. The server-assigned name.
244247 * @return value or {@code null} for none
245248 */
246249 public java .lang .String getName () {
247250 return name ;
248251 }
249252
250253 /**
251- * The server-assigned name.
254+ * Output only. The server-assigned name.
252255 * @param name name or {@code null} for none
253256 */
254257 public GooglePrivacyDlpV2DlpJob setName (java .lang .String name ) {
@@ -274,15 +277,15 @@ public GooglePrivacyDlpV2DlpJob setRiskDetails(GooglePrivacyDlpV2AnalyzeDataSour
274277 }
275278
276279 /**
277- * Time when the job started.
280+ * Output only. Time when the job started.
278281 * @return value or {@code null} for none
279282 */
280283 public String getStartTime () {
281284 return startTime ;
282285 }
283286
284287 /**
285- * Time when the job started.
288+ * Output only. Time when the job started.
286289 * @param startTime startTime or {@code null} for none
287290 */
288291 public GooglePrivacyDlpV2DlpJob setStartTime (String startTime ) {
@@ -291,15 +294,15 @@ public GooglePrivacyDlpV2DlpJob setStartTime(String startTime) {
291294 }
292295
293296 /**
294- * State of a job.
297+ * Output only. State of a job.
295298 * @return value or {@code null} for none
296299 */
297300 public java .lang .String getState () {
298301 return state ;
299302 }
300303
301304 /**
302- * State of a job.
305+ * Output only. State of a job.
303306 * @param state state or {@code null} for none
304307 */
305308 public GooglePrivacyDlpV2DlpJob setState (java .lang .String state ) {
0 commit comments