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-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/RunStreamRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class RunStreamRequest extends com.google.api.client.json.GenericJs
36
36
@com.google.api.client.util.Key
37
37
privateCdcStrategycdcStrategy;
38
38
39
+
/**
40
+
* Optional. Update the stream without validating it.
41
+
* The value may be {@code null}.
42
+
*/
43
+
@com.google.api.client.util.Key
44
+
privatejava.lang.Booleanforce;
45
+
39
46
/**
40
47
* Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
41
48
* @return value or {@code null} for none
@@ -53,6 +60,23 @@ public RunStreamRequest setCdcStrategy(CdcStrategy cdcStrategy) {
53
60
returnthis;
54
61
}
55
62
63
+
/**
64
+
* Optional. Update the stream without validating it.
65
+
* @return value or {@code null} for none
66
+
*/
67
+
publicjava.lang.BooleangetForce() {
68
+
returnforce;
69
+
}
70
+
71
+
/**
72
+
* Optional. Update the stream without validating it.
0 commit comments