Commit Graph

2418 Commits

Author SHA1 Message Date
Google APIs 1b101f55aa Cloud Billing Budget API v1beta1
Add support for subaccounts and labels filter fields.

PiperOrigin-RevId: 312682133
2020-05-21 09:19:23 -07:00
Google APIs 747dfd171a Updated annotations!: Changing method signatures and 'REQUIRED' annotations to reflect the need to always include 'partial_failure' parameter in calls to certain conversion-related services.
BREAKING CHANGE: Updated method signature and 'REQUIRED' annotations.

PiperOrigin-RevId: 312675261
2020-05-21 08:34:05 -07:00
Google APIs d8a17933f6 fix: inconsistent json and yaml spanner configs
This tries to resolve inconsistent timeout/retries in different client
libraries.

Two major changes:
- Update *_grpc_service_config.json and *_gapic.yaml to make sure that they
  are consistent.
- Add missing ListDatabases config in spanner_admin_database_gapic.yaml.

PiperOrigin-RevId: 312582296
2020-05-20 16:55:45 -07:00
Google APIs a175708acd fix: bigtable v2 retry config settings to disable streaming RPC retries
PiperOrigin-RevId: 312558019
2020-05-20 14:40:39 -07:00
Google APIs cdf59a7618 Update bigtable grpc service config
PiperOrigin-RevId: 312479172
2020-05-20 07:38:52 -07:00
Google APIs 7a8875d4bc feat!: additional client library annotations
feat: reload information in the Document resource
BREAKING CHANGE: additional long-running operation annotations
BREAKING CHANGE: some existing request fields are now explicitly required
BREAKING CHANGE: the order of the Session resource patterns has changed

PiperOrigin-RevId: 312345206
2020-05-19 13:46:26 -07:00
Google APIs 247c651475 Export protos for pubsublite.googleapis.com.
PiperOrigin-RevId: 312319867
2020-05-19 11:36:51 -07:00
Google APIs cd3ce2651c Dialogflow weekly v2 library update:
- Minor comment updates.

PiperOrigin-RevId: 312123588
2020-05-18 11:49:45 -07:00
Google APIs e94ad37652 fix: point artman at gapic v1 for monitoring/v3 API
Committer: @miraleung
PiperOrigin-RevId: 312104480
2020-05-18 10:21:34 -07:00
Google APIs d1a9f02fd4 feat(v1p3beta1): added support for streaming automl action recognition.
PiperOrigin-RevId: 312101156
2020-05-18 10:05:45 -07:00
Google APIs b5c20941ce Deprecate unused follow_up_token field.
See https://developers.google.com/assistant/smarthome/develop/notifications for more details.

PiperOrigin-RevId: 312088907
2020-05-18 09:08:15 -07:00
Google APIs 5a90d467aa fix: restore GAPIC v2 retry configs
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.

PiperOrigin-RevId: 312088359
2020-05-18 08:57:36 -07:00
Google APIs abd6b709a5 Add C++ library support for Google Cloud Storage protos
PiperOrigin-RevId: 311887398
2020-05-16 08:08:20 -07:00
Google APIs 7683d06845 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

PiperOrigin-RevId: 311836104
2020-05-15 18:20:48 -07:00
Google APIs 2433bd5065 cloudasset: add SearchAllResources and SearchAllIamPolicies RPCs
PiperOrigin-RevId: 311601348
2020-05-14 14:03:47 -07:00
Google APIs 123873dc7e chore!: enable gapicv2 for monitoring/v3 API
This introduces the following breakages upon code regeneration, which are due to the `TimeSeriesQueryLanguageCondition` type being removed from `alert.proto` in a preceding change.

```
[ERROR] 6011: com.google.monitoring.v3.AlertPolicy$Condition: Field CONDITION_TIME_SERIES_QUERY_LANGUAGE_FIELD_NUMBER has been removed, but it was previously a constant
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition getConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageConditionOrBuilder getConditionTimeSeriesQueryLanguageOrBuilder()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition: Method 'public boolean hasConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$Builder clearConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition getConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition$Builder getConditionTimeSeriesQueryLanguageBuilder()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageConditionOrBuilder getConditionTimeSeriesQueryLanguageOrBuilder()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public boolean hasConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$Builder mergeConditionTimeSeriesQueryLanguage(com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition)' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$Builder setConditionTimeSeriesQueryLanguage(com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition)' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$Condition$Builder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$Builder setConditionTimeSeriesQueryLanguage(com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition$Builder)' has been removed
[ERROR] 6001: com.google.monitoring.v3.AlertPolicy$Condition$ConditionCase: Removed field CONDITION_TIME_SERIES_QUERY_LANGUAGE
[ERROR] 8001: com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition: Class com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition removed
[ERROR] 8001: com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition$Builder: Class com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition$Builder removed
[ERROR] 8001: com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageConditionOrBuilder: Class com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageConditionOrBuilder removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$ConditionOrBuilder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageCondition getConditionTimeSeriesQueryLanguage()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$ConditionOrBuilder: Method 'public com.google.monitoring.v3.AlertPolicy$Condition$TimeSeriesQueryLanguageConditionOrBuilder getConditionTimeSeriesQueryLanguageOrBuilder()' has been removed
[ERROR] 7002: com.google.monitoring.v3.AlertPolicy$ConditionOrBuilder: Method 'public boolean hasConditionTimeSeriesQueryLanguage()' has been removed
```

