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-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/AddAssetsToGroupRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final class AddAssetsToGroupRequest extends com.google.api.client.json.Ge
40
40
41
41
/**
42
42
* Required. List of assets to be added. The maximum number of assets that can be added in a
43
-
* single request is 1000.
43
+
* single request is 2000.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@com.google.api.client.util.Key
@@ -83,7 +83,7 @@ public AddAssetsToGroupRequest setAllowExisting(java.lang.Boolean allowExisting)
83
83
84
84
/**
85
85
* Required. List of assets to be added. The maximum number of assets that can be added in a
86
-
* single request is 1000.
86
+
* single request is 2000.
87
87
* @return value or {@code null} for none
88
88
*/
89
89
publicAssetListgetAssets() {
@@ -92,7 +92,7 @@ public AssetList getAssets() {
92
92
93
93
/**
94
94
* Required. List of assets to be added. The maximum number of assets that can be added in a
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/AddAssetsToGroupRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final class AddAssetsToGroupRequest extends com.google.api.client.json.Ge
40
40
41
41
/**
42
42
* Required. List of assets to be added. The maximum number of assets that can be added in a
43
-
* single request is 1000.
43
+
* single request is 2000.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@com.google.api.client.util.Key
@@ -83,7 +83,7 @@ public AddAssetsToGroupRequest setAllowExisting(java.lang.Boolean allowExisting)
83
83
84
84
/**
85
85
* Required. List of assets to be added. The maximum number of assets that can be added in a
86
-
* single request is 1000.
86
+
* single request is 2000.
87
87
* @return value or {@code null} for none
88
88
*/
89
89
publicAssetListgetAssets() {
@@ -92,7 +92,7 @@ public AssetList getAssets() {
92
92
93
93
/**
94
94
* Required. List of assets to be added. The maximum number of assets that can be added in a
0 commit comments