Skip to content

Commit

Permalink
feat(servicemanagement): update the api
Browse files Browse the repository at this point in the history
#### servicemanagement:v1

The following keys were added:
- schemas.MethodSettings.properties.autoPopulatedFields (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 7, 2023
1 parent 9dcb748 commit 914dd32
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/dyn/servicemanagement_v1.services.configs.html
Expand Up @@ -550,6 +550,9 @@ <h3>Method Details</h3>
],
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
{ # Describes the generator configuration for a method.
&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
&quot;A String&quot;,
],
&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
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
Expand Down Expand Up @@ -1161,6 +1164,9 @@ <h3>Method Details</h3>
],
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
{ # Describes the generator configuration for a method.
&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
&quot;A String&quot;,
],
&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
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
Expand Down Expand Up @@ -1784,6 +1790,9 @@ <h3>Method Details</h3>
],
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
{ # Describes the generator configuration for a method.
&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
&quot;A String&quot;,
],
&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
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
Expand Down Expand Up @@ -2407,6 +2416,9 @@ <h3>Method Details</h3>
],
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
{ # Describes the generator configuration for a method.
&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
&quot;A String&quot;,
],
&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
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/servicemanagement_v1.services.html
Expand Up @@ -745,6 +745,9 @@ <h3>Method Details</h3>
],
&quot;methodSettings&quot;: [ # A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
{ # Describes the generator configuration for a method.
&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
&quot;A String&quot;,
],
&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
&quot;initialPollDelay&quot;: &quot;A String&quot;, # Initial delay after which the first poll request will be made. Default value: 5 seconds.
&quot;maxPollDelay&quot;: &quot;A String&quot;, # Maximum time between two subsequent poll requests. Default value: 45 seconds.
Expand Down
Expand Up @@ -830,7 +830,7 @@
}
}
},
"revision": "20231103",
"revision": "20231201",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -2416,6 +2416,13 @@
"description": "Describes the generator configuration for a method.",
"id": "MethodSettings",
"properties": {
"autoPopulatedFields": {
"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",
"items": {
"type": "string"
},
"type": "array"
},
"longRunning": {
"$ref": "LongRunning",
"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"
Expand Down

0 comments on commit 914dd32

Please sign in to comment.