@@ -58,20 +58,22 @@ public final class GoogleCloudDataplexV1MetadataJob extends com.google.api.clien
58
58
private java .util .Map <String , java .lang .String > labels ;
59
59
60
60
/**
61
- * Output only. The name of the resource that the configuration is applied to, in the format
62
- * projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
61
+ * Output only. Identifier. The name of the resource that the configuration is applied to, in the
62
+ * format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@ com .google .api .client .util .Key
66
66
private java .lang .String name ;
67
67
68
68
/**
69
+ * Output only. Metadata job status.
69
70
* The value may be {@code null}.
70
71
*/
71
72
@ com .google .api .client .util .Key
72
73
private GoogleCloudDataplexV1MetadataJobStatus status ;
73
74
74
75
/**
76
+ * Required. Metadata job type.
75
77
* The value may be {@code null}.
76
78
*/
77
79
@ com .google .api .client .util .Key
@@ -161,17 +163,17 @@ public GoogleCloudDataplexV1MetadataJob setLabels(java.util.Map<String, java.lan
161
163
}
162
164
163
165
/**
164
- * Output only. The name of the resource that the configuration is applied to, in the format
165
- * projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
166
+ * Output only. Identifier. The name of the resource that the configuration is applied to, in the
167
+ * format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
166
168
* @return value or {@code null} for none
167
169
*/
168
170
public java .lang .String getName () {
169
171
return name ;
170
172
}
171
173
172
174
/**
173
- * Output only. The name of the resource that the configuration is applied to, in the format
174
- * projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
175
+ * Output only. Identifier. The name of the resource that the configuration is applied to, in the
176
+ * format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
175
177
* @param name name or {@code null} for none
176
178
*/
177
179
public GoogleCloudDataplexV1MetadataJob setName (java .lang .String name ) {
@@ -180,13 +182,15 @@ public GoogleCloudDataplexV1MetadataJob setName(java.lang.String name) {
180
182
}
181
183
182
184
/**
185
+ * Output only. Metadata job status.
183
186
* @return value or {@code null} for none
184
187
*/
185
188
public GoogleCloudDataplexV1MetadataJobStatus getStatus () {
186
189
return status ;
187
190
}
188
191
189
192
/**
193
+ * Output only. Metadata job status.
190
194
* @param status status or {@code null} for none
191
195
*/
192
196
public GoogleCloudDataplexV1MetadataJob setStatus (GoogleCloudDataplexV1MetadataJobStatus status ) {
@@ -195,13 +199,15 @@ public GoogleCloudDataplexV1MetadataJob setStatus(GoogleCloudDataplexV1MetadataJ
195
199
}
196
200
197
201
/**
202
+ * Required. Metadata job type.
198
203
* @return value or {@code null} for none
199
204
*/
200
205
public java .lang .String getType () {
201
206
return type ;
202
207
}
203
208
204
209
/**
210
+ * Required. Metadata job type.
205
211
* @param type type or {@code null} for none
206
212
*/
207
213
public GoogleCloudDataplexV1MetadataJob setType (java .lang .String type ) {
0 commit comments