@@ -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 * /**
183186 * * Transforms a Pub/Sub message.
184187 *
@@ -204,6 +207,7 @@ public java.lang.String getCode() {
204207 *
205208 * function <function_name>(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 * /**
709714 * * Transforms a Pub/Sub message.
710715 *
@@ -730,6 +735,7 @@ public Builder setFunctionNameBytes(com.google.protobuf.ByteString value) {
730735 *
731736 * function <function_name>(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 * /**
758765 * * Transforms a Pub/Sub message.
759766 *
@@ -779,6 +786,7 @@ public java.lang.String getCode() {
779786 *
780787 * function <function_name>(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 * /**
807816 * * Transforms a Pub/Sub message.
808817 *
@@ -828,6 +837,7 @@ public com.google.protobuf.ByteString getCodeBytes() {
828837 *
829838 * function <function_name>(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 * /**
855866 * * Transforms a Pub/Sub message.
856867 *
@@ -876,6 +887,7 @@ public Builder setCode(java.lang.String value) {
876887 *
877888 * function <function_name>(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 * /**
899912 * * Transforms a Pub/Sub message.
900913 *
@@ -920,6 +933,7 @@ public Builder clearCode() {
920933 *
921934 * function <function_name>(message, metadata) {
922935 * }
936+ * ```
923937 * </pre>
924938 *
925939 * <code>string code = 2 [(.google.api.field_behavior) = REQUIRED];</code>
0 commit comments