Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: discovery/googleapis_beta/toolresults__v1beta3.json

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/toolresults/v1beta3/projects/", 11 "basePath": "/toolresults/v1beta3/projects/",
12 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/", 12 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Tool Results", 14 "canonicalName": "Tool Results",
15 "description": "Reads and publishes results from Cloud Test Lab.", 15 "description": "Reads and publishes results from Cloud Test Lab.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/cloud-test-lab/", 17 "documentationLink": "https://developers.google.com/cloud-test-lab/",
18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/RsF57fIuZD9HY9zPBz1xpPbx00w\"", 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/aWqfx4Mos3QsfFFrW0_RwBI6mZQ\"",
19 "icons": { 19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 }, 22 },
23 "id": "toolresults:v1beta3", 23 "id": "toolresults:v1beta3",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "toolresults", 25 "name": "toolresults",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 } 692 }
693 } 693 }
694 } 694 }
695 } 695 }
696 } 696 }
697 } 697 }
698 } 698 }
699 } 699 }
700 } 700 }
701 }, 701 },
702 "revision": "20160517", 702 "revision": "20160603",
703 "rootUrl": "https://www.googleapis.com/", 703 "rootUrl": "https://www.googleapis.com/",
704 "schemas": { 704 "schemas": {
705 "Any": { 705 "Any": {
706 "description": "`Any` contains an arbitrary serialized protocol buff er message along with a URL that describes the type of the serialized message.\n \nProtobuf library provides support to pack/unpack Any values in the form of uti lity functions or additional generated methods of the Any type.\n\nExample 1: Pa ck and unpack a message in C++.\n\nFoo foo = ...; Any any; any.PackFrom(foo); .. . if (any.UnpackTo(&foo)) { ... }\n\nExample 2: Pack and unpack a message in Jav a.\n\nFoo foo = ...; Any any = Any.pack(foo); ... if (any.is(Foo.class)) { foo = any.unpack(Foo.class); }\n\nThe pack methods provided by protobuf library will by default use 'type.googleapis.com/full.type.name' as the type URL and the unpa ck methods only use the fully qualified type name after the last '/' in the type URL, for example \"foo.bar.com/x/y.z\" will yield type name \"y.z\".\n\n\n\nJSO N ==== The JSON representation of an `Any` value uses the regular representation of the deserialized, embedded message, with an additional field `@type` which c ontains the type URL. Example:\n\npackage google.profile; message Person { strin g first_name = 1; string last_name = 2; }\n\n{ \"@type\": \"type.googleapis.com/ google.profile.Person\", \"firstName\": , \"lastName\": }\n\nIf the embedded me ssage type is well-known and has a custom JSON representation, that representati on will be embedded adding a field `value` which holds the custom JSON in additi on to the `@type` field. Example (for message [google.protobuf.Duration][]):\n\n { \"@type\": \"type.googleapis.com/google.protobuf.Duration\", \"value\": \"1.21 2s\" }", 706 "description": "`Any` contains an arbitrary serialized protocol buff er message along with a URL that describes the type of the serialized message.\n \nProtobuf library provides support to pack/unpack Any values in the form of uti lity functions or additional generated methods of the Any type.\n\nExample 1: Pa ck and unpack a message in C++.\n\nFoo foo = ...; Any any; any.PackFrom(foo); .. . if (any.UnpackTo(&foo)) { ... }\n\nExample 2: Pack and unpack a message in Jav a.\n\nFoo foo = ...; Any any = Any.pack(foo); ... if (any.is(Foo.class)) { foo = any.unpack(Foo.class); }\n\nThe pack methods provided by protobuf library will by default use 'type.googleapis.com/full.type.name' as the type URL and the unpa ck methods only use the fully qualified type name after the last '/' in the type URL, for example \"foo.bar.com/x/y.z\" will yield type name \"y.z\".\n\n\n\nJSO N ==== The JSON representation of an `Any` value uses the regular representation of the deserialized, embedded message, with an additional field `@type` which c ontains the type URL. Example:\n\npackage google.profile; message Person { strin g first_name = 1; string last_name = 2; }\n\n{ \"@type\": \"type.googleapis.com/ google.profile.Person\", \"firstName\": , \"lastName\": }\n\nIf the embedded me ssage type is well-known and has a custom JSON representation, that representati on will be embedded adding a field `value` which holds the custom JSON in additi on to the `@type` field. Example (for message [google.protobuf.Duration][]):\n\n { \"@type\": \"type.googleapis.com/google.protobuf.Duration\", \"value\": \"1.21 2s\" }",
707 "id": "Any", 707 "id": "Any",
708 "properties": { 708 "properties": {
709 "typeUrl": { 709 "typeUrl": {
710 "description": "A URL/resource name whose content describes the type of the serialized protocol buffer message.\n\nFor URLs which use the sc hema `http`, `https`, or no schema, the following restrictions and interpretatio ns apply:\n\n* If no schema is provided, `https` is assumed. * The last segment of the URL's path must represent the fully qualified name of the type (as in `pa th/google.protobuf.Duration`). The name should be in a canonical form (e.g., lea ding \".\" is not accepted). * An HTTP GET on the URL must yield a [google.proto buf.Type][] value in binary format, or produce an error. * Applications are allo wed to cache lookup results based on the URL, or have them precompiled into a bi nary to avoid any lookup. Therefore, binary compatibility needs to be preserved on changes to types. (Use versioned type names to manage breaking changes.)\n\nS chemas other than `http`, `https` (or the empty schema) might be used with imple mentation specific semantics.", 710 "description": "A URL/resource name whose content describes the type of the serialized protocol buffer message.\n\nFor URLs which use the sc heme `http`, `https`, or no scheme, the following restrictions and interpretatio ns apply:\n\n* If no scheme is provided, `https` is assumed. * The last segment of the URL's path must represent the fully qualified name of the type (as in `pa th/google.protobuf.Duration`). The name should be in a canonical form (e.g., lea ding \".\" is not accepted). * An HTTP GET on the URL must yield a [google.proto buf.Type][] value in binary format, or produce an error. * Applications are allo wed to cache lookup results based on the URL, or have them precompiled into a bi nary to avoid any lookup. Therefore, binary compatibility needs to be preserved on changes to types. (Use versioned type names to manage breaking changes.)\n\nS chemes other than `http`, `https` (or the empty scheme) might be used with imple mentation specific semantics.",
711 "type": "string" 711 "type": "string"
712 }, 712 },
713 "value": { 713 "value": {
714 "description": "Must be a valid serialized protocol buffer o f the above specified type.", 714 "description": "Must be a valid serialized protocol buffer o f the above specified type.",
715 "format": "byte", 715 "format": "byte",
716 "type": "string" 716 "type": "string"
717 } 717 }
718 }, 718 },
719 "type": "object" 719 "type": "object"
720 }, 720 },
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 "description": "The test case to which this output file belo ngs.\n\n- In response: present if set by create/update request - In create/updat e request: optional" 1407 "description": "The test case to which this output file belo ngs.\n\n- In response: present if set by create/update request - In create/updat e request: optional"
1408 } 1408 }
1409 }, 1409 },
1410 "type": "object" 1410 "type": "object"
1411 } 1411 }
1412 }, 1412 },
1413 "servicePath": "toolresults/v1beta3/projects/", 1413 "servicePath": "toolresults/v1beta3/projects/",
1414 "title": "Cloud Tool Results API", 1414 "title": "Cloud Tool Results API",
1415 "version": "v1beta3" 1415 "version": "v1beta3"
1416 } 1416 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/runtimeconfig__v1beta1.json ('k') | generated/googleapis/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698