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-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/CompilationResult.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,14 @@ public final class CompilationResult extends com.google.api.client.json.GenericJ
80
80
@com.google.api.client.util.Key
81
81
privatejava.lang.StringgitCommitish;
82
82
83
+
/**
84
+
* Output only. All the metadata information that is used internally to serve the resource. For
85
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
86
+
* The value may be {@code null}.
87
+
*/
88
+
@com.google.api.client.util.Key
89
+
privatejava.lang.StringinternalMetadata;
90
+
83
91
/**
84
92
* Output only. The compilation result's name.
85
93
* The value may be {@code null}.
@@ -219,6 +227,25 @@ public CompilationResult setGitCommitish(java.lang.String gitCommitish) {
219
227
returnthis;
220
228
}
221
229
230
+
/**
231
+
* Output only. All the metadata information that is used internally to serve the resource. For
232
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
233
+
* @return value or {@code null} for none
234
+
*/
235
+
publicjava.lang.StringgetInternalMetadata() {
236
+
returninternalMetadata;
237
+
}
238
+
239
+
/**
240
+
* Output only. All the metadata information that is used internally to serve the resource. For
241
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
242
+
* @param internalMetadata internalMetadata or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/CompilationResultAction.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,14 @@ public final class CompilationResultAction extends com.google.api.client.json.Ge
59
59
@com.google.api.client.util.Key
60
60
privatejava.lang.StringfilePath;
61
61
62
+
/**
63
+
* Output only. All the metadata information that is used internally to serve the resource. For
64
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
65
+
* The value may be {@code null}.
66
+
*/
67
+
@com.google.api.client.util.Key
68
+
privatejava.lang.StringinternalMetadata;
69
+
62
70
/**
63
71
* The notebook executed by this action.
64
72
* The value may be {@code null}.
@@ -159,6 +167,25 @@ public CompilationResultAction setFilePath(java.lang.String filePath) {
159
167
returnthis;
160
168
}
161
169
170
+
/**
171
+
* Output only. All the metadata information that is used internally to serve the resource. For
172
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
173
+
* @return value or {@code null} for none
174
+
*/
175
+
publicjava.lang.StringgetInternalMetadata() {
176
+
returninternalMetadata;
177
+
}
178
+
179
+
/**
180
+
* Output only. All the metadata information that is used internally to serve the resource. For
181
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
182
+
* @param internalMetadata internalMetadata or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/NotebookAction.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ public final class NotebookAction extends com.google.api.client.json.GenericJson
38
38
39
39
/**
40
40
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
41
-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
41
+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
42
+
* to run.
42
43
* The value may be {@code null}.
43
44
*/
44
45
@com.google.api.client.util.Key
@@ -63,7 +64,8 @@ public NotebookAction setContents(java.lang.String contents) {
63
64
64
65
/**
65
66
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
66
-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
67
+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
68
+
* to run.
67
69
* @return value or {@code null} for none
68
70
*/
69
71
publicjava.lang.StringgetJobId() {
@@ -72,7 +74,8 @@ public java.lang.String getJobId() {
72
74
73
75
/**
74
76
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
75
-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
77
+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/NotebookRuntimeOptions.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/ReleaseConfig.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,14 @@ public final class ReleaseConfig extends com.google.api.client.json.GenericJson
60
60
@com.google.api.client.util.Key
61
61
privatejava.lang.StringgitCommitish;
62
62
63
+
/**
64
+
* Output only. All the metadata information that is used internally to serve the resource. For
65
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
66
+
* The value may be {@code null}.
67
+
*/
68
+
@com.google.api.client.util.Key
69
+
privatejava.lang.StringinternalMetadata;
70
+
63
71
/**
64
72
* Identifier. The release config's name.
65
73
* The value may be {@code null}.
@@ -171,6 +179,25 @@ public ReleaseConfig setGitCommitish(java.lang.String gitCommitish) {
171
179
returnthis;
172
180
}
173
181
182
+
/**
183
+
* Output only. All the metadata information that is used internally to serve the resource. For
184
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
185
+
* @return value or {@code null} for none
186
+
*/
187
+
publicjava.lang.StringgetInternalMetadata() {
188
+
returninternalMetadata;
189
+
}
190
+
191
+
/**
192
+
* Output only. All the metadata information that is used internally to serve the resource. For
193
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
194
+
* @param internalMetadata internalMetadata or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/Repository.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,14 @@ public final class Repository extends com.google.api.client.json.GenericJson {
58
58
@com.google.api.client.util.Key
59
59
privateGitRemoteSettingsgitRemoteSettings;
60
60
61
+
/**
62
+
* Output only. All the metadata information that is used internally to serve the resource. For
63
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.StringinternalMetadata;
68
+
61
69
/**
62
70
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
63
71
* data in the repository and all child resources. It is not possible to add or update the
@@ -187,6 +195,25 @@ public Repository setGitRemoteSettings(GitRemoteSettings gitRemoteSettings) {
187
195
returnthis;
188
196
}
189
197
198
+
/**
199
+
* Output only. All the metadata information that is used internally to serve the resource. For
200
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
201
+
* @return value or {@code null} for none
202
+
*/
203
+
publicjava.lang.StringgetInternalMetadata() {
204
+
returninternalMetadata;
205
+
}
206
+
207
+
/**
208
+
* Output only. All the metadata information that is used internally to serve the resource. For
209
+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
210
+
* @param internalMetadata internalMetadata or {@code null} for none
0 commit comments