Commit Graph

2055 Commits

Author SHA1 Message Date
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 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 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 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
Google APIs 7e1c7603c8 Add an OAuth scope annotation in build_service proto file
PiperOrigin-RevId: 309058279
2020-04-29 11:10:57 -07:00
Google APIs 3f5f8a2258 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

PiperOrigin-RevId: 308922843
2020-04-28 16:41:52 -07:00
Google APIs 756b174de4 fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
The added method_signatures reflect method flattenings in the GAPIC v1 config.

PiperOrigin-RevId: 308824110
2020-04-28 08:05:26 -07:00
Google APIs c284e4f849 Configure retry for Diaglogflow v2.Environments.ListEnvironments and v2beta1.Environments.ListEnvironments.
PiperOrigin-RevId: 308749074
2020-04-27 20:02:22 -07:00
Google APIs ff17eefa18 chore: add Python target for orgpolicy BUILD.bazel
PiperOrigin-RevId: 308747658
2020-04-27 19:45:33 -07:00
Google APIs 371206424e Remove raw html from proto comments as this breaks client library documentation generators.
See https://aip.dev/192

> Any formatting in comments must be in CommonMark. Headings and tables must not be used, as these cause problems for several tools, and are unsuitable for client library reference documentation.
>
> Comments should use code font for property names and for literals (such as true).
>
> Raw HTML must not be used.

PiperOrigin-RevId: 308716969
2020-04-27 16:04:02 -07:00
Google APIs c2bfceedfc Generating BUILD.bazel for maps/routes/v1alpha.
PiperOrigin-RevId: 308691010
2020-04-27 13:51:06 -07:00
Google APIs 5dca7f1079 Support purchasing capacity commitments in the BigQuery Reservation v1 API.
PiperOrigin-RevId: 308671886
2020-04-27 12:13:59 -07:00
Google APIs d14bf59a44 1. Updated the config file names.
2. Added a group_by field to the ListBuildsRequest.

PiperOrigin-RevId: 308157960
2020-04-23 16:54:15 -07:00
Google APIs 1d520eaa7b feat: Publish ListEnvironments for Dialogflow v2/v2beta1 library.
docs: Clarify WebhookResponse fields for Dialogflow v2/v2beta1 library.

PiperOrigin-RevId: 307849529
2020-04-22 10:49:22 -07:00
Google APIs b3bcfd059e fix(google/maps/routes): move gapic targets to match Routes Preferred API
The Routes Preferred API is not the same as the legacy Routes API. This moves
the client library to make a more clear distinction between the two. The
generated clients in google/maps/routespreferred/v1 still have a dependency on
the open source libraries published from the protos in
google/maps/routes/v1.

The client libraries for languages other than Go and Java have been removed
since they are currently broken and were before this change. No gapic targets
remain in google/maps/routes/v1 except for the Java proto and grpc assembly.
Protos for Go are automatically published through a different process. See
https://github.com/googleapis/go-genproto.

PiperOrigin-RevId: 307838123
2020-04-22 09:57:18 -07:00
Google APIs 2bf9f22da3 chore: enable gapicv2 for bigquery/reservation/v1beta API
Committer: @miraleung
PiperOrigin-RevId: 307654927
2020-04-21 12:12:11 -07:00
Google APIs 012c553112 feat: Adding Retry policy for OS Config V1 AgentEndpointService
PiperOrigin-RevId: 307647669
2020-04-21 11:37:47 -07:00
Google APIs 45b363d3ab Refactor the CEL protos to reflect their use as cross-language
data representations used within various open source libraries.

There is no CEL Google API per se, and as such any reference to
one has been removed from the proto libraries including the GAPIC
client code generation.

There is a gRPC service defined among the protos which is used for
driving conformance testing in a cross-language compatible manner.

PiperOrigin-RevId: 307642893
2020-04-21 11:16:13 -07:00
Google APIs 42ee97c1b9 chore: revert bigtable-admin to Gapic V1 for Ruby only
PiperOrigin-RevId: 307114445
2020-04-17 14:23:41 -07:00
Google APIs c09ec5156d Use legacy gapic config for select PHP library generation
PiperOrigin-RevId: 307086169
2020-04-17 11:55:02 -07:00
Google APIs b5e9b0b09c 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

PiperOrigin-RevId: 307068250
2020-04-17 10:26:34 -07:00
Google APIs bcc476396e docs: Update documentation to fix broken method links
PiperOrigin-RevId: 306974763
2020-04-16 20:33:22 -07:00
Google APIs 69b4dc56d2 Publishing Routes Preferred v1alpha service definition.
PiperOrigin-RevId: 306955205
2020-04-16 17:35:26 -07:00
Google APIs 6e0ac551e0 feat: Updated documentation for OS Config V1 OsConfigService
PiperOrigin-RevId: 306891012
2020-04-16 11:47:58 -07:00
Google APIs cab24c7c9b fix: retry_params in GetIamPolicy for bigtable/admin/v2
Committer: @miraleung
PiperOrigin-RevId: 306886984
2020-04-16 11:28:11 -07:00
Google APIs 101d31acd7 Update public client library for Cloud Monitoring to introduce new Uptime check feature.
Uptime HTTP(S) checks can now be GET or POST.

PiperOrigin-RevId: 306855444
2020-04-16 08:56:56 -07:00