Committer: @miraleung
PiperOrigin-RevId: 311581003
2020-05-14 12:23:33 -07:00
Google APIs 902a824997 Use legacy gapic config for firestore admin PHP clients.
PiperOrigin-RevId: 311580686
2020-05-14 12:12:59 -07:00
Google APIs 77ca422cbf chore: delete gapic config for oslogin/v1beta1 API
Committer: @miraleung
PiperOrigin-RevId: 311566775
2020-05-14 11:04:52 -07:00
Google APIs 57253ab4c0 chore: delete gapic config for oslogin/v1beta1 API
Committer: @miraleung
PiperOrigin-RevId: 311352758
2020-05-13 10:14:26 -07:00
Google APIs 89e8978689 Publish Search Partner Data Ingestion logging proto for documentation
PiperOrigin-RevId: 311239362
2020-05-12 18:03:34 -07:00
Google APIs c8e291e6a4 bazel: update gapic-generator hash
Changes include:
- fix: handle wildcard parent patterns

Committer: @miraleung
PiperOrigin-RevId: 311222505
2020-05-12 16:13:17 -07:00
Google APIs 358c09c45c Update documentation
PiperOrigin-RevId: 311216074
2020-05-12 15:38:25 -07:00
Google APIs bf17ae5fd9 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

committer: @xiaozhenliugg
PiperOrigin-RevId: 311188524
2020-05-12 13:15:07 -07:00
Google APIs 1b8b77db10 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.
PiperOrigin-RevId: 311164352
2020-05-12 11:15:50 -07:00
Google APIs edd3b80fb7 bazel: update gapic-generator hash
Changes include:
- build_gen: inject longrunning Go GAPIC remote dep instead of target

PiperOrigin-RevId: 311053644
2020-05-11 21:07:06 -07:00
Google APIs aed11c01e5 chore: Ingegrate latest gapic-generator and gapic-generator-python changes.
This adds support for `<plugin>_opt` argument for gapic plugins.

PiperOrigin-RevId: 310660461
2020-05-08 17:40:37 -07:00
Google APIs 4186d3e542 docs: Update proto comments for bigqueryreservation v1
PiperOrigin-RevId: 310626531
2020-05-08 14:12:38 -07:00
Google APIs 1019b0d9db Release new file type enums and new MetadataLocation proto.
PiperOrigin-RevId: 310622219
2020-05-08 13:50:22 -07:00
Google APIs 482e5206e0 Update python package name for datastore admin gapic client.
google.cloud.datastore.admin_v1.gapic -> google.cloud.datastore_admin_v1.gapic

PiperOrigin-RevId: 310619756
2020-05-08 13:37:25 -07:00
Google APIs 73d4b5d9a7 Removing the experimental tag from dead letter policy related fields.
PiperOrigin-RevId: 310595049
2020-05-08 11:29:48 -07:00
Google APIs 83816bb309 Add kokoro-specific .bazelrc file with arguments specific only for kokoro environments. This is to fix autosynth builds when it tries building older commits.
PiperOrigin-RevId: 310509915
2020-05-07 23:44:20 -07:00
Google APIs d3cc7bbf41 fix: update backup RPC timeouts from 30secs to 10mins
PiperOrigin-RevId: 310454506
2020-05-07 16:03:44 -07:00
Google APIs fb8f62b678 fix: retry_codes in BTAdmin.GetIamPolicy for bigtable/admin/v2
Committer: @miraleung
PiperOrigin-RevId: 310426317
2020-05-07 13:31:44 -07:00
Google APIs 684dfea7de chore: enable gapicv2 for datacatalog/v1beta1 API
Committer: @miraleung
PiperOrigin-RevId: 310415142
2020-05-07 12:34:29 -07:00
Google APIs 2fc2caaacb chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
committer: @xiaozhenliu-gg5
PiperOrigin-RevId: 310239576
2020-05-06 15:29:04 -07:00
Google APIs c08dcec05c chore: enable gapic v2 and proto annotation for bigquery/storage/v1 API.
committer: @xiaozhenliu-gg5
PiperOrigin-RevId: 310225059
2020-05-06 14:20:15 -07:00
Google APIs 30cfca0943 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

