pubsub: add config for new methods (#407)

This commit is contained in:
Michael Darakananda 2017-07-19 15:44:21 +10:00 committed by GitHub
parent 468dfbd317
commit 3df84697b3
1 changed files with 24 additions and 0 deletions

View File

@ -295,6 +295,18 @@ interfaces:
name: snapshot
subscription: subscription
timeout_millis: 60000
- name: UpdateSnapshot
required_fields:
- snapshot
- update_mask
request_object_method: true
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
surface_treatments:
- include_languages:
- java
visibility: PACKAGE
- name: DeleteSnapshot
flattening:
groups:
@ -445,6 +457,18 @@ interfaces:
field_name_patterns:
name: topic
timeout_millis: 60000
- name: UpdateTopic
required_fields:
- topic
- update_mask
request_object_method: true
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
surface_treatments:
- include_languages:
- java
visibility: PACKAGE
- name: Publish
flattening:
groups: