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-cloudsupport/v2/2.0.0/com/google/api/services/cloudsupport/v2/CloudSupport.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2265,8 +2265,9 @@ public Media media() {
2265
2265
publicclassMedia {
2266
2266
2267
2267
/**
2268
-
* Download a file attached to a case. Note: HTTP requests must append "?alt=media" to the URL.
2269
-
* EXAMPLES: cURL: ```shell name="projects/some-
2268
+
* Download a file attached to a case. When this endpoint is called, no "response body" will be
2269
+
* returned. Instead, the attachment's blob will be returned. Note: HTTP requests must append
2270
+
* "?alt=media" to the URL. EXAMPLES: cURL: ```shell name="projects/some-
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudsupport/v2beta/2.0.0/com/google/api/services/cloudsupport/v2beta/CloudSupport.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2493,8 +2493,9 @@ public Media media() {
2493
2493
publicclassMedia {
2494
2494
2495
2495
/**
2496
-
* Download a file attached to a case. Note: HTTP requests must append "?alt=media" to the URL.
2497
-
* EXAMPLES: cURL: ```shell name="projects/some-
2496
+
* Download a file attached to a case. When this endpoint is called, no "response body" will be
2497
+
* returned. Instead, the attachment's blob will be returned. Note: HTTP requests must append
2498
+
* "?alt=media" to the URL. EXAMPLES: cURL: ```shell name="projects/some-
0 commit comments