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-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/RolloutSequence.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ public final class RolloutSequence extends com.google.api.client.json.GenericJso
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.Stringetag;
59
59
60
+
/**
61
+
* Optional. Selector for clusters to exclude from the Rollout Sequence.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privateClusterSelectorignoredClustersSelector;
66
+
60
67
/**
61
68
* Optional. Labels for this Rollout Sequence.
62
69
* The value may be {@code null}.
@@ -170,6 +177,23 @@ public RolloutSequence setEtag(java.lang.String etag) {
170
177
returnthis;
171
178
}
172
179
180
+
/**
181
+
* Optional. Selector for clusters to exclude from the Rollout Sequence.
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/RolloutSequence.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ public final class RolloutSequence extends com.google.api.client.json.GenericJso
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.Stringetag;
59
59
60
+
/**
61
+
* Optional. Selector for clusters to exclude from the Rollout Sequence.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privateClusterSelectorignoredClustersSelector;
66
+
60
67
/**
61
68
* Optional. Labels for this Rollout Sequence.
62
69
* The value may be {@code null}.
@@ -170,6 +177,23 @@ public RolloutSequence setEtag(java.lang.String etag) {
170
177
returnthis;
171
178
}
172
179
180
+
/**
181
+
* Optional. Selector for clusters to exclude from the Rollout Sequence.
0 commit comments