Shin Fan
9f403f6d43
Publish resources.proto ( #82 )
2016-08-11 14:18:45 -07:00
garrettjonesgoogle
428d15b369
removing type section from artman_logging ( #83 )
...
The protos in logging/type are now included in artman_core.
2016-08-11 10:35:23 -07:00
Shin Fan
4b5f7041c2
Publish transfer_types.proto ( #81 )
2016-08-10 15:39:27 -07:00
Jacob Geiger
7d53769df1
Add "google" to Cloud Vision API name ( #80 )
2016-08-10 15:32:10 -07:00
Garrett Jones
0c2c60e70f
artman_core updates
...
* Using a more informative api_name for core
* Adding logging/type to match packman's list of common protos
2016-08-10 13:43:53 -07:00
Jacob Geiger
68fbd3e780
Add "cloud" to logging/pubsub Python package names ( #76 )
...
Per request of gcloud-python.
2016-08-10 13:37:33 -07:00
Ethan Bao
a777f1c33a
Update protos for datastore/v1beta3 API.
2016-08-10 13:32:53 -07:00
Ethan Bao
f2df330940
Update protos for appengine API.
2016-08-10 12:09:54 -07:00
Jun Mukai
54524d99aa
Introduce cloud-speech API config yaml. ( #66 )
...
* Introduce cloud-speech API config yaml.
- changed RecognizeNonStreaming() to idempotent
"Recognize" method is a bidi-streaming method, which is not
supported by Gapic codegen, but yet it should exist when
we want to support it for some language.
Anyways streaming methods will be ignored as
https://github.com/googleapis/toolkit/pull/328
* Fix Java namespace
* Fixes
- timeout to 60 seconds
- modified nodejs config (for integrating with gcloud-node project)
2016-08-08 15:04:42 -07:00
Michael Darakananda
0c208a86fc
Properly setup Vision for Go ( #73 )
2016-08-08 10:28:59 +10:00
Jun Mukai
978bd055ba
Modify final_repo_dir for Ruby and NodeJS ( #72 )
...
They are going to be a part of gcloud, therefore those paths.
It's unclear what is the package names for other APIs, so their
artman configs are unchanged.
2016-08-05 17:13:44 -07:00
Jun Mukai
0553ae4ad8
Add 'spi' to Java package name. ( #68 )
2016-08-05 10:52:12 -07:00
Ethan Bao
cc198a8798
Add protos for Appengine API.
2016-08-04 12:15:15 -07:00
Ethan Bao
4caf5d93c9
Update proto and README file for cloudbuild API.
2016-08-04 09:55:49 -07:00
Michael Darakananda
b5f781ecb9
Properly setup PubSub for Go ( #67 )
...
This commit updates PubSub's go_package and GAPIC package attributes.
2016-08-04 22:17:00 +10:00
Jacob Geiger
32e4b350c7
Move service config files to unversioned directory ( #65 )
2016-08-03 13:31:48 -07:00
garrettjonesgoogle
e151abea53
Cleanup of pubsub_gapic.yaml ( #64 )
...
* Switching non-retry timeout to 60 seconds for consistency with the
retry timeout
* Re-ordering and reformatting to reduce the edit distance with the
config generator
2016-08-03 11:46:07 -07:00
Jun Mukai
b6eeb6c82a
Fix a typo on 'api_name' field for cloud language API. ( #63 )
2016-08-03 11:17:46 -07:00
Jun Mukai
b9d3106a69
Introduce GAPIC config for cloud language API. ( #58 )
...
* Introduce GAPIC config for cloud language API.
- artman config: hand-written
- config yaml: hand-written
- gapic.yaml: generated from configgen
- modified to idempotent
* s/V1beta1/V1Beta1/ for PHP
2016-08-02 17:21:03 -07:00
Jacob Geiger
080fe77ef4
Add runtimeconfig, storagetransfer protos
2016-08-02 15:54:41 -07:00
Jacob Geiger
c5c2ae8804
Add "google" to API name ( #55 )
...
This allows a change to let packman work on non-Google APIs, and
Google APIs whose protos do not live in googleapis.
2016-08-02 11:31:48 -07:00
michaelbausor
116bb20000
Update php package paths ( #62 )
2016-07-29 10:36:23 -07:00
Michael Darakananda
e47b8e0f74
Add go_package attribute to logging protos ( #61 )
...
The attribute is essentially required so that the generated client
can find what it needs
Fixes googleapis/toolkit#329 .
2016-07-28 18:14:04 +10:00
Ethan Bao
49421e0d6c
Add protos for cloudbuild API.
2016-07-27 08:36:33 -07:00
Michael Darakananda
c6f350d2c0
Remove Go-specific logic from Makefile ( #60 )
...
Since Go is no longer generated from this repo,
make will now error if we set LANGUAGE=go.
2016-07-27 09:44:34 +10:00
Michael Darakananda
0078ddc9ea
Document that Go source files live in google/go-genproto ( #59 )
...
* Document that Go source files live in google/go-genproto
* Address PR comments
2016-07-27 07:53:51 +10:00
Ethan Bao
6d6a1529e2
Merge branch 'master' of https://www.github.com/googleapis/googleapis
2016-07-25 09:06:36 -07:00
Ethan Bao
9fdb8821e1
Update protos for genomics API.
2016-07-25 09:06:10 -07:00
Ethan Bao
222ab0cdf0
Update protos under google/type
2016-07-25 09:05:42 -07:00
Ethan Bao
e739951ef4
Add protos for Cloud Error Reporting API.
2016-07-25 09:04:55 -07:00
Jun Mukai
cd51948513
Add configs for cloud vision APIs. ( #56 )
...
* Add configs for cloud vision APIs.
- gapic.yaml is generated by toolkit
- others are hand-written
* Modify timeout
* Fixes
* Remove context
2016-07-19 17:45:05 -07:00
Ethan Bao
1e645debc6
Add proto files for language API.
2016-07-19 15:47:41 -07:00
Ethan Bao
3748d006c4
Update cloud vision protos.
2016-07-15 14:03:51 -07:00
Jacob Geiger
37987cddc8
Add per-method timeout configuration ( #53 )
...
Corresponds to https://github.com/googleapis/toolkit/pull/278
2016-07-11 20:39:05 -07:00
Ethan Bao
8846b69168
Add bytestream proto.
2016-07-08 12:05:03 -07:00
Ethan Bao
af91aac21c
Add/update protos for cloud speech API
2016-07-07 20:33:42 -07:00
Ethan Bao
0bc7040c28
Add proto for cloud vision API.
2016-07-06 09:36:47 -07:00
Ethan Bao
72ebf10ad5
Update protos for bigtable/v1.
2016-06-24 14:59:47 -07:00
Ethan Bao
f16569bd29
Add protos for bigtable/v2
2016-06-24 14:59:05 -07:00
Shin Fan
d87ff84224
Fix artman config for core protos ( #50 )
2016-06-23 14:27:24 -07:00
Jun Mukai
2cb85e6412
Add the gapic config for NodeJS ( #49 )
2016-06-23 11:02:07 -07:00
Shin Fan
7bfd459bc9
Add cloud monitoring configs ( #48 )
2016-06-22 15:47:50 -07:00
Ethan Bao
f96de6524f
Merge branch 'master' of https://www.github.com/googleapis/googleapis
2016-06-22 10:28:17 -07:00
Ethan Bao
608261ca67
Add google/api/distribution.proto
2016-06-22 10:26:34 -07:00
Ethan Bao
7e973fab0e
import protos for google genomics API.
2016-06-22 10:25:41 -07:00
Brian J. Watson
996ca3e05b
Python release fixes ( #47 )
...
* Use the correct Python package name for publishing packages
* Fix documentation bug
* Add service-level documentation, because Sphinx depends on a class docstring in the generated Python code. It generates a blank page otherwise.
* Ignore Eclipse files
2016-06-20 11:17:18 -07:00
michaelbausor
0487f76443
Update logging gapic yaml after proto changes ( #46 )
2016-06-09 16:48:09 -07:00
Ethan Bao
b042947963
fix a bad import in logging_config.proto
2016-06-08 16:04:04 -07:00
garrettjonesgoogle
776771b593
Adding GAPIC config for cloudtrace for java ( #45 )
2016-06-08 15:39:08 -07:00
Ethan Bao
529cc649da
Add protos for monitoring API.
2016-06-08 16:20:57 -04:00