Commit graph

46 commits

Author SHA1 Message Date
Ethan Bao
41f2bf6894 Update logging protos and README. 2016-06-08 16:18:47 -04:00
garrettjonesgoogle
3da37eec79 Updating PHP package names (#44) 2016-06-08 10:56:17 -07:00
garrettjonesgoogle
e967df7a5b Adding sample_code_init_fields for pubsub Publish (#43) 2016-06-08 10:52:13 -07:00
Sai Cheemalapati
3592a7339d Add page_size fields to logging config (#37) 2016-06-01 12:12:32 -07:00
Jun Mukai
004aec2f97 Add required_fields to logging_gapic config (#34)
* Add required_fields to logging_gapic config

* Add required_field for DeleteSink
2016-05-23 13:30:43 -07:00
garrettjonesgoogle
897b6b4e2b Updating Pub/Sub retry, bundling settings (#33) 2016-05-16 13:47:49 -07:00
michaelbausor
bb93bd03d2 Turn on sample generation flag (#32) 2016-05-13 10:25:49 -07:00
Sunny Gupta
b111fa6996 Update core protos for Google APIs service config. 2016-05-12 14:42:02 -07:00
Sai Cheemalapati
1caae04018 Fix ConfigProto package paths 2016-05-11 12:44:04 -07:00
bcy1028@gmail.com
4ebc169f8e Add google/devtools/source/v1/source_context.proto 2016-05-11 12:43:08 -04:00
bcy1028@gmail.com
26c21452b3 Add core protos for Google APIs service config 2016-05-11 12:41:54 -04:00
Jacob Geiger
cf01647a49 Add cloudtrace gapic config 2016-05-09 18:37:52 -07:00
Michael Bausor
cf05b4e80e Updated gapic yamls with changes to toolkit
Updated method_base_name to entity_name
Added field_name_patterns
2016-05-06 10:32:21 -07:00
garrettjonesgoogle
ec9166b3b4 GAPIC config for PHP (#20) 2016-05-06 10:31:05 -07:00
Jun Mukai
cdc7a842ee Introduce artman config for Ruby 2016-04-28 13:11:16 -07:00
Jacob Geiger
6aa3b836bf Update Google Cloud Speech API with latest changes 2016-04-28 10:37:50 -07:00
Jacob Geiger
f34e196e75 Add GAPIC configuration files 2016-04-28 10:37:48 -07:00
Ethan Bao
5fd17fb8a2 Release protos of Cloud Debugger. 2016-04-25 12:24:53 -07:00
Ethan Bao
48063b2af6 Update protos of datastore/v1beta3 API. 2016-03-28 20:35:30 -07:00
Ethan Bao
6cdb0938aa Sync API protos. 2016-03-24 14:14:13 -07:00
Ethan Bao
7710ead495 remove bad import in logging_config.proto 2016-01-15 14:26:45 -08:00
Ethan Bao
271d14bdd2 Merge branch 'master' of https://github.com/google/googleapis 2016-01-12 15:51:00 -08:00
Ethan Bao
1753a41502 Add google logging protos. 2016-01-12 15:49:42 -08:00
Ethan Bao
3930ed4c8f Add google/api/label.proto and google/api/monitored_resource.proto 2016-01-12 15:48:24 -08:00
wora
12dd2eafc6 Update Google Cloud Datastore API with latest API changes. 2015-11-15 20:40:34 -08:00
wora
35e8886c26 Update Google Cloud Pub/Sub API for documentation changes. 2015-11-15 20:39:26 -08:00
Ethan Bao
f66e425a93 Import cloud trace proto. 2015-10-26 14:53:26 -07:00
Ethan Bao
bd90877ba1 Remove google/protobuf subdirectory, which should be replaced by google/protobuf gitrepo. Update Makefile to reflect the change 2015-08-14 12:27:04 -07:00
Ethan Bao
16b971c46e Update changes of google/rpc protos. 2015-07-28 11:00:32 -07:00
Ethan Bao
f5216ad2ec Adding protos of google/dataflow into googleapis repo. 2015-07-27 16:09:00 -07:00
wora
4e85ac1f8f Update Google Cloud Pub/Sub API v1 with latest documentation. 2015-07-27 10:14:56 -07:00
wora
81685b66a5 Remove reference to obsolete rule concept. 2015-07-27 10:13:09 -07:00
wora
ecea2e2019 Initial submit of Google Identity and Access Management API v1.
This is a meta interface that needs to be implemented by each
API service that will use IAM API for access control. This
interface is client facing. The implementation will use a
different API.
2015-07-22 13:20:07 -07:00
Tim Emiola
fc7fc59814 Syncs the google well-known protos with protobuf-3.0.0-alpha-3.1 2015-07-13 15:41:05 +01:00
wora
426a02bf2e Submit Google Cloud Pub/Sub API v1. This is General Availability (GA)
release. Please see https://cloud.google.com/ for the definition of
GA.
2015-07-08 00:03:00 -07:00
wora
4668e60ac9 Update core library proto files for update to date documentation. 2015-07-08 00:00:45 -07:00
wora
dede87287d Relocate README.md to the API root directory. 2015-06-04 12:28:55 -07:00
wora
f1e8089510 Submit Google Example Library API. It is a simple API that
demonstrates how to design and define REST-style API using
proto3 and Google API annotations.
2015-05-29 13:56:15 -07:00
wora
fc7061a35c Update documentation on http annotation. 2015-05-22 16:35:42 -07:00
wora
3ee9064570 Update documentation on google.api.Http to include a complete
sample code about how to define a typical REST API using the
proto annotation `google.api.http`.
2015-04-27 11:28:48 -07:00
wora
6e80a5ccc5 Adding google.api.Http annotation to Google Long Running Operations
API methods.
2015-04-21 11:51:53 -07:00
wora
a9fb190cdb Adding google.api.Http, which maps RPC method to REST method. It
is normally used as an annotation in proto files that tools can
recognize. API infrastructure can use the information to do the
REST/RPC API mapping at runtime.
2015-04-21 11:09:27 -07:00
Hong Zhang
64d5753155 Update documentation for google.rpc.Code and google.rpc.Status.
Now `Status` contains the desription of the overall error model.
2015-04-13 15:06:24 -07:00
Hong Zhang
a325f1f039 Removed an obsoleted file source_location.proto.
Update several other protos with latest documentation.
2015-04-02 14:35:19 -07:00
Hong Zhang
8eb974bd05 Update several API packages to include README.md files and minor
update to API documentations (embedded proto comments).
2015-04-02 10:44:32 -07:00
Hong Zhang
557e6fc912 First commit of googleapis repo. It includes several core protobuf
libraries and Google Cloud Pub/Sub API v1beta2.
2015-03-27 23:51:25 -07:00