@@ -708,12 +708,13 @@ public int getLabelsCount() {
708708 * <pre>
709709 * The labels associated with this `InspectFinding`.
710710 * Label keys must be between 1 and 63 characters long and must conform
711- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
711+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
712712 * Label values must be between 0 and 63 characters long and must conform
713- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
713+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
714714 * No more than 10 labels can be associated with a given finding.
715- * Example: <code>"environment" : "production"</code>
716- * Example: <code>"pipeline" : "etl"</code>
715+ * Examples:
716+ * * `"environment" : "production"`
717+ * * `"pipeline" : "etl"`
717718 * </pre>
718719 *
719720 * <code>map<string, string> labels = 10;</code>
@@ -735,12 +736,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
735736 * <pre>
736737 * The labels associated with this `InspectFinding`.
737738 * Label keys must be between 1 and 63 characters long and must conform
738- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
739+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
739740 * Label values must be between 0 and 63 characters long and must conform
740- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
741+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
741742 * No more than 10 labels can be associated with a given finding.
742- * Example: <code>"environment" : "production"</code>
743- * Example: <code>"pipeline" : "etl"</code>
743+ * Examples:
744+ * * `"environment" : "production"`
745+ * * `"pipeline" : "etl"`
744746 * </pre>
745747 *
746748 * <code>map<string, string> labels = 10;</code>
@@ -754,12 +756,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
754756 * <pre>
755757 * The labels associated with this `InspectFinding`.
756758 * Label keys must be between 1 and 63 characters long and must conform
757- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
759+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
758760 * Label values must be between 0 and 63 characters long and must conform
759- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
761+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
760762 * No more than 10 labels can be associated with a given finding.
761- * Example: <code>"environment" : "production"</code>
762- * Example: <code>"pipeline" : "etl"</code>
763+ * Examples:
764+ * * `"environment" : "production"`
765+ * * `"pipeline" : "etl"`
763766 * </pre>
764767 *
765768 * <code>map<string, string> labels = 10;</code>
@@ -777,12 +780,13 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
777780 * <pre>
778781 * The labels associated with this `InspectFinding`.
779782 * Label keys must be between 1 and 63 characters long and must conform
780- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
783+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
781784 * Label values must be between 0 and 63 characters long and must conform
782- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
785+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
783786 * No more than 10 labels can be associated with a given finding.
784- * Example: <code>"environment" : "production"</code>
785- * Example: <code>"pipeline" : "etl"</code>
787+ * Examples:
788+ * * `"environment" : "production"`
789+ * * `"pipeline" : "etl"`
786790 * </pre>
787791 *
788792 * <code>map<string, string> labels = 10;</code>
@@ -2832,12 +2836,13 @@ public int getLabelsCount() {
28322836 * <pre>
28332837 * The labels associated with this `InspectFinding`.
28342838 * Label keys must be between 1 and 63 characters long and must conform
2835- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2839+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
28362840 * Label values must be between 0 and 63 characters long and must conform
2837- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2841+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
28382842 * No more than 10 labels can be associated with a given finding.
2839- * Example: <code>"environment" : "production"</code>
2840- * Example: <code>"pipeline" : "etl"</code>
2843+ * Examples:
2844+ * * `"environment" : "production"`
2845+ * * `"pipeline" : "etl"`
28412846 * </pre>
28422847 *
28432848 * <code>map<string, string> labels = 10;</code>
@@ -2859,12 +2864,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
28592864 * <pre>
28602865 * The labels associated with this `InspectFinding`.
28612866 * Label keys must be between 1 and 63 characters long and must conform
2862- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2867+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
28632868 * Label values must be between 0 and 63 characters long and must conform
2864- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2869+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
28652870 * No more than 10 labels can be associated with a given finding.
2866- * Example: <code>"environment" : "production"</code>
2867- * Example: <code>"pipeline" : "etl"</code>
2871+ * Examples:
2872+ * * `"environment" : "production"`
2873+ * * `"pipeline" : "etl"`
28682874 * </pre>
28692875 *
28702876 * <code>map<string, string> labels = 10;</code>
@@ -2878,12 +2884,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
28782884 * <pre>
28792885 * The labels associated with this `InspectFinding`.
28802886 * Label keys must be between 1 and 63 characters long and must conform
2881- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2887+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
28822888 * Label values must be between 0 and 63 characters long and must conform
2883- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2889+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
28842890 * No more than 10 labels can be associated with a given finding.
2885- * Example: <code>"environment" : "production"</code>
2886- * Example: <code>"pipeline" : "etl"</code>
2891+ * Examples:
2892+ * * `"environment" : "production"`
2893+ * * `"pipeline" : "etl"`
28872894 * </pre>
28882895 *
28892896 * <code>map<string, string> labels = 10;</code>
@@ -2902,12 +2909,13 @@ public java.lang.String getLabelsOrDefault(
29022909 * <pre>
29032910 * The labels associated with this `InspectFinding`.
29042911 * Label keys must be between 1 and 63 characters long and must conform
2905- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2912+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
29062913 * Label values must be between 0 and 63 characters long and must conform
2907- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2914+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
29082915 * No more than 10 labels can be associated with a given finding.
2909- * Example: <code>"environment" : "production"</code>
2910- * Example: <code>"pipeline" : "etl"</code>
2916+ * Examples:
2917+ * * `"environment" : "production"`
2918+ * * `"pipeline" : "etl"`
29112919 * </pre>
29122920 *
29132921 * <code>map<string, string> labels = 10;</code>
@@ -2933,12 +2941,13 @@ public Builder clearLabels() {
29332941 * <pre>
29342942 * The labels associated with this `InspectFinding`.
29352943 * Label keys must be between 1 and 63 characters long and must conform
2936- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2944+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
29372945 * Label values must be between 0 and 63 characters long and must conform
2938- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2946+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
29392947 * No more than 10 labels can be associated with a given finding.
2940- * Example: <code>"environment" : "production"</code>
2941- * Example: <code>"pipeline" : "etl"</code>
2948+ * Examples:
2949+ * * `"environment" : "production"`
2950+ * * `"pipeline" : "etl"`
29422951 * </pre>
29432952 *
29442953 * <code>map<string, string> labels = 10;</code>
@@ -2961,12 +2970,13 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableLabels() {
29612970 * <pre>
29622971 * The labels associated with this `InspectFinding`.
29632972 * Label keys must be between 1 and 63 characters long and must conform
2964- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
2973+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
29652974 * Label values must be between 0 and 63 characters long and must conform
2966- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
2975+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
29672976 * No more than 10 labels can be associated with a given finding.
2968- * Example: <code>"environment" : "production"</code>
2969- * Example: <code>"pipeline" : "etl"</code>
2977+ * Examples:
2978+ * * `"environment" : "production"`
2979+ * * `"pipeline" : "etl"`
29702980 * </pre>
29712981 *
29722982 * <code>map<string, string> labels = 10;</code>
@@ -2987,12 +2997,13 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
29872997 * <pre>
29882998 * The labels associated with this `InspectFinding`.
29892999 * Label keys must be between 1 and 63 characters long and must conform
2990- * to the following regular expression: \ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?.
3000+ * to the following regular expression: ` [a-z]( [-a-z0-9]* [a-z0-9])?` .
29913001 * Label values must be between 0 and 63 characters long and must conform
2992- * to the regular expression (\ [a-z\](\ [-a-z0-9\]*\ [a-z0-9\ ])?)?.
3002+ * to the regular expression `( [a-z]( [-a-z0-9]* [a-z0-9])?)?` .
29933003 * No more than 10 labels can be associated with a given finding.
2994- * Example: <code>"environment" : "production"</code>
2995- * Example: <code>"pipeline" : "etl"</code>
3004+ * Examples:
3005+ * * `"environment" : "production"`
3006+ * * `"pipeline" : "etl"`
29963007 * </pre>
29973008 *
29983009 * <code>map<string, string> labels = 10;</code>
0 commit comments