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-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/TemplateMetadata.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,13 @@ public final class TemplateMetadata extends com.google.api.client.json.GenericJs
86
86
@com.google.api.client.util.Key
87
87
privatejava.lang.BooleansupportsExactlyOnce;
88
88
89
+
/**
90
+
* Optional. For future use.
91
+
* The value may be {@code null}.
92
+
*/
93
+
@com.google.api.client.util.Key
94
+
privatejava.lang.StringyamlDefinition;
95
+
89
96
/**
90
97
* Optional. Indicates the default streaming mode for a streaming template. Only valid if both
91
98
* supports_at_least_once and supports_exactly_once are true. Possible values: UNSPECIFIED,
@@ -209,6 +216,23 @@ public TemplateMetadata setSupportsExactlyOnce(java.lang.Boolean supportsExactly
209
216
returnthis;
210
217
}
211
218
219
+
/**
220
+
* Optional. For future use.
221
+
* @return value or {@code null} for none
222
+
*/
223
+
publicjava.lang.StringgetYamlDefinition() {
224
+
returnyamlDefinition;
225
+
}
226
+
227
+
/**
228
+
* Optional. For future use.
229
+
* @param yamlDefinition yamlDefinition or {@code null} for none
0 commit comments