Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Redis: 'instance' samples don't include required field 'name' #4

Closed
danoscarmike opened this issue Apr 26, 2019 · 2 comments
Closed
Assignees
Labels
api: redis Issues related to the googleapis/python-redis API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: docs Improvement to the documentation for an API.

Comments

@danoscarmike
Copy link
Contributor

Code snippets in client reference docs for update_instance (possibly create_instance) don't work properly because required string for instance name is not passed.

Expect test code like:

from google.cloud import redis_v1

client = redis_v1.CloudRedisClient()
paths_element = 'display_name'
paths = [paths_element]
update_mask = {'paths': paths}
display_name = 'UpdatedDisplayName'
instance = {'display_name': display_name, 'name': 'projects/<project-name>/locations/us-east1/instances/test-66'}
response = client.update_instance(update_mask, instance)

The resulting instance:

alternativeLocationId: us-east1-c
authorizedNetwork: projects/<project-name>/global/networks/default
createTime: '2019-03-08T01:24:52.103494599Z'
currentLocationId: us-east1-d
displayName: **UpdatedDisplayName**
host: x.x.x.x
locationId: us-east1-d
memorySizeGb: 2
name: projects/<project-name>/locations/us-east1/instances/test-66
port: xxxx
redisVersion: REDIS_3_2
reservedIpRange: x.x.x.x/yyy
state: READY
tier: STANDARD_HA

Recognizing that this code is autogenerated is there a way to update the snippets such that the update persists other client changes?

cc/ @rickyye14

@tseaver tseaver changed the title Cloud Memorystore (Redis) 'instance' samples don't include required field 'name' Redis: 'instance' samples don't include required field 'name' Apr 29, 2019
@crwilcox crwilcox transferred this issue from googleapis/google-cloud-python Feb 3, 2020
@product-auto-label product-auto-label bot added the api: redis Issues related to the googleapis/python-redis API. label Feb 3, 2020
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Feb 4, 2020
@crwilcox crwilcox added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Feb 4, 2020
@yoshi-automation yoshi-automation removed the triage me I really want to be triaged. label Feb 4, 2020
@crwilcox crwilcox added type: docs Improvement to the documentation for an API. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Feb 12, 2020
@crwilcox
Copy link
Contributor

I have submitted a change to update the sample configuration. A future synth should bring this change.

lukesneeringer pushed a commit to googleapis/googleapis that referenced this issue Feb 12, 2020
@crwilcox
Copy link
Contributor

#5

SurferJeffAtGoogle added a commit to googleapis/python-speech that referenced this issue May 6, 2020
… sets and custom classes.

PiperOrigin-RevId: 306280989

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Apr 13 12:05:23 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4d61e1cb40184a7ad63ef37b1813f6608718674a
Source-Link: googleapis/googleapis@4d61e1c

* Removing erroneous comment, a la googleapis/java-speech#103
PiperOrigin-RevId: 296332968

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Feb 20 17:19:15 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 17567c4a1ef0a9b50faa87024d66f8acbb561089
Source-Link: googleapis/googleapis@17567c4

* fix: Dataproc v1 - AutoscalingPolicy annotation
This adds the second resource name pattern to the
AutoscalingPolicy resource.

Committer: @lukesneeringer
PiperOrigin-RevId: 295738415

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 18 08:21:06 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: ab2685d8d3a0e191dc8aef83df36773c07cb3d06
Source-Link: googleapis/googleapis@ab2685d

* Update cloud asset api v1p4beta1.
PiperOrigin-RevId: 295286165

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Feb 14 21:28:55 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 8a1020bf6828f6e3c84c3014f2c51cb62b739140
Source-Link: googleapis/googleapis@8a1020b

* Adds artman config files for bigquerystorage endpoints v1beta2, v1alpha2, v1
PiperOrigin-RevId: 294763931

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Feb 12 14:54:26 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 80b8f8b3de2359831295e24e5238641a38d8488f
Source-Link: googleapis/googleapis@80b8f8b

* Add parameter to sample generated for UpdateInstance. Related to googleapis/python-redis#4
PiperOrigin-RevId: 294734008

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Feb 12 12:55:41 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 2c17ac33b226194041155bb5340c3f34733f1b3a
Source-Link: googleapis/googleapis@2c17ac3

* changes without context
        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
