| OLD | NEW |
| 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 }, |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "response": { | 485 "response": { |
| 486 "$ref": "Empty" | 486 "$ref": "Empty" |
| 487 }, | 487 }, |
| 488 "scopes": [ | 488 "scopes": [ |
| 489 "https://www.googleapis.com/auth/cloud-platform" | 489 "https://www.googleapis.com/auth/cloud-platform" |
| 490 ] | 490 ] |
| 491 } | 491 } |
| 492 } | 492 } |
| 493 } | 493 } |
| 494 }, | 494 }, |
| 495 "revision": "20161212", | 495 "revision": "20170119", |
| 496 "rootUrl": "https://cloudbuild.googleapis.com/", | 496 "rootUrl": "https://cloudbuild.googleapis.com/", |
| 497 "schemas": { | 497 "schemas": { |
| 498 "Status": { | 498 "Status": { |
| 499 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` which can be used for common error conditions.\n\n# Lan
guage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mes
sage is\nexposed in different client libraries and different wire protocols, it
can be\nmapped differently. For example, it will likely be mapped to some except
ions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\
n\nThe error model and the `Status` message can be used in a variety of\nenviron
ments, either with or without APIs, to provide a\nconsistent developer experienc
e across different environments.\n\nExample uses of this error model include:\n\
n- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step
may\n have a `Status` message for error reporting purpose.\n\n- Batch operati
ons. If a client uses batch request and batch response, the\n `Status` messag
e should be used directly inside batch response, one for\n each error sub-res
ponse.\n\n- Asynchronous operations. If an API call embeds asynchronous operatio
n\n results in its response, the status of those operations should be\n re
presented directly using the `Status` message.\n\n- Logging. If some API errors
are stored in logs, the message `Status` could\n be used directly after any s
tripping needed for security/privacy reasons.", | 499 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` which can be used for common error conditions.\n\n# Lan
guage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mes
sage is\nexposed in different client libraries and different wire protocols, it
can be\nmapped differently. For example, it will likely be mapped to some except
ions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\
n\nThe error model and the `Status` message can be used in a variety of\nenviron
ments, either with or without APIs, to provide a\nconsistent developer experienc
e across different environments.\n\nExample uses of this error model include:\n\
n- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step
may\n have a `Status` message for error reporting purpose.\n\n- Batch operati
ons. If a client uses batch request and batch response, the\n `Status` messag
e should be used directly inside batch response, one for\n each error sub-res
ponse.\n\n- Asynchronous operations. If an API call embeds asynchronous operatio
n\n results in its response, the status of those operations should be\n re
presented directly using the `Status` message.\n\n- Logging. If some API errors
are stored in logs, the message `Status` could\n be used directly after any s
tripping needed for security/privacy reasons.", |
| 500 "id": "Status", | 500 "id": "Status", |
| 501 "properties": { | 501 "properties": { |
| 502 "code": { | 502 "code": { |
| 503 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 503 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
| 504 "format": "int32", | 504 "format": "int32", |
| 505 "type": "integer" | 505 "type": "integer" |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 }, | 933 }, |
| 934 "type": "array" | 934 "type": "array" |
| 935 }, | 935 }, |
| 936 "args": { | 936 "args": { |
| 937 "description": "A list of arguments that will be presented t
o the step when it is started.\n\nIf the image used to run the step's container
has an entrypoint, these args\nwill be used as arguments to that entrypoint. If
the image does not define\nan entrypoint, the first element in args will be used
as the entrypoint,\nand the remainder will be used as arguments.", | 937 "description": "A list of arguments that will be presented t
o the step when it is started.\n\nIf the image used to run the step's container
has an entrypoint, these args\nwill be used as arguments to that entrypoint. If
the image does not define\nan entrypoint, the first element in args will be used
as the entrypoint,\nand the remainder will be used as arguments.", |
| 938 "items": { | 938 "items": { |
| 939 "type": "string" | 939 "type": "string" |
| 940 }, | 940 }, |
| 941 "type": "array" | 941 "type": "array" |
| 942 }, | 942 }, |
| 943 "entrypoint": { |
| 944 "description": "Optional entrypoint to be used instead of th
e build step image's default\nIf unset, the image's default will be used.", |
| 945 "type": "string" |
| 946 }, |
| 943 "name": { | 947 "name": { |
| 944 "description": "The name of the container image that will ru
n this particular build step.\n\nIf the image is already available in the host's
Docker daemon's cache, it\nwill be run directly. If not, the host will attempt
to pull the image\nfirst, using the builder service account's credentials if nec
essary.\n\nThe Docker daemon's cache will already have the latest versions of al
l of\nthe officially supported build steps\n(https://github.com/GoogleCloudPlatf
orm/cloud-builders). The Docker daemon\nwill also have cached many of the layers
for some popular images, like\n\"ubuntu\", \"debian\", but they will be refresh
ed at the time you attempt to\nuse them.\n\nIf you built an image in a previous
build step, it will be stored in the\nhost's Docker daemon's cache and is availa
ble to use as the name for a\nlater build step.", | 948 "description": "The name of the container image that will ru
n this particular build step.\n\nIf the image is already available in the host's
Docker daemon's cache, it\nwill be run directly. If not, the host will attempt
to pull the image\nfirst, using the builder service account's credentials if nec
essary.\n\nThe Docker daemon's cache will already have the latest versions of al
l of\nthe officially supported build steps\n(https://github.com/GoogleCloudPlatf
orm/cloud-builders). The Docker daemon\nwill also have cached many of the layers
for some popular images, like\n\"ubuntu\", \"debian\", but they will be refresh
ed at the time you attempt to\nuse them.\n\nIf you built an image in a previous
build step, it will be stored in the\nhost's Docker daemon's cache and is availa
ble to use as the name for a\nlater build step.", |
| 945 "type": "string" | 949 "type": "string" |
| 946 }, | 950 }, |
| 947 "dir": { | 951 "dir": { |
| 948 "description": "Working directory (relative to project sourc
e root) to use when running\nthis operation's container.", | 952 "description": "Working directory (relative to project sourc
e root) to use when running\nthis operation's container.", |
| 949 "type": "string" | 953 "type": "string" |
| 950 } | 954 } |
| 951 }, | 955 }, |
| 952 "type": "object" | 956 "type": "object" |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 "type": "array" | 1011 "type": "array" |
| 1008 } | 1012 } |
| 1009 }, | 1013 }, |
| 1010 "type": "object" | 1014 "type": "object" |
| 1011 } | 1015 } |
| 1012 }, | 1016 }, |
| 1013 "servicePath": "", | 1017 "servicePath": "", |
| 1014 "title": "Google Cloud Container Builder API", | 1018 "title": "Google Cloud Container Builder API", |
| 1015 "version": "v1" | 1019 "version": "v1" |
| 1016 } | 1020 } |
| OLD | NEW |