@@ -147,7 +147,9 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
147
147
* the notes are to be created.
148
148
* </pre>
149
149
*
150
- * <code>string parent = 1;</code>
150
+ * <code>
151
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
152
+ * </code>
151
153
*
152
154
* @return The parent.
153
155
*/
@@ -170,7 +172,9 @@ public java.lang.String getParent() {
170
172
* the notes are to be created.
171
173
* </pre>
172
174
*
173
- * <code>string parent = 1;</code>
175
+ * <code>
176
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
177
+ * </code>
174
178
*
175
179
* @return The bytes for parent.
176
180
*/
@@ -218,7 +222,8 @@ public int getNotesCount() {
218
222
* The notes to create. Max allowed length is 1000.
219
223
* </pre>
220
224
*
221
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
225
+ * <code>map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
226
+ * </code>
222
227
*/
223
228
public boolean containsNotes (java .lang .String key ) {
224
229
if (key == null ) {
@@ -238,7 +243,8 @@ public java.util.Map<java.lang.String, io.grafeas.v1.Note> getNotes() {
238
243
* The notes to create. Max allowed length is 1000.
239
244
* </pre>
240
245
*
241
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
246
+ * <code>map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
247
+ * </code>
242
248
*/
243
249
public java .util .Map <java .lang .String , io .grafeas .v1 .Note > getNotesMap () {
244
250
return internalGetNotes ().getMap ();
@@ -250,7 +256,8 @@ public java.util.Map<java.lang.String, io.grafeas.v1.Note> getNotesMap() {
250
256
* The notes to create. Max allowed length is 1000.
251
257
* </pre>
252
258
*
253
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
259
+ * <code>map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
260
+ * </code>
254
261
*/
255
262
public io .grafeas .v1 .Note getNotesOrDefault (
256
263
java .lang .String key , io .grafeas .v1 .Note defaultValue ) {
@@ -267,7 +274,8 @@ public io.grafeas.v1.Note getNotesOrDefault(
267
274
* The notes to create. Max allowed length is 1000.
268
275
* </pre>
269
276
*
270
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
277
+ * <code>map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
278
+ * </code>
271
279
*/
272
280
public io .grafeas .v1 .Note getNotesOrThrow (java .lang .String key ) {
273
281
if (key == null ) {
@@ -647,7 +655,9 @@ public Builder mergeFrom(
647
655
* the notes are to be created.
648
656
* </pre>
649
657
*
650
- * <code>string parent = 1;</code>
658
+ * <code>
659
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
660
+ * </code>
651
661
*
652
662
* @return The parent.
653
663
*/
@@ -670,7 +680,9 @@ public java.lang.String getParent() {
670
680
* the notes are to be created.
671
681
* </pre>
672
682
*
673
- * <code>string parent = 1;</code>
683
+ * <code>
684
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
685
+ * </code>
674
686
*
675
687
* @return The bytes for parent.
676
688
*/
@@ -693,7 +705,9 @@ public com.google.protobuf.ByteString getParentBytes() {
693
705
* the notes are to be created.
694
706
* </pre>
695
707
*
696
- * <code>string parent = 1;</code>
708
+ * <code>
709
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
710
+ * </code>
697
711
*
698
712
* @param value The parent to set.
699
713
* @return This builder for chaining.
@@ -715,7 +729,9 @@ public Builder setParent(java.lang.String value) {
715
729
* the notes are to be created.
716
730
* </pre>
717
731
*
718
- * <code>string parent = 1;</code>
732
+ * <code>
733
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
734
+ * </code>
719
735
*
720
736
* @return This builder for chaining.
721
737
*/
@@ -733,7 +749,9 @@ public Builder clearParent() {
733
749
* the notes are to be created.
734
750
* </pre>
735
751
*
736
- * <code>string parent = 1;</code>
752
+ * <code>
753
+ * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
754
+ * </code>
737
755
*
738
756
* @param value The bytes for parent to set.
739
757
* @return This builder for chaining.
@@ -781,7 +799,9 @@ public int getNotesCount() {
781
799
* The notes to create. Max allowed length is 1000.
782
800
* </pre>
783
801
*
784
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
802
+ * <code>
803
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
804
+ * </code>
785
805
*/
786
806
public boolean containsNotes (java .lang .String key ) {
787
807
if (key == null ) {
@@ -801,7 +821,9 @@ public java.util.Map<java.lang.String, io.grafeas.v1.Note> getNotes() {
801
821
* The notes to create. Max allowed length is 1000.
802
822
* </pre>
803
823
*
804
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
824
+ * <code>
825
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
826
+ * </code>
805
827
*/
806
828
public java .util .Map <java .lang .String , io .grafeas .v1 .Note > getNotesMap () {
807
829
return internalGetNotes ().getMap ();
@@ -813,7 +835,9 @@ public java.util.Map<java.lang.String, io.grafeas.v1.Note> getNotesMap() {
813
835
* The notes to create. Max allowed length is 1000.
814
836
* </pre>
815
837
*
816
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
838
+ * <code>
839
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
840
+ * </code>
817
841
*/
818
842
public io .grafeas .v1 .Note getNotesOrDefault (
819
843
java .lang .String key , io .grafeas .v1 .Note defaultValue ) {
@@ -830,7 +854,9 @@ public io.grafeas.v1.Note getNotesOrDefault(
830
854
* The notes to create. Max allowed length is 1000.
831
855
* </pre>
832
856
*
833
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
857
+ * <code>
858
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
859
+ * </code>
834
860
*/
835
861
public io .grafeas .v1 .Note getNotesOrThrow (java .lang .String key ) {
836
862
if (key == null ) {
@@ -854,7 +880,9 @@ public Builder clearNotes() {
854
880
* The notes to create. Max allowed length is 1000.
855
881
* </pre>
856
882
*
857
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
883
+ * <code>
884
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
885
+ * </code>
858
886
*/
859
887
public Builder removeNotes (java .lang .String key ) {
860
888
if (key == null ) {
@@ -875,7 +903,9 @@ public java.util.Map<java.lang.String, io.grafeas.v1.Note> getMutableNotes() {
875
903
* The notes to create. Max allowed length is 1000.
876
904
* </pre>
877
905
*
878
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
906
+ * <code>
907
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
908
+ * </code>
879
909
*/
880
910
public Builder putNotes (java .lang .String key , io .grafeas .v1 .Note value ) {
881
911
if (key == null ) {
@@ -894,7 +924,9 @@ public Builder putNotes(java.lang.String key, io.grafeas.v1.Note value) {
894
924
* The notes to create. Max allowed length is 1000.
895
925
* </pre>
896
926
*
897
- * <code>map<string, .grafeas.v1.Note> notes = 2;</code>
927
+ * <code>
928
+ * map<string, .grafeas.v1.Note> notes = 2 [(.google.api.field_behavior) = REQUIRED];
929
+ * </code>
898
930
*/
899
931
public Builder putAllNotes (java .util .Map <java .lang .String , io .grafeas .v1 .Note > values ) {
900
932
internalGetMutableNotes ().getMutableMap ().putAll (values );
0 commit comments