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-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java
+18-22Lines changed: 18 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2386,41 +2386,39 @@ public List setParent(java.lang.String parent) {
2386
2386
returnthis;
2387
2387
}
2388
2388
2389
-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2389
+
/** Optional. The filter request (according to AIP-160). */
2390
2390
@com.google.api.client.util.Key
2391
2391
privatejava.lang.Stringfilter;
2392
2392
2393
-
/** Optional. The filter request (according to https://google.aip.dev/160).
2393
+
/** Optional. The filter request (according to AIP-160).
2394
2394
*/
2395
2395
publicjava.lang.StringgetFilter() {
2396
2396
returnfilter;
2397
2397
}
2398
2398
2399
-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2399
+
/** Optional. The filter request (according to AIP-160). */
2400
2400
publicListsetFilter(java.lang.Stringfilter) {
2401
2401
this.filter = filter;
2402
2402
returnthis;
2403
2403
}
2404
2404
2405
2405
/**
2406
-
* Optional. The order by fields for the result (according to
2407
-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2408
-
* field.
2406
+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering
2407
+
* is only possible by "name" field.
2409
2408
*/
2410
2409
@com.google.api.client.util.Key
2411
2410
privatejava.lang.StringorderBy;
2412
2411
2413
-
/** Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering).
2414
-
Currently ordering is only possible by "name" field.
2412
+
/** Optional. The order by fields for the result (according to AIP-132). Currently ordering is only
2413
+
possible by "name" field.
2415
2414
*/
2416
2415
publicjava.lang.StringgetOrderBy() {
2417
2416
returnorderBy;
2418
2417
}
2419
2418
2420
2419
/**
2421
-
* Optional. The order by fields for the result (according to
2422
-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2423
-
* field.
2420
+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering
2421
+
* is only possible by "name" field.
2424
2422
*/
2425
2423
publicListsetOrderBy(java.lang.StringorderBy) {
2426
2424
this.orderBy = orderBy;
@@ -2907,41 +2905,39 @@ public List setParent(java.lang.String parent) {
2907
2905
returnthis;
2908
2906
}
2909
2907
2910
-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2908
+
/** Optional. The filter request (according to AIP-160). */
2911
2909
@com.google.api.client.util.Key
2912
2910
privatejava.lang.Stringfilter;
2913
2911
2914
-
/** Optional. The filter request (according to https://google.aip.dev/160).
2912
+
/** Optional. The filter request (according to AIP-160).
2915
2913
*/
2916
2914
publicjava.lang.StringgetFilter() {
2917
2915
returnfilter;
2918
2916
}
2919
2917
2920
-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2918
+
/** Optional. The filter request (according to AIP-160). */
2921
2919
publicListsetFilter(java.lang.Stringfilter) {
2922
2920
this.filter = filter;
2923
2921
returnthis;
2924
2922
}
2925
2923
2926
2924
/**
2927
-
* Optional. The order by fields for the result (according to
2928
-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2929
-
* field.
2925
+
* Optional. The order by fields for the result (according to AIP-132). Currently
2926
+
* ordering is only possible by "name" field.
2930
2927
*/
2931
2928
@com.google.api.client.util.Key
2932
2929
privatejava.lang.StringorderBy;
2933
2930
2934
-
/** Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering).
2935
-
Currently ordering is only possible by "name" field.
2931
+
/** Optional. The order by fields for the result (according to AIP-132). Currently ordering is only
2932
+
possible by "name" field.
2936
2933
*/
2937
2934
publicjava.lang.StringgetOrderBy() {
2938
2935
returnorderBy;
2939
2936
}
2940
2937
2941
2938
/**
2942
-
* Optional. The order by fields for the result (according to
2943
-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2944
-
* field.
2939
+
* Optional. The order by fields for the result (according to AIP-132). Currently
0 commit comments