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/MigrationCenterAPI.java
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/AggregateAssetsValuesRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public final class AggregateAssetsValuesRequest extends com.google.api.client.js
44
44
privatejava.lang.Stringfilter;
45
45
46
46
/**
47
-
* Optional. When this value is set to 'true,' the response will include all assets, including
47
+
* Optional. When this value is set to 'true' the response will include all assets, including
48
48
* those that are hidden.
49
49
* The value may be {@code null}.
50
50
*/
@@ -86,7 +86,7 @@ public AggregateAssetsValuesRequest setFilter(java.lang.String filter) {
86
86
}
87
87
88
88
/**
89
-
* Optional. When this value is set to 'true,' the response will include all assets, including
89
+
* Optional. When this value is set to 'true' the response will include all assets, including
90
90
* those that are hidden.
91
91
* @return value or {@code null} for none
92
92
*/
@@ -95,7 +95,7 @@ public java.lang.Boolean getShowHidden() {
95
95
}
96
96
97
97
/**
98
-
* Optional. When this value is set to 'true,' the response will include all assets, including
98
+
* Optional. When this value is set to 'true' the response will include all assets, including
99
99
* those that are hidden.
100
100
* @param showHidden showHidden or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/GenerateReportArtifactLinkRequest.java
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/ImportDataFile.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class ImportDataFile extends com.google.api.client.json.GenericJson
37
37
privateStringcreateTime;
38
38
39
39
/**
40
-
* User-friendly display name. Maximum length is 63 characters.
40
+
* Optional. User-friendly display name. Maximum length is 63 characters.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -89,15 +89,15 @@ public ImportDataFile setCreateTime(String createTime) {
89
89
}
90
90
91
91
/**
92
-
* User-friendly display name. Maximum length is 63 characters.
92
+
* Optional. User-friendly display name. Maximum length is 63 characters.
93
93
* @return value or {@code null} for none
94
94
*/
95
95
publicjava.lang.StringgetDisplayName() {
96
96
returndisplayName;
97
97
}
98
98
99
99
/**
100
-
* User-friendly display name. Maximum length is 63 characters.
100
+
* Optional. User-friendly display name. Maximum length is 63 characters.
101
101
* @param displayName displayName or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/ListOperationsResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
45
45
46
46
/**
47
47
* Unordered list. Unreachable resources. Populated when the request sets
48
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
49
49
* attempting to list all resources across all supported locations.
50
50
* The value may be {@code null}.
51
51
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
88
88
89
89
/**
90
90
* Unordered list. Unreachable resources. Populated when the request sets
91
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
92
92
* attempting to list all resources across all supported locations.
93
93
* @return value or {@code null} for none
94
94
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
98
98
99
99
/**
100
100
* Unordered list. Unreachable resources. Populated when the request sets
101
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102
102
* attempting to list all resources across all supported locations.
103
103
* @param unreachable unreachable or {@code null} for none
0 commit comments