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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: owl-bot-staging/v1/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/CloudFunctionsServiceClient.java
+19-23Lines changed: 19 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@
66
66
* methods:
67
67
*
68
68
* <ol>
69
-
* <li>A "flattened" method. With this type of method, the fields of the request type have been
69
+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
70
70
* converted into function parameters. It may be the case that not all fields are available as
71
71
* parameters, and not every API method will have a flattened method entry point.
72
-
* <li>A "request object" method. This type of method only takes one parameter, a request object,
72
+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
73
73
* which must be constructed before the call. Not every API method will have a request object
74
74
* method.
75
-
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
75
+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
76
76
* callable object, which can be used to initiate calls to the service.
77
77
* </ol>
78
78
*
@@ -845,9 +845,9 @@ public final UnaryCallable<CallFunctionRequest, CallFunctionResponse> callFuncti
845
845
* <p>When uploading source code to the generated signed URL, please follow these restrictions:
846
846
*
847
847
* <ul>
848
-
* <li>Source file type should be a zip file.
849
-
* <li>Source file size should not exceed 100MB limit.
850
-
* <li>No credentials should be attached - the signed URLs provide access to the target bucket
848
+
* <li>Source file type should be a zip file.
849
+
* <li>Source file size should not exceed 100MB limit.
850
+
* <li>No credentials should be attached - the signed URLs provide access to the target bucket
851
851
* using internal service identity; if credentials were attached, the identity from the
852
852
* credentials would be used, but that identity does not have permissions to upload files to
853
853
* the URL.
@@ -856,14 +856,14 @@ public final UnaryCallable<CallFunctionRequest, CallFunctionResponse> callFuncti
856
856
* <p>When making a HTTP PUT request, these two headers need to be specified:
857
857
*
858
858
* <ul>
859
-
* <li>`content-type: application/zip`
860
-
* <li>`x-goog-content-length-range: 0,104857600`
859
+
* <li>`content-type: application/zip`
860
+
* <li>`x-goog-content-length-range: 0,104857600`
861
861
* </ul>
862
862
*
863
863
* <p>And this header SHOULD NOT be specified:
864
864
*
865
865
* <ul>
866
-
* <li>`Authorization: Bearer YOUR_TOKEN`
866
+
* <li>`Authorization: Bearer YOUR_TOKEN`
867
867
* </ul>
868
868
*
869
869
* <p>Sample code:
@@ -894,9 +894,9 @@ public final GenerateUploadUrlResponse generateUploadUrl(GenerateUploadUrlReques
894
894
* <p>When uploading source code to the generated signed URL, please follow these restrictions:
895
895
*
896
896
* <ul>
897
-
* <li>Source file type should be a zip file.
898
-
* <li>Source file size should not exceed 100MB limit.
899
-
* <li>No credentials should be attached - the signed URLs provide access to the target bucket
897
+
* <li>Source file type should be a zip file.
898
+
* <li>Source file size should not exceed 100MB limit.
899
+
* <li>No credentials should be attached - the signed URLs provide access to the target bucket
900
900
* using internal service identity; if credentials were attached, the identity from the
901
901
* credentials would be used, but that identity does not have permissions to upload files to
902
902
* the URL.
@@ -905,14 +905,14 @@ public final GenerateUploadUrlResponse generateUploadUrl(GenerateUploadUrlReques
905
905
* <p>When making a HTTP PUT request, these two headers need to be specified:
906
906
*
907
907
* <ul>
908
-
* <li>`content-type: application/zip`
909
-
* <li>`x-goog-content-length-range: 0,104857600`
908
+
* <li>`content-type: application/zip`
909
+
* <li>`x-goog-content-length-range: 0,104857600`
910
910
* </ul>
911
911
*
912
912
* <p>And this header SHOULD NOT be specified:
913
913
*
914
914
* <ul>
915
-
* <li>`Authorization: Bearer YOUR_TOKEN`
915
+
* <li>`Authorization: Bearer YOUR_TOKEN`
916
916
* </ul>
917
917
*
918
918
* <p>Sample code:
@@ -1003,6 +1003,7 @@ public final GenerateDownloadUrlResponse generateDownloadUrl(GenerateDownloadUrl
Copy file name to clipboardExpand all lines: owl-bot-staging/v1/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/CloudFunctionsServiceSettings.java
Copy file name to clipboardExpand all lines: owl-bot-staging/v1/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/CloudFunctionsServiceStubSettings.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,10 @@
81
81
* <p>The default instance has everything set to sensible defaults:
82
82
*
83
83
* <ul>
84
-
* <li>The default service address (cloudfunctions.googleapis.com) and default port (443) are
84
+
* <li>The default service address (cloudfunctions.googleapis.com) and default port (443) are
85
85
* used.
86
-
* <li>Credentials are acquired automatically through Application Default Credentials.
87
-
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
86
+
* <li>Credentials are acquired automatically through Application Default Credentials.
87
+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
88
88
* </ul>
89
89
*
90
90
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Copy file name to clipboardExpand all lines: owl-bot-staging/v1/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/GrpcCloudFunctionsServiceStub.java
Copy file name to clipboardExpand all lines: owl-bot-staging/v1/google-cloud-functions/src/test/java/com/google/cloud/functions/v1/CloudFunctionsServiceClientTest.java
0 commit comments