Skip to content

Commit 914dd32

Browse files
feat(servicemanagement): update the api
#### servicemanagement:v1 The following keys were added: - schemas.MethodSettings.properties.autoPopulatedFields (Total Keys: 2)
1 parent 9dcb748 commit 914dd32

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

docs/dyn/servicemanagement_v1.services.configs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,9 @@ <h3>Method Details</h3>
550550
],
551551
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
552552
{ # Describes the generator configuration for a method.
553+
&quot;autoPopulatedFields&quot;: [ # 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
554+
&quot;A String&quot;,
555+
],
553556
&quot;longRunning&quot;: { # Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)). # Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
554557
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
555558
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
@@ -1161,6 +1164,9 @@ <h3>Method Details</h3>
11611164
],
11621165
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
11631166
{ # Describes the generator configuration for a method.
1167+
&quot;autoPopulatedFields&quot;: [ # 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
1168+
&quot;A String&quot;,
1169+
],
11641170
&quot;longRunning&quot;: { # Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)). # Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
11651171
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
11661172
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
@@ -1784,6 +1790,9 @@ <h3>Method Details</h3>
17841790
],
17851791
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
17861792
{ # Describes the generator configuration for a method.
1793+
&quot;autoPopulatedFields&quot;: [ # 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
1794+
&quot;A String&quot;,
1795+
],
17871796
&quot;longRunning&quot;: { # Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)). # Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
17881797
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
17891798
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
@@ -2407,6 +2416,9 @@ <h3>Method Details</h3>
24072416
],
24082417
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
24092418
{ # Describes the generator configuration for a method.
2419+
&quot;autoPopulatedFields&quot;: [ # 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
2420+
&quot;A String&quot;,
2421+
],
24102422
&quot;longRunning&quot;: { # Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)). # Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
24112423
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
24122424
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.

docs/dyn/servicemanagement_v1.services.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,9 @@ <h3>Method Details</h3>
745745
],
746746
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
747747
{ # Describes the generator configuration for a method.
748+
&quot;autoPopulatedFields&quot;: [ # 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
749+
&quot;A String&quot;,
750+
],
748751
&quot;longRunning&quot;: { # Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)). # Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
749752
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
750753
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.

googleapiclient/discovery_cache/documents/servicemanagement.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
}
831831
}
832832
},
833-
"revision": "20231103",
833+
"revision": "20231201",
834834
"rootUrl": "https://servicemanagement.googleapis.com/",
835835
"schemas": {
836836
"Advice": {
@@ -2416,6 +2416,13 @@
24162416
"description": "Describes the generator configuration for a method.",
24172417
"id": "MethodSettings",
24182418
"properties": {
2419+
"autoPopulatedFields": {
2420+
"description": "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",
2421+
"items": {
2422+
"type": "string"
2423+
},
2424+
"type": "array"
2425+
},
24192426
"longRunning": {
24202427
"$ref": "LongRunning",
24212428
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes"

0 commit comments

Comments
 (0)