nolanmar511 added a commit to nolanmar511/cloud-profiler-java that referenced this issue May 19, 2020
cd3ce265 Dialogflow weekly v2 library update: - Minor comment updates.
e94ad376 fix: point artman at gapic v1 for monitoring/v3 API
d1a9f02f feat(v1p3beta1): added support for streaming automl action recognition.
b5c20941 Deprecate unused follow_up_token field. See https://developers.google.com/assistant/smarthome/develop/notifications for more details.
5a90d467 fix: restore GAPIC v2 retry configs
abd6b709 Add C++ library support for Google Cloud Storage protos
7683d068 Add sandbox_tmpfs_path parameter by defaul in .bazelrc file. This is to avoid sporadic SIGBUS JVM crashes on highly parallel builds (like our CI). More details at https://github.com/bazelbuild/bazel/issues/3236
2433bd50 cloudasset: add SearchAllResources and SearchAllIamPolicies RPCs
123873dc chore!: enable gapicv2 for monitoring/v3 API
902a8249 Use legacy gapic config for firestore admin PHP clients.
77ca422c chore: delete gapic config for oslogin/v1beta1 API
57253ab4 chore: delete gapic config for oslogin/v1beta1 API
89e89786 Publish Search Partner Data Ingestion logging proto for documentation
c8e291e6 bazel: update gapic-generator hash
358c09c4 Update documentation
bf17ae5f feat: Add a Flush API to enable finer grained data commit needs for dataflow. fix: add resource definition for Table/ReadStream/WriteStream message fix: add proper resource_reference for messages chore: update copyright
1b8b77db Cloud DLP - fix routing for gRPC clients by embedding location into parent instead of having it's own parameter. API still remain global only, but prepares for the addition of regional support.
edd3b80f bazel: update gapic-generator hash
aed11c01 chore: Ingegrate latest gapic-generator and gapic-generator-python changes. This adds support for `<plugin>_opt` argument for gapic plugins.
4186d3e5 docs: Update proto comments for bigqueryreservation v1
1019b0d9 Release new file type enums and new MetadataLocation proto.
482e5206 Update python package name for datastore admin gapic client.
73d4b5d9 Removing the experimental tag from dead letter policy related fields.
83816bb3 Add kokoro-specific .bazelrc file with arguments specific only for kokoro environments. This is to fix autosynth builds when it tries building older commits.
d3cc7bbf fix: update backup RPC timeouts from 30secs to 10mins
fb8f62b6 fix: retry_codes in BTAdmin.GetIamPolicy for bigtable/admin/v2
684dfea7 chore: enable gapicv2 for datacatalog/v1beta1 API
2fc2caaa chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
c08dcec0 chore: enable gapic v2 and proto annotation for bigquery/storage/v1 API.
30cfca09 fix: add resource definition for Table/ReadStream/WriteStream message fix: add proper resource_reference for messages chore: enable gapic v2 and proto annotation for bigquery/storage/v1alpha2 API. committer: @xiaozhenliu-gg5
839fae42 Update documentation
6dfd72d0 Add bazel build file for BigQuery Connection API v1.
a3a0bf0f BREAKING_CHANGE: Removing TimeSeriesQueryLanguageCondition as an alert condition type. The condition type is unsupported and unused. It was originally added for the Monitoring Query Language Alpha feature. refactor!: Drop support for TimeSeriesQueryLanguageCondition as an alert condition type.
4bef0001 fix: add resource reference to proto files chore: update copyright and comments
1b5a8d2b Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB.
e0f9d9e1 Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
4ca990cb Web Security Scanner V1 API
a737a68e chore!: enable gapicv2 for vision/v1p4beta API
ab3468cf chore!: enable gapicv2 for vision/v1p3beta API
93b25607 Google Ads API v3_1 protos and config updates.
ee9e8e4e docs: minor comments change.
aaff764c chore: enable gapicv2 and annotate protos for recommendationengine/v1beta1 API
f78da0d5 fix: replace all retry configs removed during GAPIC config migration
7e1c7603 Add an OAuth scope annotation in build_service proto file
3f5f8a22 feat: added support for project id in scope feat: added support for order_by in SearchAllResources rpc feat: added support for search on location, labels and networkTags fields docs: updated according to above features
756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
c284e4f8 Configure retry for Diaglogflow v2.Environments.ListEnvironments and v2beta1.Environments.ListEnvironments.
ff17eefa chore: add Python target for orgpolicy BUILD.bazel
37120642 Remove raw html from proto comments as this breaks client library documentation generators.
c2bfceed Generating BUILD.bazel for maps/routes/v1alpha.
5dca7f10 Support purchasing capacity commitments in the BigQuery Reservation v1 API.
28e76243 feat: integrate gapic generator change in googleapis
d14bf59a 1. Updated the config file names. 2. Added a group_by field to the ListBuildsRequest.
0d7c3565 bazel: update gapic-generator-go to v0.13.3 in WORKSPACE
1d520eaa feat: Publish ListEnvironments for Dialogflow v2/v2beta1 library. docs: Clarify WebhookResponse fields for Dialogflow v2/v2beta1 library.
b3bcfd05 fix(google/maps/routes): move gapic targets to match Routes Preferred API
862cd840 chore: Update gapic-generator version The updated version is required to migrate Python clients generation from artman to bazel.
2bf9f22d chore: enable gapicv2 for bigquery/reservation/v1beta API
012c5531 feat: Adding Retry policy for OS Config V1 AgentEndpointService
45b363d3 Refactor the CEL protos to reflect their use as cross-language data representations used within various open source libraries.
42ee97c1 chore: revert bigtable-admin to Gapic V1 for Ruby only
c09ec515 Use legacy gapic config for select PHP library generation
b5e9b0b0 feat: add `order` field to `TagField` and `TagTemplateField` message in tags.proto fix: broken document links & polish comments feat: add csharp/ruby/PHP namespaces chore: update copyright for proto files
bcc47639 docs: Update documentation to fix broken method links
69b4dc56 Publishing Routes Preferred v1alpha service definition.
6e0ac551 feat: Updated documentation for OS Config V1 OsConfigService
cab24c7c fix: retry_params in GetIamPolicy for bigtable/admin/v2
101d31ac Update public client library for Cloud Monitoring to introduce new Uptime check feature. Uptime HTTP(S) checks can now be GET or POST.
cdf13efa Removing experimental tag from DeadLetterPolicy for Cloud Pub/Sub.
c3f3cded fix: update {Create|Delete}Backup and RestoreDatabase timeouts to 1 hour
629e6bea Add support for Search Partial Response.
160e3187 Increase the required minimum difference between start time of the next interval and the end time of the previous one from the one microsecond to one millisecond. This will enable some resource savings for in-memory storage.
ab5d07c2 fix: set resource type for database parameter of Backup
b8495354 chore: enable gapicv2 for bigtable/admin/v2 API
80dac49d fix: remove unused proto imports in bigtable/admin/v2
fea22b1d fix: add C++ build rules for Bigtable Admin V2.
c0a07215 chore: delete gapic config for api/expr/v1alpha1/cel
b5aa7d66 feat: Adding retry policy for OS Config V1Beta OsConfigService
30280606 feat: Adding retry policy for OS Config V1 OsConfigService
04eff659 Fixed documentation links.
26523a96 chore: delete gapic config for resourcemanager/v2
35672e79 chore: enable gapicv2 for datacatalog/v1beta1 API
dea1f520 chore: delete gapic config for language/v1beta1
df955af5 chore: enable gapicv2 for language/v1beta2 API
e2a59ff2 chore: enable gapicv2 for bigquery/reservation/v1 API
c9942c00 chore: enable gapicv2 for datacatalog/v1beta1 API
f561f57e bazel: upgrade gapic-generator-go to v0.13.2
a34f4eb9 chore: enable gapicv2 for asset/v1beta1 API
4efd7127 chore: enable gapicv2 for asset/v1p4beta1  API
789fd7e0 chore: enable gapicv2 for asset/v1p1beta1 API
0feb0806 chore: enable gapicv2 for asset/v1p2beta1 API
9ea892eb chore: enable gapicv2 for vision/v1 API
4d61e1cb Add speech adaptation, phrase sets and custom classes.
3824f547 feat: Adding Retry policy for OS Config V1Beta AgentEndpointService
1bd77e8c Publishing ComputeRouteMatrix request and reply messages.
f9d76ac0 chore: enable gapic v2 and proto annotation for Documentai API.
13736ead Update bazel version for kokoro build to 3.0.0. (Hoping that will help with java 11 failures)
ab869e90 chore: enable gapicv2 for longrunning API
cf18ab52 feat: Adding OS Config AgentEndpointService V1 RegisterAgent rpc
1e92c343 Dialogflow weekly v2/v2beta1 library update: - Update comments on Contexts and Sessions resources.
1df336ab feat: Adding OS Config AgentEndpointService V1Beta RegisterAgent rpc
1692c3d5 chore: enable gapic v2 and proto annotation for automl API.
801c3fb4 docs: Update documentation to clarify naming.
41d5dee2 Dialogflow weekly v2/v2beta1 library update: - Update documentation on various resources. - Add LRO info to CreateDocument method.
b21bc9b4 chore: set Ruby namespace in proto options
b8c7c4e8 chore: set Ruby namespace in proto options
96c0db42 chore: enable gapicv2 for videointelligence/v1p2beta1
fd35dc68 migrate Asset v1 API to gapic v2.
fe8b17af build(google/maps): update python postprocessing
ac1f9049 fix (breaking change): reorder Company and Job resources in talent API to be consistent with old gapic config.
9af7212b docs: display resource name patterns in code font.
c451a445 BigQuery Connection API v1. Breaking changes:   Removed UpdateConnectionCredential method.   Removed ListConnectionsRequest.max_results, added ListConnectionsRequest.page_size.
af71ea52 chore: enable gapicv2 for vision/v1p2beta1 API
6114e2d3 chore: enable gapicv2 for vision/v1p1beta1 API
ee4ea765 gapic-generator: - feat: Support extra plugin_args for php bazel rules rules (#3165) - feat: support '*' in resource definition (#3163) - fix: add null check and better error message when referenced resource is not found (#3169)
e4f4b23e osconfig v1beta: fix the incorrect pattern for GuestPolicy resource and remove the obsolete history field.
d741cd97 chore: enable gapicv2 for firestore/v1 API
0d69cdda chore: enable gapicv2 for firestore/admin/v1 API
6f8350c0 chore: enable gapicv2 for firestore/v1beta1 API
d398d687 docs: change relative URLs to absolute URLs to fix broken links.
5520cb89 chore: update gapic-generator to cd3c9ee7
b20965f2 Updating retry configuration settings.
83d7f20c Migrate dialogflow from gapic v1 to gapic v2. Including breaking changes (resource pattern change) introduced in cl/304043500.
f8a97692 chore: enable gapic v2 and proto annotation for Grafeas API.
b1a5ca68 Enable gapicv2 for v1/osconfig
c803327f Enable gapicv2 for osconfig/agentendpoint/v1beta
99dddf1d chore: enable gapicv2 for build/v1 API
bf85ee3e chore: enable gapicv2 for cloudbuild/v1 API
f497c7aa chore: enable gapic v2 and proto annotation for Web Security Scanner v1alpha API.
0669a37c chore: rename unused GAPIC v1 configs for IAM to legacy
af7da29c chore: set Ruby namespace in proto options
3f767aa3 docs: Update an out-of-date external link.
9ede34d0 chore: set Ruby namespace in proto options
27daba50 chore: set Ruby namespace in proto options
82de0f6f Fix: Add missing resource name definition (from the Compute API).
74459119 docs: change relative URLs to absolute URLs to fix broken links.
1247c135 chore: enable gapicv2 for videointelligence/v1beta2 API
633c8b13 chore: enable gapicv2 for videointelligence/v1p1beta1 API
29aac60f docs: fix broken link to policy reference documentation.
54ddbbf1 bazel: update gapic-generator-go to v0.13.0
823facb4 chore: enable gapicv2 for videointelligence/v1p3beta1
6b9c969d Add API for bigqueryreservation v1.
514f7d27 chore: enable gapicv2 for phishingprotection/v1beta1 API
ff74d47d fix: PHP-related fixes in BUILD.bazel and service.yamls
fdbc7b1f Enable gapicv2 for osconfig/agentendpoint/v1
1490d30e Enable gapicv2 for osconfig/v1beta
7bf824e8 Enable gapicv2 for iam/credentials/v1
9ff6fd3b Updates Dataproc v1 API: - Adds Dataproc Jobs.SubmitJobAsOperation RPC - Adds SparkR and Presto job types to WorkflowTemplates - Adds new Optional Components - Clarifies usage of some APIs
cad0f513 Updates to Dataproc v1beta2 API: - Adds SparkR and Presto job types to WorkflowTemplates - Adds new Optional Components - Clarifies usage of some APIs
a005f045 Add support for Cloud EKM to the Cloud KMS service and resource protos.
5077b1e4 chore: set Ruby namespace in proto options
d6cb4997 chore: enable gapic v2 and proto annotation for documentai API.
490bc556 Enable gapicv2 for devtools/remoteworkers/v1test2
9f78ce31 Enable gapicv2 for managedidentities/v1beta1
6e17d259 docs: treat a dummy example URL as a string literal instead of a link
a8d76f99 docs: change relative URLs to absolute URLs to fix broken links.
65c749bc docs: fix formatting of some regexes and string literals.
9119eefc chore: set Ruby namespace in proto options
62a2a7cc chore: set Ruby namespace in proto options
23848c8f chore: set Ruby namespace in proto options
9514fa9e docs: change relative URLs to absolute URLs to fix broken links.
0f7b1509 fix: change config_schema_version to 2.0.0 for containeranalysis v1 gapic config.
3d52f3c1 Dialogflow weekly v2 library update: - Change `parent` field's resource_reference to specify child_type instead of type per client library generation requirement; - Change Session with its child resource pattern to support both projects/{project}/agent/sessions/{session} and projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}; - Fix `method_signature` - Regular documentation update
4a6a01ce docs: change a relative URL to an absolute URL to fix broken links.
1b969c28 chore: set Ruby namespace in proto options
5378173a Add v1beta2 SubmitJobAsOperation RPC to Dataproc.
3d5d228a Enable visibility on the GetSnapshot and GetTopicSnapshots methods
1346f5c1 Refresh public client library for Cloud Monitoring. Increase default ListTimeSeries deadline to 90s.
4a6cfccb docs: Fix link in monitoring summary description.
6e2ea9a4 fix: add interface name overrides back to logging gapic config.
01f3ccba Fix: Add package/namespace options for C#, Ruby and PHP in remaining protos.
b89abbf1 chore(google/maps): Rename nox.py to noxfile.py
bbf26d7f Synchronize new proto/yaml changes.
75047719 fix Dataproc: add missing `REQUIRED` annotation.
7e1b880f Add Ruby/PHP namespace options
aba34235 chore: add java assembly target for accesscontextmanager BUILD.bazel
dc65f39f For Secret Manager v1 and v1beta1, noted Secret ID character limitations.
2ee8c4d0 chore(deps): Update gax-java dependency This is to integrate java11 incompatibility fix
b5c94cec chore: add java assembly target for orgpolicy BUILD.bazel
690f4d63 chore: use the latest protoc-java-resource-name-plugin in third_party/googleapis WORKSPACE. - trace up only one level when calculating parent types with singleton resource names
87144228 Enable gapic v2 for DLP.
17cfae00 Add a new AuthorizationType for Data Source Definition.
6da3d649 fix(google/maps): Change importpath to developers.google.com/maps/go.
2983dccd build(google/maps): only modify root build.gradle with ext plugin
00f0a285 fix: Integerate gapic-generator java_gapic rules Java11 fix
a62857d2 fix: add proto_package to the artman config of dataproc v1beta2 to make artman smoketest pass.
f260ba24 chore: use the latest gapic-generator in googleapis WORKSPACE. - PHP multi-pattern resource name support. - Trace up only one level when calculating parent types with singleton resource names
89c7d455 feat: Add client library options to OsConfigService v1 patch APIs.
a45b0a2a dataproc: add back non-default retry parameters. committer: @hzyi-google
ad895ce9 enable gapic v2 for containeranalysis. committer: @hzyi-google
baf83e52 Adding "resource_reference" annotations to services.
7be2811a fix: Update gapic-generator version to pickup discogapic fixes
b655808b cloudasset: add org policy and access context manager protos to client libraries.
d8c5da9a Populate BAZEL.build files for AccessContextManager.
cf9db716 Populate BAZEL.build files for OrgPolicy.
558b800e chore: turn on gapic v2 for Dataproc API. fix: - add missing method signatures - remove resource_reference not on a string field - adjust resource name pattern orders
8eb444cf Add logging protos for Recommender v1beta1.
48a166ce Push of PHP, C# and Ruby namespaces
42f77489 This is first release of the API protos and Bazel BUILD files for the Analytics Management API V1alpha.
8bea81bf chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE. new commits: - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)
b14af92e fix talent API incorrect placeholders in two resource name patterns. committer: @hzyi-google
8e22db90 chore(google/maps): Update postprocessing script for Java.
65816afa bazel: update gapic-generator-go to v0.12.5 and gapic-generator hash
d4aa417e Fix incorrect retry config in gapic v2 for kms.
fd083345 fix: osconfig/v1 update go_gapic_library target to microgen interface
e2c0f2a0 Update comments for google/rpc/error_details.proto.
f786c758 feat: Add OsConfigService v1 patch APIs.
0341fa3f Turn on gapic config v2 for kms.
32dc6e83 redis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
685f1648 redis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
733cb282 Add GAPIC cofiguration for v1 client library genetration.
1b0fff5f docs: remove an internal lint declaration
2be23f3f fix(google/maps): Add post-processing rules for Google Maps APIs
fd83ab21 fix: migrate osconfig/agentendpoint/v1 go_gapic_library target to microgen impl
0e07113e docs: Update documentation with links to smart home developer guides and reference pages. Remove outdated authorization instructions.
551cf1e6 feat: Add OS Config AgentEndpointService v1 PatchJobs and Tasks APIs.
1df11711 Synchronize new proto/yaml changes.
71d6c56a Refresh monitoring client libraries. Rename to Cloud Monitoring API. Added support for TimeSeriesQueryLanguageCondition condition type in alert policies.
25a1781c bazel: migrate all go_gapic_library targets to microgenerator implementation
36c0febd Update GAPIC configurations to v2 .yaml.
078f2223 Fix containeranalysis v1beta1 assembly target name
0be7105d Add BUILD.bazel file to asset/v1p1beta1
6c248fd1 Add missing resource annotations and additional_bindings to dialogflow v2 API.
9a3a7f33 Change the service name from "chromeos-moblab.googleapis.com" to "chromeosmoblab.googleapis.com"
98a33923 feat: devtools/build/v1 publish client library config annotations
cfabc98c feat: home/graph/v1 publish client library config annotations & comment updates
c8c8c0bd chore: use latest gapic-generator in bazel WORKSPACE. including the following commits from gapic-generator: - feat: take source protos in all sub-packages (#3144)
e4daf520 Add bazel file for v1 client lib generation
275fbcce feat: pubsub/v1 add an experimental filter field to Subscription
f2b18cec Fix: UpdateBackupRequest.backup is a resource, not a resource reference - remove annotation.
80038406 Cloud Billing Budget API v1beta1 Modified api documentation to include warnings about the new filter field.
0cc6c146 Cloud Billing Budget API v1alpha1 Modified api documentation to include warnings about the new filter field.
ff2ea00f Fix: Add resource definition for a parent of InspectTemplate which was otherwise missing.
55fa441c Add proto definition for AccessLevel, AccessPolicy, and ServicePerimeter.
e7b10591 Cloud Bigtable Managed Backup service and message proto files.
d8e226f7 feat: Add time-to-live in a queue for builds
430375af docs: add missing closing backtick
0e9f1f60 bazel: Use latest release of gax_java
5058c1c9 Update GAPIC v2 with batching parameters for Logging API
64ab9744 Fix: Introduce location-based organization/folder/billing-account resources Chore: Update copyright years
23d5f09e Update field_behavior annotations in V1 and V2.
b2cf37e7 Data Catalog V1 API
1976b998 Cloud DLP api update. Adds missing fields to Finding and adds support for hybrid jobs.
ae78682c fix: several sample code blocks in comments are now properly indented for markdown
dcd171d0 Publish Media Translation API V1Beta1
ff171345 Add protos and BUILD rules for v1 API.
8386761d feat: chromeos/modlab publish protos and config for Chrome OS Moblab API.
b2e2bc62 Updates to GCS gRPC API spec:
7fd916ce Add deprecated_collections field for backward-compatiblity in PHP and monolith-generated Python and Ruby clients.
047d3a8a fix!: google/rpc refactor ErrorInfo.type to ErrorInfo.reason and comment updates.
fae4bb6d Adding RetryPolicy to pubsub.proto
7d569be2 Adding additional protocol buffer annotations to v3.
13942d1a Add logging protos for Recommender v1.
a1a573c3 fix: change go package to use cloud.google.com/go/maps
c6fbac11 feat: publish documentai/v1beta2 protos
5202a9e0 Protos for v1beta1 release of Cloud Security Center Settings API
83518e18 Adds gapic.yaml file and BUILD.bazel file.
836c196d Regenerate recommender v1beta1 gRPC ServiceConfig file for Insights methods.
34a5450c Increases the default timeout from 20s to 30s for MetricService
5d8bffe8 feat: use the latest gapic-generator in WORKSPACE for bazel build.
d631c651 Updated the GAPIC configs to include parameters for Backups APIs.
678afc70 Adding Game Servers v1beta API.
80d2bd2c Enable proto annotation and gapic v2 for talent API.
85e454be docs(google/maps/roads): remove mention of nonexported api
bf839ae6 Adding protocol buffer annotations and updated config info for v1 and v2.
309b899c Publish `Backup` APIs and protos.
eced64c3 add PHP client libraries
7727af0e feat: use the latest gapic-generator and protoc-java-resource-name-plugin in googleapis/WORKSPACE.
2a25aa35 Breaking change: remove the ProjectOrTenant resource and its references.
a499dbb2 Update web risk v1 gapic config and BUILD file.
52701da1 Fix: apply appropriate namespace/package options for C#, PHP and Ruby.
365c029b Add CC targets to the kms protos.
4ba9aa8a Expose logo recognition API proto for GA.
1c9fc2c9 Adding ruby_package option to accessapproval.proto for the Ruby client libraries generation.
1cc6f0a7 build(google/maps/routes): generate api clients
29a47c96 Increase timeout to 1hr for method `dropRange` in bigtable/admin/v2, which is synced with the timeout setting in gapic_yaml.
8f631c4c build(google/maps/roads/v1op): move go to monorepo pattern
d6681651 build(google/maps/roads/v1op): Add bazel build files to generate clients.
af7dff70 Add LogPlayerReports and LogImpressions to Playable Locations service
b6927fca Update BigQuery Connection API v1beta1 proto: added credential to CloudSqlProperties.
91e1fb5e chore: update protobuf (protoc) version to 3.11.2
30e36b4b Update cloud asset api v1p4beta1.
ffbb4936 feat: cloudbuild/v1 add new fields and annotate OUTPUT_OUT fields.
bc973a15 bazel: Fix broken common  dependency
71094a34 chore: bigtable/admin/v2 publish retry config
8f488efd feat: Migrate logging to GAPIC v2; release new features.
007605bf Update API for bigqueryreservation v1beta1. - Adds flex capacity commitment plan to CapacityCommitment. - Adds methods for getting and updating BiReservations. - Adds methods for updating/splitting/merging CapacityCommitments.
f0b581b5 fix: recommendationengine/v1beta1 update some comments
10e9a0a8 build: add generated BUILD file for Routes Preferred API
86738c95 publish v1p1beta1: update with absolute address in comments
73d9f2ad publish v1: update with absolute address in comments
d2158f24 publish v1beta2: update with absolute address in comments
7fca6129 publish v1p2beta1: update with absolute address in comments
583b7321 publish v1p3beta1: update with absolute address in comments
638253bf fix: add java_multiple_files option for automl text_sentiment.proto
373d6557 Update Recs AI Beta public bazel file
dcc5d00f fix: add java_multiple_files option for automl classification.proto
a3f79182 chore: automl/v1 publish annotations and retry config
01c68158 Mark return_immediately in PullRequest deprecated.
c9f5e9c4 Remove out of date documentation for predicate support on the Storage API
fd5b3b82 generate webrisk v1 proto
541b1ded Update cloud asset api v1p4beta1.
c0d171ac   Updated to include the Notification v1 API.
2346a918 Add Service Directory v1beta1 protos and configs
a78ed801 Publishing v3 protos and configs.
4a180bff automl/v1beta1 publish proto updates
6de6e938 chore: use the latest gapic-generator and protoc-java-resource-name-plugin in Bazel workspace.
244ab2b8 Adds service config definition for bigqueryreservation v1
83c6f840 Update google/api/auth.proto to make AuthProvider to have JwtLocation
e9e90a78 Dialogflow weekly v2/v2beta1 library update:   - adding get validation result   - adding field mask override control for output audio config Important updates are also posted at: https://cloud.google.com/dialogflow/docs/release-notes
1a2b05cc Adding .yaml and .json config files.
dfe1cf7b Publish `QueryOptions` proto.
dafc905f pubsub: revert pull init_rpc_timeout & max_rpc_timeout back to 25 seconds and reset multiplier to 1.0
f077632b firestore: add update_transform
0aba1900 cluster: use square brace for cross-reference
5dac2da1 Restore retry params in gapic config because securitycenter has non-standard default retry params. Restore a few retry codes for some idempotent methods.
1eb61455 pubsub: v1 replace IAM HTTP rules
80b2d25f Dialogflow weekly v2/v2beta1 library update:   - updates to mega agent api   - adding field mask override control for output audio config Important updates are also posted at: https://cloud.google.com/dialogflow/docs/release-notes
0b1876b3 Use an older version of protoc-docs-plugin that is compatible with the specified gapic-generator and protobuf versions.
1e47e676 Fix: Restore a method signature for UpdateCluster
7f910bcc Update Dataproc v1beta2 client.
de287524 Fix: Reinstate method signatures that had been missed off some RPCs Fix: Correct resource types for two fields
e5bc9566 Deprecate the endpoint_uris field, as it is unused.
8c12e2b4 Update Dataproc v1 client.
17567c4a Removing erroneous comment, a la https://github.com/googleapis/java-speech/pull/103
3eaaaf86 Add BUILD.bazel for v1 secretmanager.googleapis.com
e76149c3 Move securitycenter v1 to use generate from annotations.
203740c7 Add StackdriverLoggingConfig field to Cloud Tasks v2 API.
e4117d5e Create a Bazel BUILD file for the google.actions.type export.
a9639a0a Add secretmanager.googleapis.com v1 protos
ce4f4c21 asset: v1p1beta1 remove SearchResources and SearchIamPolicies
cb61d6c2 asset: v1p1beta1 remove SearchResources and SearchIamPolicies
ab2685d8 fix: Dataproc v1 - AutoscalingPolicy annotation
8a1020bf Update cloud asset api v1p4beta1.
5cfa1052 Add service control related proto build rule.
ee4dddf8 monitoring v3: Add prefix "https://cloud.google.com/" into the link for global access cl 295167522, get ride of synth.py hacks
d9835e92 Update some minor docs changes about user event proto
5f311e41 fix: use correct PHP package name in gapic configuration
6cdd74dc pubsub: v1 add client config annotations and retry config
5169f46d Added cloud asset api v1p4beta1.
56b55aa8 Fix: Resource annotations for CreateTimeSeriesRequest and ListTimeSeriesRequest should refer to valid resources. TimeSeries is not a named resource.
0646bc77 Remove unnecessary languages from bigquery-related artman configuration files.
8b78aa04 Update backend.proto for schemes and protocol
80b8f8b3 Adds artman config files for bigquerystorage endpoints v1beta2, v1alpha2, v1
2c17ac33 Add parameter to sample generated for UpdateInstance. Related to https://github.com/googleapis/python-redis/issues/4
d5e8a895 Move bigquery datatransfer to gapic v2.
efd36705 fix: Add two annotations that we missed.
8a36b928 Fix: Define the "bigquery.googleapis.com/Table" resource in the BigQuery Storage API (v1beta2).
c7a3caa2 Fix: Define the "bigquery.googleapis.com/Table" resource in the BigQuery Storage API (v1).
5006247a Fix: Make deprecated fields optional Fix: Deprecate SetLoggingServiceRequest.zone in line with the comments Feature: Add resource name method signatures where appropriate
eabba40d Fix: C# and PHP package/namespace capitalization for BigQuery Storage v1.
f8d9a858 fix: artman configuration file for bigtable-admin
0f29555d API definition for (not-yet-launched) GCS gRPC.
fcc86bee fix: Bigtable Admin v2
6d9361ea refactor: Add annotations to Bigtable Admin v2.
ad7616f3 Fix: Resource type in CreateLogMetricRequest should use logging.googleapis.com. Fix: ListLogEntries should have a method signature for convenience of calling it.
63796fcb Fix: Remove extraneous resource definition for cloudkms.googleapis.com/CryptoKey.
e7d8a694 Depend on the latest gapic-generator and resource names plugin.
806b2854 fix: correct capitalization of Ruby namespaces in SecurityCenter V1p1beta1
1b83c924 Publish annotations and grpc service config for Logging API.
e46f761c Generate the Bazel build file for recommendengine public api
68477017 Make `language_code` optional for UpdateIntentRequest and BatchUpdateIntentsRequest.
16f823f5 Add BUILD.bazel files for managedidentities API
2f53fd81 Add v1p1beta1 config file
052b2741 Add source field for user event and add field behavior annotations
1e89732b datacatalog: v1beta1 add three new RPCs to gapic v1beta1 config
9c8bd09b change the name of AccessApproval service to AccessApprovalAdmin
2e23b8fb Add ListEntryGroups method, add http bindings to support entry group tagging, and update some comments.
0275e38a Add proto_package field to managedidentities API. It is needed for APIs that still depend on artman generation.
4cdfe827 Regenerating public protos for Data Catalog to add new Custom Type Entry feature.
45d2a569 Enable client generation for v1 ManagedIdentities API.
2c17086b Add the Actions on Google common types (//google/actions/type/*).
781aadb9 Dialogflow weekly v2/v2beta1 library update: - Documentation updates Important updates are also posted at https://cloud.google.com/dialogflow/docs/release-notes
e2602608 Dialogflow weekly v2/v2beta1 library update: - Documentation updates Important updates are also posted at https://cloud.google.com/dialogflow/docs/release-notes
c8aef820 Add cc_proto_library and cc_grpc_library targets for Bigtable protos.
e2faab04 cloudtasks: v2 replace non-standard retry params in gapic config v2
dfb4097e errorreporting: v1beta1 add legacy artman config for php
b18aed55 asset: v1p1beta1 updated comment for `page_size` limit.
c9ef36b7 bazel: Refactor CI build scripts
a8ed9d92 fix: set Ruby module name for OrgPolicy
6c7d2850 redis: v1beta1 add UpgradeInstance and connect_mode field to Instance
ae0abed4 redis: v1 add connect_mode field to Instance
3f7a0d29 Adds service config definition for bigqueryreservation v1beta1
0c88168d addition of BUILD & configuration for accessapproval v1
39bedc2e accessapproval: v1 publish protos
69d99453 Add file-level `Session` resource definition
f6a1a6b4 Add file-level `Session` resource definition
29d40b78 Expose managedidentities/v1beta1/ API for client library usage.
a22129a1 Expose managedidentities/v1/ API for client library usage.
b5cbe4a4 SecurityCenter v1p1beta1: move file-level option on top to workaround protobuf.js bug.
b224b317 Adds API definitions for bigqueryreservation v1beta1.
c1468702 Synchronize new proto/yaml changes.
ffdfa4f5 vision: v1p3beta1 publish annotations and retry config
78f61482 vision: v1p1beta1 publish annotations and retry config
60bb5a29 vision: v1p2beta1 publish annotations and retry config
3bcf7aa7 vision: v1p4beta1 publish annotations and retry config
2717b8a1 Fix dataproc artman client library generation.
7ac66d9b Add Dataproc Autoscaling API to V1.
5d932b2c - Improve documentation - Add a client_id field to StreamingPullRequest
eaff9fa8 monitoring: v3 publish annotations and client retry config
70958bab BigQuery Storage Read API v1 clients.
7a15e7fe Update backend proto for Google Cloud Endpoints
3ca2c014 bazel: Add --flaky_test_attempts=3 argument to prevent CI failures caused by flaky tests
9933347c bazel:Integrate latest protoc-java-resource-names-plugin changes (fix for PyYAML dependency in bazel rules)
b835ab9d asset: v1p2beta1 add client config annotations
c1246a29 Updating v1 protos with the latest inline documentation (in comments) and config options. Also adding a per-service .yaml file.
b491d07c Revert accidental local_repository change
af3400a8 Update gapic-generator dependency (prebuilt PHP binary support).
341fd569 grafeas: v1 add resource_definition for the grafeas.io/Project and change references for Project.
42e915ec Update the gapic-generator, protoc-java-resource-name-plugin and protoc-docs-plugin to the latest commit.
f035f472 Fix grafeas build and update build.sh script to include gerafeas.
26ccb214 asset: v1p1beta1 add client config annotations and retry config
974ee5c0 asset: v1beta1 add client config annotations
cf3b6110   Fix to protos for v1p1beta1 release of Cloud Security Command Center
4e1cfaa7 Update the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change
9c483584 asset: add annotations to v1p1beta1
e19209fa Add the google.rpc.context.AttributeContext message to the open source directories.
ae566296 oslogin API: move file level option on top of the file to avoid protobuf.js bug.
eba3897f Add cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.
8e981acf Beta launch for PersonDetection and FaceDetection features.
994e067f asset: add annotations to v1p2beta1
244e1d2c Add Playable Locations service
909f8f67 asset: add annotations to v1beta2
3c39a1d6 KMS: add file-level message for CryptoKeyPath, it is defined in gapic yaml but not in proto files.
c6f3f350 containeranalysis: update v1beta1 and bazel build with annotations
92887d74 fix: fix the location of grpc config file.
e26cab8a expr: add default_host and method_signature annotations to CelService
06093ae3 irm: fix v1alpha2 bazel build by adding missing proto imports
a8a2514a Add proto annotation for cloud/irm API
8d16f76d Generate Memcache v1beta2 API protos and gRPC ServiceConfig files
3af1dabd grafeas: Add containeranalysis default_host to Grafeas service
be2663fa fix(google/maps/roads): add missing opening bracket
facc2655 Updating v2 protos with the latest inline documentation (in comments) and adding a per-service .yaml file.
cda99c1f Change api_name to 'asset' for v1p1beta1
94e9e90c Adds Google Maps Road service
a3b23dcb rpc: new message ErrorInfo, other comment updates
26420ef4 Add proto definition for Org Policy v1.
7f0dab81 Publish Routes Preferred API v1 service definitions.
ad6e508d Fix: Qualify resource type references with "jobs.googleapis.com/"
58e770d5 cts client library
af9daa4c Add more programming language options to public proto
d9f2bbf2 talent: add missing resource.proto dep to Bazel build target
3b396823 Annotate Talent API. Add gRPC service config for retry. Update bazel file with google.api.resource dependency.
0735b4b0 Weekly library update.
8760d3d9 Weekly library update.
8607df84 Change Talent API timeout to 30s.
90815599 Add Recommendations AI V1Beta1
5c9a8c2b Adding no-arg method signatures for ListBillingAccounts and ListServices
50b0e828 longrunning: add grpc service config and default_host annotation to operations.proto
6cac27da   Updating default deadline for Cloud Security Command Center's v1 APIs.
d99df0d6 Fix: Correct spelling in C# namespace option
2fa8d481 feat: Publish Recommender v1 to GitHub.
9118db63 firestore: don't retry reads that fail with Aborted
1dbfd3fe Fix bazel build Add other langauges (Java was already there) for bigquery/storage/v1alpha2 api.
c06599cd Initial commit of google.cloud.policytroubleshooter API, The API helps in troubleshooting GCP policies. Refer https://cloud.google.com/iam/docs/troubleshooting-access for more information
fce7d80f Do not pass samples option for Artman config of recommender v1 API.
ef179e8c fix: Address missing Bazel dependency.
8841655b Migrate Data Labeling v1beta1 to GAPIC v2.
06ec6d5d Add annotations to google.longrunning.v1
0480cf40 Migrate IAM Admin v1 to GAPIC v2.
1017173e Specify a C# namespace for BigQuery Connection v1beta1
b08714b3 fix: Integrate latest proto-docs-plugin fix. Fixes dialogflow v2
51217a67 Create BUILD file for recommender v1
acacd872 Generate recommender v1 API protos and gRPC ServiceConfig files
9d2f7133 Fix kokoro build script
c43a6753 cloudtasks: replace missing RPC timeout config for v2beta2 and v2beta3
4cefc229 Synchronize new proto/yaml changes.
56f263fe Catalog API: Adding config necessary to build client libraries
4543762b Fix Bazel build billing/v1 and dialogflow/v2 remain broken (not bazel-related issues). Billing has wrong configuration, dialogflow failure is caused by a bug in documentation plugin.
c9dce519 Update Bigtable docs
802c5c5f Migrate DLP to proto annotations (but not GAPIC v2).
6357f30f Remove gRPC configuration file that was in the wrong place.
360a8792   Protos for v1p1beta1 release of Cloud Security Command Center
a79211c2 Roll back containeranalysis v1 to GAPIC v1.
9e60345b Publish Routes Preferred API v1 proto definitions.
d52885b6 Migrate the service management API to GAPIC v2.
6ace5868 cloudtasks: replace missing RPC timeout config
51d906ca Import of Grafeas from Github.
5ef42bcd Migrate Recommender v1beta1 to GAPIC v2.
94f986af Migrate Container Analysis v1 to GAPIC v2.
7a751a27 Remove Container Analysis v1alpha1 (nobody publishes it).
3c0d9c71 Remove specious annotation from BigQuery Data Transfer before anyone accidentally does anything that uses it.
1af307a4 Migrate BigQuery Connection to GAPIC v2.
08b488e0 Exposing cloud_catalog.proto (This API is already available through REST)
a6134829 Update the OS Login v1beta API description to render better in the UI.
5e182b8d Update the OS Login API description to render better in the UI.
cb79155f Fix: Add a resource annotation for Agent Fix: Correct the service name in annotations for Intent and SessionEntityType
f7f6e9da Added cloud asset api v1p1beta1
f2880f5b Billing account API: Adding config necessary to build client libraries
dc250ffe Fix: Remove incorrect resource annotations in requests
91ef2d9d Add GAPIC annotations to Cloud KMS (but do not migrate the GAPIC config yet).
4d45a639 Refreshing Cloud Billing API protos.
ec285d3d Hide not yet implemented update_transforms message
a202fb3b BigQuery Storage Write API v1alpha2 clients. The service is enabled by whitelist only.
650d7f1f Update Readme.md to match latest Bazel updates
090d98ae docs(bigtable): Fix library release level listed in generated documentation
2c28f646 firestore: retry reads that fail with contention
fd3091fb Sync timeout in grpc config back to 10s for tasks API with github googelapis gapic config.
49dd7d85 bazel: Integrate bazel-2.0.0 compatibility fixes
46e52fd6 bazel: Integrate bazel build file generator
1a380ea2 BigQuery Storage Read API v1beta2 clients.
5f3f1d0f Add Artman config for secretmanager.
50af0530 Synchronize new proto/yaml changes.
91818800 For Data Catalog API, 1. Add support for marking a tag template field as required when creating a new tag template. 2. Add support for updating a tag template field from required to optional.
ff4a2047 Weekly library update.
192c1402 Weekly library update.
d9e328ea Fix bazel build (versions 1.x)
0ca30540 secretmanager client package name option updates for java and go
ade4803e iam credentials: publish v1 protos containing annotations
03e5708e securitycenter: add missing proto deps for Bazel build
8b991eb3 Add secretmanager client package name options.
d400cb8d dialogflow: add operation_info annotations to BatchUpdateEntities and BatchDeleteEntities.
f2b25232 Increased the default timeout time for all the Cloud Security Command Center client libraries.
cb2f1eef Exposing new Resource fields in the SecurityCenterProperties proto, added more comments to the filter logic for these Resource fields, and updated the response proto for the ListFindings API with the new Resource fields.
73cebb20 Update v1beta2 clusters and jobs to include resource ids in GRPC header.
1b4e453d securitycenter: publish v1beta1 protos with annotations
a985eeda Add default retry configurations for speech_v1p1beta1.
3352100a Make importing rule with the same name (but different aliases) from different repositories possible.
6ad2bb13 Updated v1beta1 protos for the client: - added support for GenericSignedAttestation which has a generic Signature - added support for CVSSv3 and WindowsDetail in Vulnerability - documentation updates
fe1962e4 AdMob API v1 20191210
41fc1403 Annotate the required fields for the Monitoring Dashboards API
27d0e0f2 Remove inappropriate resource_reference annotations for UpdateWorkflowTemplateRequest.template.
e5c4d3a2 Add Artman BUILD.bazel file for the Monitoring Dashboards API
2085a0d3 Fix path in the artman config for Monitoring Dashboard API.
2da72dfe Add Artman and GAPIC configs for the Monitoring Dashboards API.
9f6eeebf Add annotations to Dataproc v1. (Also forwarding comment changes from internal source control.)
19c4589a oslogin: fix v1beta retry configuration
ee3f0292 Add Monitoring Dashboards API protocol buffers to Google Cloud Monitoring API.
e47fdd26 bigquery datatransfer: Remove non-publicly available DataSourceService.
6156f433 Adds OSConfig v1beta protos and initial client library config
6cc9499e Add datetime.proto to google/type/BUILD.bazel
fe7dd527 Cosmetic changes to proto comment as part of testing internal release instructions.
68d109ad Add annotations to securitycenter v1, but leave GAPIC v1 in place.
df8a1707 Synchronize new proto/yaml changes.
a69a9749 client library update
a4adac3a Added DateTime, TimeZone, and Month proto files to google/type
ed5dec39 change common resources from message-level annotations to file-level annotations.
a00e2c57 bigquerydatatransfer: change resource type TransferRun to Run to be consistent with gapic configs bigquerydatatransfer: add missing patterns for DataSource, TransferConfig and Run (to allow the location segment) bigquerydatatransfer: add file-level Parent resource type (to allow the location segement) bigquerydatatransfer: update grpc service config with correct retry delays
b10e4547 cloud asset: replace required fields for batchgetassethistory. Correct the time out duration.
6690161e Add default retry configurations for speech_v1.
9b2635ef cloudtasks: fix gapic v2 config
e5676ba8 Reinstate resource name handling in GAPIC config for Asset v1.
f337f7fb OSConfig AgentEndpoint: add LookupEffectiveGuestPolicy rpc
c0ac9b55 Include real time feed api into v1 version
2427a3a0 firestore admin: update v1 protos with annotations & retry config
555e844d chore: publish retry configs for iam admin, cloud asset, and remoteworkers
6311dc53 firestore: update v1beta1 protos with annotations and retry config
da0edeee feat: publish several retry config files for client generation
59a78053 Removing TODO comment
84639922 Fix bazel build
3bfcb3d8 Public client library for bebop_jobs_api_20191118_1_RC3 release.
27ab0db6 firestore: publish annotated protos and new retry config
38dc36a2 feat: add http annotations for operations calls
366caab9 datastore: add a legacy artman config for PHP generation
82944da2 Migrate container v1beta1 to GAPIC v2.
584dcde5 Remove resource name annotation for UpdateKeyRequest.key, because it's the resource, not a name.
6ab0171e Added resource annotation for Key message.
86c1a2db Expose Admin API methods for Key manipulation.
3ddad085 C++ targets: correct deps so they build, rename them from trace* to cloudtrace* to match the proto names.
e9389365 Synchronize new proto/yaml changes.
e42eaaa9 Put back C++ targets for cloud trace v2 api.
d8896a3d Add initial BUILD.bazel for secretmanager.googleapis.com
2cc56cb8 Create sample for list recommendations
f88e2ca6 bump Go to ga
aac86d93 Documentation update. Add location_id in preparation for regionalization.
5b501cd3 Migrate Datastore Admin to GAPIC v2.
6a16d474 Migrate Datastore to GAPIC v2.
74bd9b95 mark Go lib ga
f7b3d434 Add secretmanager.googleapis.com protos
c34a911a iot: bump Go GAPIC to GA release level
79b7f1c5 Put back C++ targets. Previous change overrode custom C++ targets made by external teams. This PR puts those targets back.
06a84078 Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
777b580a Create BUILD file for recommender v1beta1
48b385b6 Generate recommender v1beta1 gRPC ServiceConfig file
8395b0f1 fix: Set timeout to 25s, because Tasks fails for any deadline above 30s.
3ba7ddc4 fix: Shift Ruby and PHP to legacy GAPIC YAMLs for back-compat.
ad6f0c00 Remove unneeded yaml files
1f42588e refactor: Migrate Tasks beta 2 to GAPIC v2.
902b51f2 refactor: Migrate Tasks to GAPIC v2 (for real this time).
17561f59 Migrate Tasks Beta 3 to GAPIC v2.
f95883b1 Regenerate recommender v1beta1 protos and sanitized yaml
9a52df54 add gRPC ServiceConfig for grafeas v1
7a79d682 fix: Roll back Tasks GAPIC v2 while we investigate C# issue.
3fc31491 Migrate Tasks to GAPIC v2.
5bc0fece fix: adds operation HTTP rules back to v1p1beta1 config
5364a192 bazel: Fix build
0aa77cbe Updating common proto files in google/type/ with their latest versions.
d47e1b44 fix: replace Speech Recognize RPC retry_codes_name for non-standard assignment
16543773 Regenerating public protos for datacatalog, also adding gRPC service config.
328ebe76 Change custom data type from String to google.protobuf.Struct to be consistent with other docs such as https://developers.google.com/actions/smarthome/develop/process-intents#response_format
5af83f47 (internal change without visible public changes)
c53ed566 Fix typo in protobuf docs.
d8dd7fe8 Fix build by adding missing deps.
3ef5ffd7 Migrate Error Reporting v1beta1 to proto annotations / GAPIC v2.
418ee8e2 Trace v2: Add remaining proto annotations, migrate to GAPIC v2.
c8939434 This change updates an outdated comment for the feature importance proto field since they are no longer in [0, 1] for online predictions.
1ec8b8e2 Code refactoring
427a22b0 Import automl operation protos.
45749a04 fix: bigqueryconnection_gapic.yaml to reflect proto annotations
8385366a Revert the Trace v2 GAPIC for now. Committer: @lukesneeringer
5c8ab2c0 Migrate Trace v1 and Trace v2 to GAPIC v2.
f6808ff4 Rename the `endpoint_urls` field to `endpoint_uris` to be consistent with Google API nomenclature.
1935fb88 Comment updates
0797fd5b Comment updates
9bc8d07b Rollback of "Migrate Cloud Error Reporting to proto annotations & GAPIC v2."
f8720321 fix: bigtable retry config in GAPIC v2
b11664ba Migrate Cloud Error Reporting to proto annotations & GAPIC v2.
4f747bda 1. Change DataCatalog package name in java from com.google.cloud.datacatalog to com.google.cloud.datacatalog.v1beta1 (API version is included in the package). *This is a breaking change.*
bc76ffd8 Use rules_proto bzl files to load proto_library
218164b3 Make the `permissions` argument in TestIamPermissions required.
dec8fd8e Updating Cloud Billing Budget API documentation for clarity.
a667ffab Introduced detailed status message for CreateTimeSeries: CreateTimeSeriesSummary replaces CreateTimeSeriesError, which is now deprecated and unused.
be0a25ec Migrate Bigtable API to GAPIC v2 config.
88bbf96b Fix location of monitoring.yaml in Artman config for monitoring v3.
dbaa01a2 Update namespace for PHP.
f73b3796 Standardize pub/sub client default settings across clients: - Add retry codes for streaming pull - Decrease publish's max_rpc_timeout (mini-timeout) from 10 mins to 1 min - Decrease publish's total timeout from 10 mins to 1 min - Increase publish batching threshold from 10 to 100 elements - Increase publish batching size threshold from 1 KiB to 1 MiB
82217261 Replace local_repository with http_archive in WORKSPACE
6a8c7914 Added notification_supported_by_agent to indicate whether the agent is sending notifications to Google or not.
675de3dc Add an endpoint_urls field to the instance admin proto and adds a field_mask field to the GetInstanceRequest.
f69562be Adds some clarification to IAM Policy public proto comments about the policy versioning compliance check for etag-less SetIamPolicy requests.
4e86b253 Documentation update. Add the new action for sending metrics to Stackdriver.
eafaf30b fix: Restore deleted field to avoid a breaking change.
ed13a73f Add GAPIC annotations to the GKE API.
6b125955 Update timeouts to 1 hour for default and streaming RPCs.
989b304c Add Service Monitoring (Service and ServiceLevelObjective) protocol buffers to Google Cloud Monitoring API.
1ef3bed9 Updating configs for AgentEndpoint to fix the client library generation.
34e661f5 Update v1beta2 clusters and jobs to include resource ids in GRPC header.
248abde0 Integrate GAPIC Python Bazel Extensions
7ffbf721 OSConfig Agentendpoint: Rename ReportTaskStart to StartNextTask
2642d868 Agentendpoint API: minor doc updates, addition of exclusive_packages|patches to PatchConfigs.
d323b287 Documentation changes.
29927f71 Publishing Billing Budgets v1alpha1 API.
ff413d36 Adding gRPC service config for Billing Budgets API.
3eb91187 agentendpoint: removes all gapic languages except Go from artman config
a34950f9 Fix bazel build.
0ed34e9f Adds agentendpoint protos and initial client library config
cad1d3b3 Updates to MediaCard
05556c26 Updates to MediaCard
2275670a Synchronize new proto/yaml changes.
5691fcb7 Synchronize new proto/yaml changes.
cb542d6f Synchronize new proto/yaml changes.
311e73f0 Synchronize new proto/yaml changes.
521ce65c Synchronize new proto/yaml changes.
f06bab1c Synchronize new proto/yaml changes.
8c6569ce Synchronize new proto/yaml changes.
21262f41 Synchronize new proto/yaml changes.
df366ed5 Synchronize new proto/yaml changes.
58bc0f51 Synchronize new proto/yaml changes.
e0935db8 Synchronize new proto/yaml changes.
af4a739e Synchronize new proto/yaml changes.
aac77012 Synchronize new proto/yaml changes.
271fed17 Synchronize new proto/yaml changes.
597951d8 Synchronize new proto/yaml changes.
bba93d71 Synchronize new proto/yaml changes.
5b863762 Synchronize new proto/yaml changes.
8bc65fb6 Synchronize new proto/yaml changes.
30a6ca0f Synchronize new proto/yaml changes.
6bef7bd6 Synchronize new proto/yaml changes.
aa33c92d Synchronize new proto/yaml changes.
a4933867 Synchronize new proto/yaml changes.
b21f9629 Synchronize new proto/yaml changes.
93661a24 Synchronize new proto/yaml changes.
c0e494ca Synchronize new proto/yaml changes.
4e952e7e Synchronize new proto/yaml changes.
78883c8d Synchronize new proto/yaml changes.
7c4cf35d Synchronize new proto/yaml changes.
f28342c5 Synchronize new proto/yaml changes.
532773ac Synchronize new proto/yaml changes.
4e47f307 Synchronize new proto/yaml changes.
3fb0873b Synchronize new proto/yaml changes.
d27a4479 Synchronize new proto/yaml changes.
42e5f983 Synchronize new proto/yaml changes.
d0324cf6 Synchronize new proto/yaml changes.
6e1a1c95 Synchronize new proto/yaml changes.
698b05fe Synchronize new proto/yaml changes.
56ac9df8 Synchronize new proto/yaml changes.
0d0dc517 Synchronize new proto/yaml changes.
617d4430 Synchronize new proto/yaml changes.
ae7a4cc6 Synchronize new proto/yaml changes.
307d6bae Synchronize new proto/yaml changes.
5be60a62 Synchronize new proto/yaml changes.
a9589347 Synchronize new proto/yaml changes.
40401ac2 Synchronize new proto/yaml changes.
95c09594 Synchronize new proto/yaml changes.
ae908c2b Synchronize new proto/yaml changes.
6b43240c Synchronize new proto/yaml changes.
4195b2f2 Synchronize new proto/yaml changes.
654f6ac2 Synchronize new proto/yaml changes.
4f34b95c Synchronize new proto/yaml changes.
09c6bd21 Synchronize new proto/yaml changes.
2b27ffc4 Synchronize new proto/yaml changes.
868cc5c8 Synchronize new proto/yaml changes.
5abd9408 Synchronize new proto/yaml changes.
0e9a6d15 Synchronize new proto/yaml changes.
906335b5 Synchronize new proto/yaml changes.
a05f6404 Synchronize new proto/yaml changes.
c6e62c7e Synchronize new proto/yaml changes.
23b47555 Synchronize new proto/yaml changes.
82e14b22 Synchronize new proto/yaml changes.
ced8c354 Synchronize new proto/yaml changes.
304d0037 Synchronize new proto/yaml changes.
b21af5af Synchronize new proto/yaml changes.
d042feca Synchronize new proto/yaml changes.
bcc354ed Synchronize new proto/yaml changes.
49cbdc6a Synchronize new proto/yaml changes.
b78d26e7 Synchronize new proto/yaml changes.
bd1b0670 Synchronize new proto/yaml changes.
af8dd2c1 Synchronize new proto/yaml changes.
98cad633 Synchronize new proto/yaml changes.
9cb6aa2b Synchronize new proto/yaml changes.
ecab1931 Synchronize new proto/yaml changes.
2b308d08 Synchronize new proto/yaml changes.
798cef7b Synchronize new proto/yaml changes.
50e2b02e Synchronize new proto/yaml changes.
6c96f334 Synchronize new proto/yaml changes.
0576fe28 Synchronize new proto/yaml changes.
b89f7fa5 Synchronize new proto/yaml changes.
192d3d82 Synchronize new proto/yaml changes.
0c0bbaeb Synchronize new proto/yaml changes.
10f91fa1 Synchronize new proto/yaml changes.
48b42e8a Synchronize new proto/yaml changes.
fcbb13c4 Synchronize new proto/yaml changes.
01d7a37e Synchronize new proto/yaml changes.
455bb713 Synchronize new proto/yaml changes.
5403e7c9 Synchronize new proto/yaml changes.
9d52ad21 Synchronize new proto/yaml changes.
ee5aeac2 Synchronize new proto/yaml changes.
b93a3bbd Synchronize new proto/yaml changes.
2dec8f98 Synchronize new proto/yaml changes.
dcebbafc Synchronize new proto/yaml changes.
6c17e292 Synchronize new proto/yaml changes.
01947e8e Synchronize new proto/yaml changes.
4bf18dfa Synchronize new proto/yaml changes.
8fca1cda Synchronize new proto/yaml changes.
122bdbf8 Synchronize new proto/yaml changes.
23c07004 Synchronize new proto/yaml changes.
8d881c9a Synchronize new proto/yaml changes.
02c1722a Synchronize new proto/yaml changes.
9863e940 Synchronize new proto/yaml changes.
ceb8e2fb Synchronize new proto/yaml changes.
063d82fe Synchronize new proto/yaml changes.
d9576d95 Synchronize new proto/yaml changes.
16cdca6f Synchronize new proto/yaml changes.
079b1cb3 Synchronize new proto/yaml changes.
c372c656 Synchronize new proto/yaml changes.
54082ac4 Synchronize new proto/yaml changes.
2123bcae Synchronize new proto/yaml changes.
6a0b8de0 Synchronize new proto/yaml changes.
1c7e0459 Synchronize new proto/yaml changes.
247e5869 Synchronize new proto/yaml changes.
fd0c01b4 Synchronize new proto/yaml changes.
96eb0451 Synchronize new proto/yaml changes.
d6e70940 Synchronize new proto/yaml changes.
ce3c574d Synchronize new proto/yaml changes.
a6414188 Synchronize new proto/yaml changes.
588bdb66 Synchronize new proto/yaml changes.
6e012ef8 Synchronize new proto/yaml changes.
95a98344 Synchronize new proto/yaml changes.
fcdec366 Synchronize new proto/yaml changes.
4d384929 Synchronize new proto/yaml changes.
fb477e1e Synchronize new proto/yaml changes.
cd112d8d Synchronize new proto/yaml changes.
a6a3c306 Synchronize new proto/yaml changes.
a9a9950d Synchronize new proto/yaml changes.
27fdfa78 Synchronize new proto/yaml changes.
97aaf564 Synchronize new proto/yaml changes.
8609fa97 Synchronize new proto/yaml changes.
4c2ca81a Synchronize new proto/yaml changes.
0df958b3 Synchronize new proto/yaml changes.
9afbe16a Synchronize new proto/yaml changes.
b31371da Synchronize new proto/yaml changes.
5b5f0d54 Synchronize new proto/yaml changes.
a5d0708f Synchronize new proto/yaml changes.
9dc1d37b Synchronize new proto/yaml changes.
662bfb26 Synchronize new proto/yaml changes.
17e324b2 Synchronize new proto/yaml changes.
62167121 Synchronize new proto/yaml changes.
c277413f Synchronize new proto/yaml changes.
6a9bb862 Synchronize new proto/yaml changes.
640f1cf8 Synchronize new proto/yaml changes.
a942ac23 Synchronize new proto/yaml changes.
c687a1d6 Synchronize new proto/yaml changes.
fe6115fd Synchronize new proto/yaml changes.
462f5882 Synchronize new proto/yaml changes.
2fc34e96 Synchronize new proto/yaml changes.
cc332bd1 Synchronize new proto/yaml changes.
eea87cb6 Synchronize new proto/yaml changes.
7d388543 Synchronize new proto/yaml changes.
be6e5d03 Synchronize new proto/yaml changes.
b8810393 Synchronize new proto/yaml changes.
d322f1e6 Synchronize new proto/yaml changes.
999d0930 Synchronize new proto/yaml changes.
095078e8 Synchronize new proto/yaml changes.
1bed8d12 Synchronize new proto/yaml changes.
3d924055 Synchronize new proto/yaml changes.
db1807a9 Synchronize new proto/yaml changes.
2e02174c Synchronize new proto/yaml changes.
44e588d9 Synchronize new proto/yaml changes.
541478d5 Synchronize new proto/yaml changes.
5e6b79e0 Synchronize new proto/yaml changes.
1c80c626 Synchronize new proto/yaml changes.
23f6c4d8 Change the min Bazel version to 0.29.1. (#580)
efbb545f Synchronize new proto/yaml changes.
edcf4f55 Synchronize new proto/yaml changes.
4aeb1260 Synchronize new proto/yaml changes.
5aa7c874 Merge pull request #579 from hzyi-google/master
2ed795dd Revert "wip"
6cf4128a wip
6b2ba2ae Synchronize new proto/yaml changes.
a602911f Synchronize new proto/yaml changes.
b7abb49e Synchronize new proto/yaml changes.
dc88acb2 Synchronize new proto/yaml changes.
141be1a5 Synchronize new proto/yaml changes.
2eebba5d Synchronize new proto/yaml changes.
1cb29d0f Synchronize new proto/yaml changes.
0b6f19d5 Synchronize new proto/yaml changes.
0b52f3c5 Synchronize new proto/yaml changes.
f1c04277 Synchronize new proto/yaml changes.
6a0f44c1 Synchronize new proto/yaml changes.
9192ec6f Synchronize new proto/yaml changes.
b4b18255 Synchronize new proto/yaml changes.
9cba3647 Synchronize new proto/yaml changes.
26e189ad archive artifacts always
b4c2ae89 speedup CI by saving one .tgz file
196b4547 Synchronize new proto/yaml changes.
3c8c87f4 Synchronize new proto/yaml changes.
9d392b16 Synchronize new proto/yaml changes.
1fc12b2d Synchronize new proto/yaml changes.
8181bf62 Synchronize new proto/yaml changes.
95b8fa5a Synchronize new proto/yaml changes.
53fe2e36 Synchronize new proto/yaml changes.
e051f9df Synchronize new proto/yaml changes.
878ec92a Synchronize new proto/yaml changes.
960b76b1 Synchronize new proto/yaml changes.
7525959e Synchronize new proto/yaml changes.
ae9cdf09 Synchronize new proto/yaml changes.
676104ec Synchronize new proto/yaml changes.
c9a1670d Synchronize new proto/yaml changes.
0930bdac Synchronize new proto/yaml changes.
1beb0e69 Synchronize new proto/yaml changes.
445beeeb Synchronize new proto/yaml changes.
541c0153 Synchronize new proto/yaml changes.
85d476be Synchronize new proto/yaml changes.
a2158681 Synchronize new proto/yaml changes.
abea8146 Synchronize new proto/yaml changes.
82809578 Synchronize new proto/yaml changes.
e121a355 Synchronize new proto/yaml changes.
dbd38035 Synchronize new proto/yaml changes.
49f95398 Synchronize new proto/yaml changes.
d42eb8b6 Synchronize new proto/yaml changes.
650caad7 Synchronize new proto/yaml changes.
37c923ef Synchronize new proto/yaml changes.
b97af5f7 Synchronize new proto/yaml changes.
fb6fa4cf Synchronize new proto/yaml changes.
9c9f778a Synchronize new proto/yaml changes.
4df4371d Synchronize new proto/yaml changes.
7ebb7a62 Synchronize new proto/yaml changes.
92bebf78 Synchronize new proto/yaml changes.
2a928b01 Synchronize new proto/yaml changes.
77e5e0ee Synchronize new proto/yaml changes.
11592a15 Synchronize new proto/yaml changes.
3f018e83 Synchronize new proto/yaml changes.
24cae222 Synchronize new proto/yaml changes.
4bb50a3e Synchronize new proto/yaml changes.
a1b85caa Synchronize new proto/yaml changes.
f6cc01ff Synchronize new proto/yaml changes.
2a02e33c Synchronize new proto/yaml changes.
82c3abe8 Synchronize new proto/yaml changes.
149dc94c Synchronize new proto/yaml changes.
c4f8f6cd Synchronize new proto/yaml changes.
0b9c2e06 Synchronize new proto/yaml changes.
3406d1e8 Synchronize new proto/yaml changes.
9427411e Synchronize new proto/yaml changes.
db02bc9c Synchronize new proto/yaml changes.
2a2c5518 Synchronize new proto/yaml changes.
8d3e3cba Synchronize new proto/yaml changes.
ab3c556f Synchronize new proto/yaml changes.
7e56e8d4 Synchronize new proto/yaml changes.
3a1b46a6 Synchronize new proto/yaml changes.
6d298828 Synchronize new proto/yaml changes.
350f3135 Synchronize new proto/yaml changes.
ac06010e Synchronize new proto/yaml changes.
b7844cbd Synchronize new proto/yaml changes.
a76c0889 Synchronize new proto/yaml changes.
53e64172 Fix type in README.md (#557)
e699b0cb Synchronize new proto/yaml changes.
1943ffb8 Synchronize new proto/yaml changes.
f94d89f4 Synchronize new proto/yaml changes.
7b212a8d Synchronize new proto/yaml changes.
ddea6a7a8 Synchronize new proto/yaml changes.
3a40d3a5 Synchronize new proto/yaml changes.
b92472ba Synchronize new proto/yaml changes.
1b1ef1ca Synchronize new proto/yaml changes.
65c8e9e3 Synchronize new proto/yaml changes.
c7a6b35d Synchronize new proto/yaml changes.
9e3dddd5 Synchronize new proto/yaml changes.
e3b51e76 Synchronize new proto/yaml changes.
e042bbbe Synchronize new proto/yaml changes.
c5cb094b Synchronize new proto/yaml changes.
1b3b5c4e Synchronize new proto/yaml changes.
2912605a Synchronize new proto/yaml changes.
6b4a6ba2 Synchronize new proto/yaml changes.
2da71aca Synchronize new proto/yaml changes.
c6aa541d Synchronize new proto/yaml changes.
7afd4d47 Synchronize new proto/yaml changes.
0906a9e7 Synchronize new proto/yaml changes.
a0ca38e4 Synchronize new proto/yaml changes.
1c1164ba Synchronize new proto/yaml changes.
6af81633 Synchronize new proto/yaml changes.
ec379e9d Synchronize new proto/yaml changes.
4b12afe7 Synchronize new proto/yaml changes.
be480e39 Synchronize new proto/yaml changes.
731d7736 Synchronize new proto/yaml changes.
3035bd51 Synchronize new proto/yaml changes.
6e3b55e2 Synchronize new proto/yaml changes.
d7f91b11 Synchronize new proto/yaml changes.
476059b0 Synchronize new proto/yaml changes.
43e06784 Synchronize new proto/yaml changes.
9156f798 Synchronize new proto/yaml changes.
184ab77f Synchronize new proto/yaml changes.
b2fecee3 Synchronize new proto/yaml changes.
f78612e8 Synchronize new proto/yaml changes.
e9277177 Synchronize new proto/yaml changes.
3c94c4b4 Synchronize new proto/yaml changes.
3b943eb3 Synchronize new proto/yaml changes.
0ce9d41a Synchronize new proto/yaml changes.

git-subtree-dir: third_party/googleapis
git-subtree-split: cd3ce2651c3921670217e664303976cdf76e9fe2
andy0937 pushed a commit to andy0937/googleapis that referenced this issue Jun 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: redis Issues related to the googleapis/python-redis API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

No branches or pull requests

3 participants