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-workflows/v1beta/1.31.0/com/google/api/services/workflows/v1beta/Workflows.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
446
446
/**
447
447
* A filter to narrow down results to a preferred subset. The filtering language accepts
448
-
* strings like "displayName=tokyo", and is documented in more detail in
448
+
* strings like `"displayName=tokyo"`, and is documented in more detail in
449
449
* [AIP-160](https://google.aip.dev/160).
450
450
*/
451
451
@com.google.api.client.util.Key
452
452
privatejava.lang.Stringfilter;
453
453
454
454
/** A filter to narrow down results to a preferred subset. The filtering language accepts strings like
455
-
"displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
455
+
`"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
456
456
*/
457
457
publicjava.lang.StringgetFilter() {
458
458
returnfilter;
459
459
}
460
460
461
461
/**
462
462
* A filter to narrow down results to a preferred subset. The filtering language accepts
463
-
* strings like "displayName=tokyo", and is documented in more detail in
463
+
* strings like `"displayName=tokyo"`, and is documented in more detail in
0 commit comments