@@ -43,6 +43,12 @@ private AliasContext() {
4343 name_ = "" ;
4444 }
4545
46+ @ java .lang .Override
47+ @ SuppressWarnings ({"unused" })
48+ protected java .lang .Object newInstance (UnusedPrivateParameter unused ) {
49+ return new AliasContext ();
50+ }
51+
4652 @ java .lang .Override
4753 public final com .google .protobuf .UnknownFieldSet getUnknownFields () {
4854 return this .unknownFields ;
@@ -56,7 +62,6 @@ private AliasContext(
5662 if (extensionRegistry == null ) {
5763 throw new java .lang .NullPointerException ();
5864 }
59- int mutable_bitField0_ = 0 ;
6065 com .google .protobuf .UnknownFieldSet .Builder unknownFields =
6166 com .google .protobuf .UnknownFieldSet .newBuilder ();
6267 try {
@@ -216,12 +221,20 @@ public final int getNumber() {
216221 return value ;
217222 }
218223
219- /** @deprecated Use {@link #forNumber(int)} instead. */
224+ /**
225+ * @param value The numeric wire value of the corresponding enum entry.
226+ * @return The enum associated with the given numeric wire value.
227+ * @deprecated Use {@link #forNumber(int)} instead.
228+ */
220229 @ java .lang .Deprecated
221230 public static Kind valueOf (int value ) {
222231 return forNumber (value );
223232 }
224233
234+ /**
235+ * @param value The numeric wire value of the corresponding enum entry.
236+ * @return The enum associated with the given numeric wire value.
237+ */
225238 public static Kind forNumber (int value ) {
226239 switch (value ) {
227240 case 0 :
@@ -291,6 +304,8 @@ private Kind(int value) {
291304 * </pre>
292305 *
293306 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
307+ *
308+ * @return The enum numeric value on the wire for kind.
294309 */
295310 public int getKindValue () {
296311 return kind_ ;
@@ -303,6 +318,8 @@ public int getKindValue() {
303318 * </pre>
304319 *
305320 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
321+ *
322+ * @return The kind.
306323 */
307324 public io .grafeas .v1 .AliasContext .Kind getKind () {
308325 @ SuppressWarnings ("deprecation" )
@@ -320,6 +337,8 @@ public io.grafeas.v1.AliasContext.Kind getKind() {
320337 * </pre>
321338 *
322339 * <code>string name = 2;</code>
340+ *
341+ * @return The name.
323342 */
324343 public java .lang .String getName () {
325344 java .lang .Object ref = name_ ;
@@ -340,6 +359,8 @@ public java.lang.String getName() {
340359 * </pre>
341360 *
342361 * <code>string name = 2;</code>
362+ *
363+ * @return The bytes for name.
343364 */
344365 public com .google .protobuf .ByteString getNameBytes () {
345366 java .lang .Object ref = name_ ;
@@ -686,6 +707,8 @@ public Builder mergeFrom(
686707 * </pre>
687708 *
688709 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
710+ *
711+ * @return The enum numeric value on the wire for kind.
689712 */
690713 public int getKindValue () {
691714 return kind_ ;
@@ -698,6 +721,9 @@ public int getKindValue() {
698721 * </pre>
699722 *
700723 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
724+ *
725+ * @param value The enum numeric value on the wire for kind to set.
726+ * @return This builder for chaining.
701727 */
702728 public Builder setKindValue (int value ) {
703729 kind_ = value ;
@@ -712,6 +738,8 @@ public Builder setKindValue(int value) {
712738 * </pre>
713739 *
714740 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
741+ *
742+ * @return The kind.
715743 */
716744 public io .grafeas .v1 .AliasContext .Kind getKind () {
717745 @ SuppressWarnings ("deprecation" )
@@ -726,6 +754,9 @@ public io.grafeas.v1.AliasContext.Kind getKind() {
726754 * </pre>
727755 *
728756 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
757+ *
758+ * @param value The kind to set.
759+ * @return This builder for chaining.
729760 */
730761 public Builder setKind (io .grafeas .v1 .AliasContext .Kind value ) {
731762 if (value == null ) {
@@ -744,6 +775,8 @@ public Builder setKind(io.grafeas.v1.AliasContext.Kind value) {
744775 * </pre>
745776 *
746777 * <code>.grafeas.v1.AliasContext.Kind kind = 1;</code>
778+ *
779+ * @return This builder for chaining.
747780 */
748781 public Builder clearKind () {
749782
@@ -761,6 +794,8 @@ public Builder clearKind() {
761794 * </pre>
762795 *
763796 * <code>string name = 2;</code>
797+ *
798+ * @return The name.
764799 */
765800 public java .lang .String getName () {
766801 java .lang .Object ref = name_ ;
@@ -781,6 +816,8 @@ public java.lang.String getName() {
781816 * </pre>
782817 *
783818 * <code>string name = 2;</code>
819+ *
820+ * @return The bytes for name.
784821 */
785822 public com .google .protobuf .ByteString getNameBytes () {
786823 java .lang .Object ref = name_ ;
@@ -801,6 +838,9 @@ public com.google.protobuf.ByteString getNameBytes() {
801838 * </pre>
802839 *
803840 * <code>string name = 2;</code>
841+ *
842+ * @param value The name to set.
843+ * @return This builder for chaining.
804844 */
805845 public Builder setName (java .lang .String value ) {
806846 if (value == null ) {
@@ -819,6 +859,8 @@ public Builder setName(java.lang.String value) {
819859 * </pre>
820860 *
821861 * <code>string name = 2;</code>
862+ *
863+ * @return This builder for chaining.
822864 */
823865 public Builder clearName () {
824866
@@ -834,6 +876,9 @@ public Builder clearName() {
834876 * </pre>
835877 *
836878 * <code>string name = 2;</code>
879+ *
880+ * @param value The bytes for name to set.
881+ * @return This builder for chaining.
837882 */
838883 public Builder setNameBytes (com .google .protobuf .ByteString value ) {
839884 if (value == null ) {
0 commit comments