Skip to content

Commit 1103bed

Browse files
chore: generate libraries at Wed Feb 5 02:25:31 UTC 2025
1 parent ac133dd commit 1103bed

File tree

7 files changed

+363
-335
lines changed

7 files changed

+363
-335
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.53.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.54.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/JavaScriptUDF.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public com.google.protobuf.ByteString getFunctionNameBytes() {
129129
* Required. JavaScript code that contains a function `function_name` with the
130130
* below signature:
131131
*
132+
* ```
132133
* /**
133134
* * Transforms a Pub/Sub message.
134135
*
@@ -154,6 +155,7 @@ public com.google.protobuf.ByteString getFunctionNameBytes() {
154155
*
155156
* function <function_name>(message, metadata) {
156157
* }
158+
* ```
157159
* </pre>
158160
*
159161
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -179,6 +181,7 @@ public java.lang.String getCode() {
179181
* Required. JavaScript code that contains a function `function_name` with the
180182
* below signature:
181183
*
184+
* ```
182185
* /&#42;*
183186
* * Transforms a Pub/Sub message.
184187
*
@@ -204,6 +207,7 @@ public java.lang.String getCode() {
204207
*
205208
* function &lt;function_name&gt;(message, metadata) {
206209
* }
210+
* ```
207211
* </pre>
208212
*
209213
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -705,6 +709,7 @@ public Builder setFunctionNameBytes(com.google.protobuf.ByteString value) {
705709
* Required. JavaScript code that contains a function `function_name` with the
706710
* below signature:
707711
*
712+
* ```
708713
* /&#42;*
709714
* * Transforms a Pub/Sub message.
710715
*
@@ -730,6 +735,7 @@ public Builder setFunctionNameBytes(com.google.protobuf.ByteString value) {
730735
*
731736
* function &lt;function_name&gt;(message, metadata) {
732737
* }
738+
* ```
733739
* </pre>
734740
*
735741
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -754,6 +760,7 @@ public java.lang.String getCode() {
754760
* Required. JavaScript code that contains a function `function_name` with the
755761
* below signature:
756762
*
763+
* ```
757764
* /&#42;*
758765
* * Transforms a Pub/Sub message.
759766
*
@@ -779,6 +786,7 @@ public java.lang.String getCode() {
779786
*
780787
* function &lt;function_name&gt;(message, metadata) {
781788
* }
789+
* ```
782790
* </pre>
783791
*
784792
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -803,6 +811,7 @@ public com.google.protobuf.ByteString getCodeBytes() {
803811
* Required. JavaScript code that contains a function `function_name` with the
804812
* below signature:
805813
*
814+
* ```
806815
* /&#42;*
807816
* * Transforms a Pub/Sub message.
808817
*
@@ -828,6 +837,7 @@ public com.google.protobuf.ByteString getCodeBytes() {
828837
*
829838
* function &lt;function_name&gt;(message, metadata) {
830839
* }
840+
* ```
831841
* </pre>
832842
*
833843
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -851,6 +861,7 @@ public Builder setCode(java.lang.String value) {
851861
* Required. JavaScript code that contains a function `function_name` with the
852862
* below signature:
853863
*
864+
* ```
854865
* /&#42;*
855866
* * Transforms a Pub/Sub message.
856867
*
@@ -876,6 +887,7 @@ public Builder setCode(java.lang.String value) {
876887
*
877888
* function &lt;function_name&gt;(message, metadata) {
878889
* }
890+
* ```
879891
* </pre>
880892
*
881893
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -895,6 +907,7 @@ public Builder clearCode() {
895907
* Required. JavaScript code that contains a function `function_name` with the
896908
* below signature:
897909
*
910+
* ```
898911
* /&#42;*
899912
* * Transforms a Pub/Sub message.
900913
*
@@ -920,6 +933,7 @@ public Builder clearCode() {
920933
*
921934
* function &lt;function_name&gt;(message, metadata) {
922935
* }
936+
* ```
923937
* </pre>
924938
*
925939
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>

proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/JavaScriptUDFOrBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public interface JavaScriptUDFOrBuilder
5858
* Required. JavaScript code that contains a function `function_name` with the
5959
* below signature:
6060
*
61+
* ```
6162
* /&#42;*
6263
* * Transforms a Pub/Sub message.
6364
*
@@ -83,6 +84,7 @@ public interface JavaScriptUDFOrBuilder
8384
*
8485
* function &lt;function_name&gt;(message, metadata) {
8586
* }
87+
* ```
8688
* </pre>
8789
*
8890
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -97,6 +99,7 @@ public interface JavaScriptUDFOrBuilder
9799
* Required. JavaScript code that contains a function `function_name` with the
98100
* below signature:
99101
*
102+
* ```
100103
* /&#42;*
101104
* * Transforms a Pub/Sub message.
102105
*
@@ -122,6 +125,7 @@ public interface JavaScriptUDFOrBuilder
122125
*
123126
* function &lt;function_name&gt;(message, metadata) {
124127
* }
128+
* ```
125129
* </pre>
126130
*
127131
* <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>

0 commit comments

Comments
 (0)