Jacob Geiger
75660351d3
Add configuration for Python, Ruby doc generation ( #92 )
9 years ago
michaelbausor
e82b5e05fe
Rename default and core sections to common ( #91 )
9 years ago
Jacob Geiger
0ebdb62d8b
Add datastore v1 protos, update v1beta1
9 years ago
garrettjonesgoogle
06aca80043
Fixing monitoring gapic config ( #89 )
9 years ago
garrettjonesgoogle
a00f0b9628
Cloud Error Reporting: Config fix for Java ( #88 )
9 years ago
garrettjonesgoogle
fbc3ffc1f3
logging GAPIC config fixes ( #86 )
9 years ago
Jacob Geiger
230b2ef810
Add errorreporting configs ( #84 )
...
* Add error reporting configs
Includes
- Service config
- Artman config
- Autogenerated GAPIC config
* Edit optional/required fields
- Remove optional fields from autogenerated "required" and
"flattening" sections.
- Create a flattening section where there were previously too many
required fields.
* Edit ruby/node output paths
Per PR feedback
* PR feedback
* PR feedback
Fix nodejs output directory
9 years ago
Shin Fan
9f403f6d43
Publish resources.proto ( #82 )
9 years ago
garrettjonesgoogle
428d15b369
removing type section from artman_logging ( #83 )
...
The protos in logging/type are now included in artman_core.
9 years ago
Shin Fan
4b5f7041c2
Publish transfer_types.proto ( #81 )
9 years ago
Jacob Geiger
7d53769df1
Add "google" to Cloud Vision API name ( #80 )
9 years ago
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
9 years ago
Jacob Geiger
68fbd3e780
Add "cloud" to logging/pubsub Python package names ( #76 )
...
Per request of gcloud-python.
9 years ago
Ethan Bao
a777f1c33a
Update protos for datastore/v1beta3 API.
9 years ago
Ethan Bao
f2df330940
Update protos for appengine API.
9 years ago
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)
9 years ago
Michael Darakananda
0c208a86fc
Properly setup Vision for Go ( #73 )
9 years ago
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.
9 years ago
Jun Mukai
0553ae4ad8
Add 'spi' to Java package name. ( #68 )
9 years ago
Ethan Bao
cc198a8798
Add protos for Appengine API.
9 years ago
Ethan Bao
4caf5d93c9
Update proto and README file for cloudbuild API.
9 years ago
Michael Darakananda
b5f781ecb9
Properly setup PubSub for Go ( #67 )
...
This commit updates PubSub's go_package and GAPIC package attributes.
9 years ago
Jacob Geiger
32e4b350c7
Move service config files to unversioned directory ( #65 )
9 years ago
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
9 years ago
Jun Mukai
b6eeb6c82a
Fix a typo on 'api_name' field for cloud language API. ( #63 )
9 years ago
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
9 years ago
Jacob Geiger
080fe77ef4
Add runtimeconfig, storagetransfer protos
9 years ago
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.
9 years ago
michaelbausor
116bb20000
Update php package paths ( #62 )
9 years ago
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 .
9 years ago
Ethan Bao
49421e0d6c
Add protos for cloudbuild API.
9 years ago
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.
9 years ago
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
9 years ago
Ethan Bao
6d6a1529e2
Merge branch 'master' of https://www.github.com/googleapis/googleapis
9 years ago
Ethan Bao
9fdb8821e1
Update protos for genomics API.
9 years ago
Ethan Bao
222ab0cdf0
Update protos under google/type
9 years ago
Ethan Bao
e739951ef4
Add protos for Cloud Error Reporting API.
9 years ago
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
9 years ago
Ethan Bao
1e645debc6
Add proto files for language API.
9 years ago
Ethan Bao
3748d006c4
Update cloud vision protos.
9 years ago
Jacob Geiger
37987cddc8
Add per-method timeout configuration ( #53 )
...
Corresponds to https://github.com/googleapis/toolkit/pull/278
9 years ago
Ethan Bao
8846b69168
Add bytestream proto.
9 years ago
Ethan Bao
af91aac21c
Add/update protos for cloud speech API
9 years ago
Ethan Bao
0bc7040c28
Add proto for cloud vision API.
9 years ago
Ethan Bao
72ebf10ad5
Update protos for bigtable/v1.
9 years ago
Ethan Bao
f16569bd29
Add protos for bigtable/v2
9 years ago
Shin Fan
d87ff84224
Fix artman config for core protos ( #50 )
9 years ago
Jun Mukai
2cb85e6412
Add the gapic config for NodeJS ( #49 )
9 years ago
Shin Fan
7bfd459bc9
Add cloud monitoring configs ( #48 )
9 years ago
Ethan Bao
f96de6524f
Merge branch 'master' of https://www.github.com/googleapis/googleapis
9 years ago