@@ -51,6 +51,12 @@ private AppEngineHttpTarget() {
5151 body_ = com .google .protobuf .ByteString .EMPTY ;
5252 }
5353
54+ @ java .lang .Override
55+ @ SuppressWarnings ({"unused" })
56+ protected java .lang .Object newInstance (UnusedPrivateParameter unused ) {
57+ return new AppEngineHttpTarget ();
58+ }
59+
5460 @ java .lang .Override
5561 public final com .google .protobuf .UnknownFieldSet getUnknownFields () {
5662 return this .unknownFields ;
@@ -107,11 +113,11 @@ private AppEngineHttpTarget(
107113 }
108114 case 34 :
109115 {
110- if (!((mutable_bitField0_ & 0x00000008 ) != 0 )) {
116+ if (!((mutable_bitField0_ & 0x00000001 ) != 0 )) {
111117 headers_ =
112118 com .google .protobuf .MapField .newMapField (
113119 HeadersDefaultEntryHolder .defaultEntry );
114- mutable_bitField0_ |= 0x00000008 ;
120+ mutable_bitField0_ |= 0x00000001 ;
115121 }
116122 com .google .protobuf .MapEntry <java .lang .String , java .lang .String > headers__ =
117123 input .readMessage (
@@ -169,7 +175,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
169175 com .google .cloud .scheduler .v1 .AppEngineHttpTarget .Builder .class );
170176 }
171177
172- private int bitField0_ ;
173178 public static final int HTTP_METHOD_FIELD_NUMBER = 1 ;
174179 private int httpMethod_ ;
175180 /**
@@ -181,6 +186,8 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
181186 * </pre>
182187 *
183188 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
189+ *
190+ * @return The enum numeric value on the wire for httpMethod.
184191 */
185192 public int getHttpMethodValue () {
186193 return httpMethod_ ;
@@ -194,6 +201,8 @@ public int getHttpMethodValue() {
194201 * </pre>
195202 *
196203 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
204+ *
205+ * @return The httpMethod.
197206 */
198207 public com .google .cloud .scheduler .v1 .HttpMethod getHttpMethod () {
199208 @ SuppressWarnings ("deprecation" )
@@ -212,6 +221,8 @@ public com.google.cloud.scheduler.v1.HttpMethod getHttpMethod() {
212221 * </pre>
213222 *
214223 * <code>.google.cloud.scheduler.v1.AppEngineRouting app_engine_routing = 2;</code>
224+ *
225+ * @return Whether the appEngineRouting field is set.
215226 */
216227 public boolean hasAppEngineRouting () {
217228 return appEngineRouting_ != null ;
@@ -224,6 +235,8 @@ public boolean hasAppEngineRouting() {
224235 * </pre>
225236 *
226237 * <code>.google.cloud.scheduler.v1.AppEngineRouting app_engine_routing = 2;</code>
238+ *
239+ * @return The appEngineRouting.
227240 */
228241 public com .google .cloud .scheduler .v1 .AppEngineRouting getAppEngineRouting () {
229242 return appEngineRouting_ == null
@@ -257,6 +270,8 @@ public com.google.cloud.scheduler.v1.AppEngineRoutingOrBuilder getAppEngineRouti
257270 * </pre>
258271 *
259272 * <code>string relative_uri = 3;</code>
273+ *
274+ * @return The relativeUri.
260275 */
261276 public java .lang .String getRelativeUri () {
262277 java .lang .Object ref = relativeUri_ ;
@@ -281,6 +296,8 @@ public java.lang.String getRelativeUri() {
281296 * </pre>
282297 *
283298 * <code>string relative_uri = 3;</code>
299+ *
300+ * @return The bytes for relativeUri.
284301 */
285302 public com .google .protobuf .ByteString getRelativeUriBytes () {
286303 java .lang .Object ref = relativeUri_ ;
@@ -492,6 +509,8 @@ public java.lang.String getHeadersOrThrow(java.lang.String key) {
492509 * </pre>
493510 *
494511 * <code>bytes body = 5;</code>
512+ *
513+ * @return The body.
495514 */
496515 public com .google .protobuf .ByteString getBody () {
497516 return body_ ;
@@ -821,7 +840,6 @@ public com.google.cloud.scheduler.v1.AppEngineHttpTarget buildPartial() {
821840 com .google .cloud .scheduler .v1 .AppEngineHttpTarget result =
822841 new com .google .cloud .scheduler .v1 .AppEngineHttpTarget (this );
823842 int from_bitField0_ = bitField0_ ;
824- int to_bitField0_ = 0 ;
825843 result .httpMethod_ = httpMethod_ ;
826844 if (appEngineRoutingBuilder_ == null ) {
827845 result .appEngineRouting_ = appEngineRouting_ ;
@@ -832,7 +850,6 @@ public com.google.cloud.scheduler.v1.AppEngineHttpTarget buildPartial() {
832850 result .headers_ = internalGetHeaders ();
833851 result .headers_ .makeImmutable ();
834852 result .body_ = body_ ;
835- result .bitField0_ = to_bitField0_ ;
836853 onBuilt ();
837854 return result ;
838855 }
@@ -939,6 +956,8 @@ public Builder mergeFrom(
939956 * </pre>
940957 *
941958 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
959+ *
960+ * @return The enum numeric value on the wire for httpMethod.
942961 */
943962 public int getHttpMethodValue () {
944963 return httpMethod_ ;
@@ -952,6 +971,9 @@ public int getHttpMethodValue() {
952971 * </pre>
953972 *
954973 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
974+ *
975+ * @param value The enum numeric value on the wire for httpMethod to set.
976+ * @return This builder for chaining.
955977 */
956978 public Builder setHttpMethodValue (int value ) {
957979 httpMethod_ = value ;
@@ -967,6 +989,8 @@ public Builder setHttpMethodValue(int value) {
967989 * </pre>
968990 *
969991 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
992+ *
993+ * @return The httpMethod.
970994 */
971995 public com .google .cloud .scheduler .v1 .HttpMethod getHttpMethod () {
972996 @ SuppressWarnings ("deprecation" )
@@ -983,6 +1007,9 @@ public com.google.cloud.scheduler.v1.HttpMethod getHttpMethod() {
9831007 * </pre>
9841008 *
9851009 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
1010+ *
1011+ * @param value The httpMethod to set.
1012+ * @return This builder for chaining.
9861013 */
9871014 public Builder setHttpMethod (com .google .cloud .scheduler .v1 .HttpMethod value ) {
9881015 if (value == null ) {
@@ -1002,6 +1029,8 @@ public Builder setHttpMethod(com.google.cloud.scheduler.v1.HttpMethod value) {
10021029 * </pre>
10031030 *
10041031 * <code>.google.cloud.scheduler.v1.HttpMethod http_method = 1;</code>
1032+ *
1033+ * @return This builder for chaining.
10051034 */
10061035 public Builder clearHttpMethod () {
10071036
@@ -1024,6 +1053,8 @@ public Builder clearHttpMethod() {
10241053 * </pre>
10251054 *
10261055 * <code>.google.cloud.scheduler.v1.AppEngineRouting app_engine_routing = 2;</code>
1056+ *
1057+ * @return Whether the appEngineRouting field is set.
10271058 */
10281059 public boolean hasAppEngineRouting () {
10291060 return appEngineRoutingBuilder_ != null || appEngineRouting_ != null ;
@@ -1036,6 +1067,8 @@ public boolean hasAppEngineRouting() {
10361067 * </pre>
10371068 *
10381069 * <code>.google.cloud.scheduler.v1.AppEngineRouting app_engine_routing = 2;</code>
1070+ *
1071+ * @return The appEngineRouting.
10391072 */
10401073 public com .google .cloud .scheduler .v1 .AppEngineRouting getAppEngineRouting () {
10411074 if (appEngineRoutingBuilder_ == null ) {
@@ -1205,6 +1238,8 @@ public com.google.cloud.scheduler.v1.AppEngineRoutingOrBuilder getAppEngineRouti
12051238 * </pre>
12061239 *
12071240 * <code>string relative_uri = 3;</code>
1241+ *
1242+ * @return The relativeUri.
12081243 */
12091244 public java .lang .String getRelativeUri () {
12101245 java .lang .Object ref = relativeUri_ ;
@@ -1229,6 +1264,8 @@ public java.lang.String getRelativeUri() {
12291264 * </pre>
12301265 *
12311266 * <code>string relative_uri = 3;</code>
1267+ *
1268+ * @return The bytes for relativeUri.
12321269 */
12331270 public com .google .protobuf .ByteString getRelativeUriBytes () {
12341271 java .lang .Object ref = relativeUri_ ;
@@ -1253,6 +1290,9 @@ public com.google.protobuf.ByteString getRelativeUriBytes() {
12531290 * </pre>
12541291 *
12551292 * <code>string relative_uri = 3;</code>
1293+ *
1294+ * @param value The relativeUri to set.
1295+ * @return This builder for chaining.
12561296 */
12571297 public Builder setRelativeUri (java .lang .String value ) {
12581298 if (value == null ) {
@@ -1275,6 +1315,8 @@ public Builder setRelativeUri(java.lang.String value) {
12751315 * </pre>
12761316 *
12771317 * <code>string relative_uri = 3;</code>
1318+ *
1319+ * @return This builder for chaining.
12781320 */
12791321 public Builder clearRelativeUri () {
12801322
@@ -1294,6 +1336,9 @@ public Builder clearRelativeUri() {
12941336 * </pre>
12951337 *
12961338 * <code>string relative_uri = 3;</code>
1339+ *
1340+ * @param value The bytes for relativeUri to set.
1341+ * @return This builder for chaining.
12971342 */
12981343 public Builder setRelativeUriBytes (com .google .protobuf .ByteString value ) {
12991344 if (value == null ) {
@@ -1631,6 +1676,8 @@ public Builder putAllHeaders(java.util.Map<java.lang.String, java.lang.String> v
16311676 * </pre>
16321677 *
16331678 * <code>bytes body = 5;</code>
1679+ *
1680+ * @return The body.
16341681 */
16351682 public com .google .protobuf .ByteString getBody () {
16361683 return body_ ;
@@ -1646,6 +1693,9 @@ public com.google.protobuf.ByteString getBody() {
16461693 * </pre>
16471694 *
16481695 * <code>bytes body = 5;</code>
1696+ *
1697+ * @param value The body to set.
1698+ * @return This builder for chaining.
16491699 */
16501700 public Builder setBody (com .google .protobuf .ByteString value ) {
16511701 if (value == null ) {
@@ -1667,6 +1717,8 @@ public Builder setBody(com.google.protobuf.ByteString value) {
16671717 * </pre>
16681718 *
16691719 * <code>bytes body = 5;</code>
1720+ *
1721+ * @return This builder for chaining.
16701722 */
16711723 public Builder clearBody () {
16721724
0 commit comments