@@ -708,12 +708,13 @@ public int getLabelsCount() {
708
708
* <pre>
709
709
* The labels associated with this `InspectFinding`.
710
710
* 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])?` .
712
712
* 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])?)?` .
714
714
* 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"`
717
718
* </pre>
718
719
*
719
720
* <code>map<string, string> labels = 10;</code>
@@ -735,12 +736,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
735
736
* <pre>
736
737
* The labels associated with this `InspectFinding`.
737
738
* 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])?` .
739
740
* 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])?)?` .
741
742
* 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"`
744
746
* </pre>
745
747
*
746
748
* <code>map<string, string> labels = 10;</code>
@@ -754,12 +756,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
754
756
* <pre>
755
757
* The labels associated with this `InspectFinding`.
756
758
* 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])?` .
758
760
* 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])?)?` .
760
762
* 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"`
763
766
* </pre>
764
767
*
765
768
* <code>map<string, string> labels = 10;</code>
@@ -777,12 +780,13 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
777
780
* <pre>
778
781
* The labels associated with this `InspectFinding`.
779
782
* 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])?` .
781
784
* 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])?)?` .
783
786
* 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"`
786
790
* </pre>
787
791
*
788
792
* <code>map<string, string> labels = 10;</code>
@@ -2832,12 +2836,13 @@ public int getLabelsCount() {
2832
2836
* <pre>
2833
2837
* The labels associated with this `InspectFinding`.
2834
2838
* 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])?` .
2836
2840
* 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])?)?` .
2838
2842
* 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"`
2841
2846
* </pre>
2842
2847
*
2843
2848
* <code>map<string, string> labels = 10;</code>
@@ -2859,12 +2864,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
2859
2864
* <pre>
2860
2865
* The labels associated with this `InspectFinding`.
2861
2866
* 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])?` .
2863
2868
* 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])?)?` .
2865
2870
* 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"`
2868
2874
* </pre>
2869
2875
*
2870
2876
* <code>map<string, string> labels = 10;</code>
@@ -2878,12 +2884,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
2878
2884
* <pre>
2879
2885
* The labels associated with this `InspectFinding`.
2880
2886
* 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])?` .
2882
2888
* 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])?)?` .
2884
2890
* 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"`
2887
2894
* </pre>
2888
2895
*
2889
2896
* <code>map<string, string> labels = 10;</code>
@@ -2902,12 +2909,13 @@ public java.lang.String getLabelsOrDefault(
2902
2909
* <pre>
2903
2910
* The labels associated with this `InspectFinding`.
2904
2911
* 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])?` .
2906
2913
* 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])?)?` .
2908
2915
* 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"`
2911
2919
* </pre>
2912
2920
*
2913
2921
* <code>map<string, string> labels = 10;</code>
@@ -2933,12 +2941,13 @@ public Builder clearLabels() {
2933
2941
* <pre>
2934
2942
* The labels associated with this `InspectFinding`.
2935
2943
* 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])?` .
2937
2945
* 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])?)?` .
2939
2947
* 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"`
2942
2951
* </pre>
2943
2952
*
2944
2953
* <code>map<string, string> labels = 10;</code>
@@ -2961,12 +2970,13 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableLabels() {
2961
2970
* <pre>
2962
2971
* The labels associated with this `InspectFinding`.
2963
2972
* 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])?` .
2965
2974
* 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])?)?` .
2967
2976
* 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"`
2970
2980
* </pre>
2971
2981
*
2972
2982
* <code>map<string, string> labels = 10;</code>
@@ -2987,12 +2997,13 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
2987
2997
* <pre>
2988
2998
* The labels associated with this `InspectFinding`.
2989
2999
* 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])?` .
2991
3001
* 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])?)?` .
2993
3003
* 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"`
2996
3007
* </pre>
2997
3008
*
2998
3009
* <code>map<string, string> labels = 10;</code>
0 commit comments