Skip to content

Commit

Permalink
feat: add auto_populated_fields to google.api.MethodSettings
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586359350
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 29, 2023
1 parent 72a1f55 commit fce431c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions google/api/client.proto
Expand Up @@ -349,6 +349,19 @@ message MethodSettings {
// total_poll_timeout:
// seconds: 54000 # 90 minutes
LongRunning long_running = 2;

// List of top-level fields of the request message, that should be
// automatically populated by the client libraries based on their
// (google.api.field_info).format. Currently supported format: UUID4.
//
// Example of a YAML configuration:
//
// publishing:
// method_settings:
// - selector: google.example.v1.ExampleService.CreateExample
// auto_populated_fields:
// - request_id
repeated string auto_populated_fields = 3;
}

// The organization for which the client libraries are being published.
Expand Down

0 comments on commit fce431c

Please sign in to comment.