Skip to content

Commit d9be11c

Browse files
feat: [common-protos,common-protos] add auto_populated_fields to google.api.MethodSettings (#2273)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 586359350 Source-Link: https://togithub.com/googleapis/googleapis/commit/fce431c83ad15007ffbfe0b0b1c36b7d6af68ab8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/df4b8f412dfa9fc8020575053c7bc5eaf3e2cd0b Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJkZjRiOGY0MTJkZmE5ZmM4MDIwNTc1MDUzYzdiYzVlYWYzZTJjZDBiIn0= feat: add auto_populated_fields to google.api.MethodSettings PiperOrigin-RevId: 586359350 Source-Link: https://togithub.com/googleapis/googleapis/commit/fce431c83ad15007ffbfe0b0b1c36b7d6af68ab8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/df4b8f412dfa9fc8020575053c7bc5eaf3e2cd0b Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJkZjRiOGY0MTJkZmE5ZmM4MDIwNTc1MDUzYzdiYzVlYWYzZTJjZDBiIn0=
1 parent c0e03cd commit d9be11c

File tree

4 files changed

+534
-22
lines changed

4 files changed

+534
-22
lines changed

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java

+23-22
Original file line numberDiff line numberDiff line change
@@ -268,28 +268,29 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
268268
+ "\n\014RubySettings\0222\n\006common\030\001 \001(\0132\".google."
269269
+ "api.CommonLanguageSettings\"@\n\nGoSettings"
270270
+ "\0222\n\006common\030\001 \001(\0132\".google.api.CommonLang"
271-
+ "uageSettings\"\260\002\n\016MethodSettings\022\020\n\010selec"
271+
+ "uageSettings\"\317\002\n\016MethodSettings\022\020\n\010selec"
272272
+ "tor\030\001 \001(\t\022<\n\014long_running\030\002 \001(\0132&.google"
273-
+ ".api.MethodSettings.LongRunning\032\315\001\n\013Long"
274-
+ "Running\0225\n\022initial_poll_delay\030\001 \001(\0132\031.go"
275-
+ "ogle.protobuf.Duration\022\035\n\025poll_delay_mul"
276-
+ "tiplier\030\002 \001(\002\0221\n\016max_poll_delay\030\003 \001(\0132\031."
277-
+ "google.protobuf.Duration\0225\n\022total_poll_t"
278-
+ "imeout\030\004 \001(\0132\031.google.protobuf.Duration*"
279-
+ "\243\001\n\031ClientLibraryOrganization\022+\n\'CLIENT_"
280-
+ "LIBRARY_ORGANIZATION_UNSPECIFIED\020\000\022\t\n\005CL"
281-
+ "OUD\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013STREET_VIE"
282-
+ "W\020\004\022\014\n\010SHOPPING\020\005\022\007\n\003GEO\020\006\022\021\n\rGENERATIVE"
283-
+ "_AI\020\007*g\n\030ClientLibraryDestination\022*\n&CLI"
284-
+ "ENT_LIBRARY_DESTINATION_UNSPECIFIED\020\000\022\n\n"
285-
+ "\006GITHUB\020\n\022\023\n\017PACKAGE_MANAGER\020\024:9\n\020method"
286-
+ "_signature\022\036.google.protobuf.MethodOptio"
287-
+ "ns\030\233\010 \003(\t:6\n\014default_host\022\037.google.proto"
288-
+ "buf.ServiceOptions\030\231\010 \001(\t:6\n\014oauth_scope"
289-
+ "s\022\037.google.protobuf.ServiceOptions\030\232\010 \001("
290-
+ "\tBi\n\016com.google.apiB\013ClientProtoP\001ZAgoog"
291-
+ "le.golang.org/genproto/googleapis/api/an"
292-
+ "notations;annotations\242\002\004GAPIb\006proto3"
273+
+ ".api.MethodSettings.LongRunning\022\035\n\025auto_"
274+
+ "populated_fields\030\003 \003(\t\032\315\001\n\013LongRunning\0225"
275+
+ "\n\022initial_poll_delay\030\001 \001(\0132\031.google.prot"
276+
+ "obuf.Duration\022\035\n\025poll_delay_multiplier\030\002"
277+
+ " \001(\002\0221\n\016max_poll_delay\030\003 \001(\0132\031.google.pr"
278+
+ "otobuf.Duration\0225\n\022total_poll_timeout\030\004 "
279+
+ "\001(\0132\031.google.protobuf.Duration*\243\001\n\031Clien"
280+
+ "tLibraryOrganization\022+\n\'CLIENT_LIBRARY_O"
281+
+ "RGANIZATION_UNSPECIFIED\020\000\022\t\n\005CLOUD\020\001\022\007\n\003"
282+
+ "ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013STREET_VIEW\020\004\022\014\n\010SH"
283+
+ "OPPING\020\005\022\007\n\003GEO\020\006\022\021\n\rGENERATIVE_AI\020\007*g\n\030"
284+
+ "ClientLibraryDestination\022*\n&CLIENT_LIBRA"
285+
+ "RY_DESTINATION_UNSPECIFIED\020\000\022\n\n\006GITHUB\020\n"
286+
+ "\022\023\n\017PACKAGE_MANAGER\020\024:9\n\020method_signatur"
287+
+ "e\022\036.google.protobuf.MethodOptions\030\233\010 \003(\t"
288+
+ ":6\n\014default_host\022\037.google.protobuf.Servi"
289+
+ "ceOptions\030\231\010 \001(\t:6\n\014oauth_scopes\022\037.googl"
290+
+ "e.protobuf.ServiceOptions\030\232\010 \001(\tBi\n\016com."
291+
+ "google.apiB\013ClientProtoP\001ZAgoogle.golang"
292+
+ ".org/genproto/googleapis/api/annotations"
293+
+ ";annotations\242\002\004GAPIb\006proto3"
293294
};
294295
descriptor =
295296
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -432,7 +433,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
432433
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
433434
internal_static_google_api_MethodSettings_descriptor,
434435
new java.lang.String[] {
435-
"Selector", "LongRunning",
436+
"Selector", "LongRunning", "AutoPopulatedFields",
436437
});
437438
internal_static_google_api_MethodSettings_LongRunning_descriptor =
438439
internal_static_google_api_MethodSettings_descriptor.getNestedTypes().get(0);

0 commit comments

Comments
 (0)