PiperOrigin-RevId: 310224144
2020-05-06 14:09:41 -07:00
Google APIs 839fae4233 Update documentation
PiperOrigin-RevId: 310213770
2020-05-06 13:12:58 -07:00
Google APIs 6dfd72d028 Add bazel build file for BigQuery Connection API v1.
PiperOrigin-RevId: 310168181
2020-05-06 09:35:54 -07:00
Google APIs a3a0bf0f62 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.

PiperOrigin-RevId: 310060413
2020-05-05 18:18:22 -07:00
Google APIs 4bef0001ac fix: add resource reference to proto files
chore: update copyright and comments

PiperOrigin-RevId: 309990843
2020-05-05 11:51:40 -07:00
Google APIs 1b5a8d2bbb Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB.
PiperOrigin-RevId: 309845930
2020-05-04 16:56:17 -07:00
Google APIs e0f9d9e1f9 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

PiperOrigin-RevId: 309824146
2020-05-04 15:07:15 -07:00
Google APIs 4ca990cb1a Web Security Scanner V1 API
PiperOrigin-RevId: 309819942
2020-05-04 14:50:54 -07:00
Google APIs a737a68e21 chore!: enable gapicv2 for vision/v1p4beta API
BREAKING CHANGE: The breaking changes are as follows. After discussion please see [this PR](https://github.com/googleapis/gapic-generator/pull/3177), these seem to be acceptable given that this is a beta API.

com.google.cloud.vision.v1p4beta1.ProductSearchClient: Method 'public com.google.longrunning.Operation purgeProducts(com.google.cloud.vision.v1p4beta1.PurgeProductsRequest)' has been removed
- This is because this method was not generating with the same LRO interface that all other configured RPCs receive.

com.google.cloud.vision.v1p4beta1.ProductSearchClient: Parameter 2 of 'public void addProductToProductSet(com.google.cloud.vision.v1p4beta1.ProductSetName, java.lang.String)' has changed its type to com.google.cloud.vision.v1p4beta1.ProductName

com.google.cloud.vision.v1p4beta1.ProductSearchClient: Parameter 2 of 'public void removeProductFromProductSet(com.google.cloud.vision.v1p4beta1.ProductSetName, java.lang.String)' has changed its type to com.google.cloud.vision.v1p4beta1.ProductName

Committer: @miraleung
PiperOrigin-RevId: 309788146
2020-05-04 11:49:12 -07:00
Google APIs ab3468cf63 chore!: enable gapicv2 for vision/v1p3beta API
BREAKING CHANGE: The breaking changes are as follows. After discussion please see this PR, these seem to be acceptable given that this is a beta API.

com.google.cloud.vision.v1p4beta1.ProductSearchClient: Parameter 2 of 'public void addProductToProductSet(com.google.cloud.vision.v1p4beta1.ProductSetName, java.lang.String)' has changed its type to com.google.cloud.vision.v1p4beta1.ProductName

com.google.cloud.vision.v1p4beta1.ProductSearchClient: Parameter 2 of 'public void removeProductFromProductSet(com.google.cloud.vision.v1p4beta1.ProductSetName, java.lang.String)' has changed its type to com.google.cloud.vision.v1p4beta1.ProductName

Committer: @miraleung
PiperOrigin-RevId: 309787157
2020-05-04 11:38:36 -07:00
Google APIs 93b2560768 Google Ads API v3_1 protos and config updates.
PiperOrigin-RevId: 309756265
2020-05-04 09:15:16 -07:00
Google APIs ee9e8e4e67 docs: minor comments change.
PiperOrigin-RevId: 309481123
2020-05-01 15:05:14 -07:00
Google APIs aaff764c18 chore: enable gapicv2 and annotate protos for recommendationengine/v1beta1 API
Committer: @miraleung
PiperOrigin-RevId: 309426927
2020-05-01 10:09:29 -07:00
Google APIs f78da0d54c fix: replace all retry configs removed during GAPIC config migration
PiperOrigin-RevId: 309415646
2020-05-01 09:03:06 -07:00