Index: discovery/googleapis/streetviewpublish__v1.json |
diff --git a/discovery/googleapis/streetviewpublish__v1.json b/discovery/googleapis/streetviewpublish__v1.json |
index ed63414143d206ac141a921cfb91d7309cc11eb7..10d794b620bf45f5611fc89f783215f01c1a43e2 100644 |
--- a/discovery/googleapis/streetviewpublish__v1.json |
+++ b/discovery/googleapis/streetviewpublish__v1.json |
@@ -46,18 +46,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
- "location": "query", |
- "type": "string" |
- }, |
"uploadType": { |
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
- "callback": { |
- "description": "JSONP", |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
@@ -74,6 +69,11 @@ |
"location": "query", |
"type": "string" |
}, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -90,13 +90,13 @@ |
"location": "query", |
"type": "string" |
}, |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "access_token": { |
+ "description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
- "access_token": { |
- "description": "OAuth access token.", |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
"location": "query", |
"type": "string" |
}, |
@@ -116,6 +116,29 @@ |
"resources": { |
"photo": { |
"methods": { |
+ "delete": { |
+ "description": "Deletes a Photo and its metadata.\n\nThis method returns the following error codes:\n\n* google.rpc.Code.PERMISSION_DENIED if the requesting user did not\ncreate the requested photo.\n* google.rpc.Code.NOT_FOUND if the photo ID does not exist.", |
+ "httpMethod": "DELETE", |
+ "id": "streetviewpublish.photo.delete", |
+ "parameterOrder": [ |
+ "photoId" |
+ ], |
+ "parameters": { |
+ "photoId": { |
+ "description": "Required. ID of the Photo.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/photo/{photoId}", |
+ "response": { |
+ "$ref": "Empty" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/streetviewpublish" |
+ ] |
+ }, |
"get": { |
"description": "Gets the metadata of the specified\nPhoto.\n\nThis method returns the following error codes:\n\n* google.rpc.Code.PERMISSION_DENIED if the requesting user did not\ncreate the requested Photo.\n* google.rpc.Code.NOT_FOUND if the requested\nPhoto does not exist.", |
"httpMethod": "GET", |
@@ -124,6 +147,12 @@ |
"photoId" |
], |
"parameters": { |
+ "photoId": { |
+ "description": "Required. ID of the Photo.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
"view": { |
"description": "Specifies if a download URL for the photo bytes should be returned in the\nPhoto response.", |
"enum": [ |
@@ -132,12 +161,6 @@ |
], |
"location": "query", |
"type": "string" |
- }, |
- "photoId": { |
- "description": "Required. ID of the Photo.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
} |
}, |
"path": "v1/photo/{photoId}", |
@@ -149,24 +172,24 @@ |
] |
}, |
"update": { |
- "description": "Updates the metadata of a Photo, such\nas pose, place association, connections, etc. Changing the pixels of a\nphoto is not supported.\n\nThis method returns the following error codes:\n\n* google.rpc.Code.PERMISSION_DENIED if the requesting user did not\ncreate the requested photo.\n* google.rpc.Code.INVALID_ARGUMENT if the request is malformed.\n* google.rpc.Code.NOT_FOUND if the requested photo does not exist.", |
+ "description": "Updates the metadata of a Photo, such\nas pose, place association, connections, etc. Changing the pixels of a\nphoto is not supported.\n\nOnly the fields specified in\nupdateMask\nfield are used. If `updateMask` is not present, the update applies to all\nfields.\n\n<aside class=\"note\"><b>Note:</b> To update\nPose.altitude,\nPose.latLngPair has to be\nfilled as well. Otherwise, the request will fail.</aside>\n\nThis method returns the following error codes:\n\n* google.rpc.Code.PERMISSION_DENIED if the requesting user did not\ncreate the requested photo.\n* google.rpc.Code.INVALID_ARGUMENT if the request is malformed.\n* google.rpc.Code.NOT_FOUND if the requested photo does not exist.", |
"httpMethod": "PUT", |
"id": "streetviewpublish.photo.update", |
"parameterOrder": [ |
"id" |
], |
"parameters": { |
- "updateMask": { |
- "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo metadata will be entirely replaced with the\nnew Photo metadata in this request. The update fails if invalid fields are\nspecified. Multiple fields can be specified in a comma-delimited list.\n\nThe following fields are valid:\n\n* `pose.heading`\n* `pose.latlngpair`\n* `pose.pitch`\n* `pose.roll`\n* `pose.level`\n* `pose.altitude`\n* `connections`\n* `places`\n\n\n<aside class=\"note\"><b>Note:</b> Repeated fields in\nupdateMask\nmean the entire set of repeated values will be replaced with the new\ncontents. For example, if\nupdateMask\ncontains `connections` and\ngoogle.streetview.publish.v1.UpdatePhotoRequest.photo.connections is\nempty, all connections will be removed.</aside>", |
- "format": "google-fieldmask", |
- "location": "query", |
- "type": "string" |
- }, |
"id": { |
- "description": "Required. A base64 encoded identifier.", |
+ "description": "Required. A unique identifier for a photo.", |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "updateMask": { |
+ "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo metadata will be entirely replaced with the\nnew Photo metadata in this request. The update fails if invalid fields are\nspecified. Multiple fields can be specified in a comma-delimited list.\n\nThe following fields are valid:\n\n* `pose.heading`\n* `pose.latLngPair`\n* `pose.pitch`\n* `pose.roll`\n* `pose.level`\n* `pose.altitude`\n* `connections`\n* `places`\n\n\n<aside class=\"note\"><b>Note:</b> Repeated fields in\nupdateMask\nmean the entire set of repeated values will be replaced with the new\ncontents. For example, if\nupdateMask\ncontains `connections` and `UpdatePhotoRequest.photo.connections` is empty,\nall connections will be removed.</aside>", |
+ "format": "google-fieldmask", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v1/photo/{id}", |
@@ -213,36 +236,43 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/streetviewpublish" |
] |
- }, |
- "delete": { |
- "description": "Deletes a Photo and its metadata.\n\nThis method returns the following error codes:\n\n* google.rpc.Code.PERMISSION_DENIED if the requesting user did not\ncreate the requested photo.\n* google.rpc.Code.NOT_FOUND if the photo ID does not exist.", |
- "httpMethod": "DELETE", |
- "id": "streetviewpublish.photo.delete", |
- "parameterOrder": [ |
- "photoId" |
- ], |
+ } |
+ } |
+ }, |
+ "photos": { |
+ "methods": { |
+ "batchGet": { |
+ "description": "Gets the metadata of the specified\nPhoto batch.\n\nNote that if\nBatchGetPhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchGetPhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchGetPhotosResponse.results.\nSee\nGetPhoto\nfor specific failures that can occur per photo.", |
+ "httpMethod": "GET", |
+ "id": "streetviewpublish.photos.batchGet", |
+ "parameterOrder": [], |
"parameters": { |
- "photoId": { |
- "description": "Required. ID of the Photo.", |
- "location": "path", |
- "required": true, |
+ "photoIds": { |
+ "description": "Required. IDs of the Photos. For HTTP\nGET requests, the URL query parameter should be\n`photoIds=<id1>&photoIds=<id2>&...`.", |
+ "location": "query", |
+ "repeated": true, |
+ "type": "string" |
+ }, |
+ "view": { |
+ "description": "Specifies if a download URL for the photo bytes should be returned in the\nPhoto response.", |
+ "enum": [ |
+ "BASIC", |
+ "INCLUDE_DOWNLOAD_URL" |
+ ], |
+ "location": "query", |
"type": "string" |
} |
}, |
- "path": "v1/photo/{photoId}", |
+ "path": "v1/photos:batchGet", |
"response": { |
- "$ref": "Empty" |
+ "$ref": "BatchGetPhotosResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/streetviewpublish" |
] |
- } |
- } |
- }, |
- "photos": { |
- "methods": { |
+ }, |
"list": { |
- "description": "Lists all the Photos that belong to the user.", |
+ "description": "Lists all the Photos that belong to\nthe user.", |
"httpMethod": "GET", |
"id": "streetviewpublish.photos.list", |
"parameterOrder": [], |
@@ -281,25 +311,8 @@ |
"https://www.googleapis.com/auth/streetviewpublish" |
] |
}, |
- "batchDelete": { |
- "description": "Deletes a list of Photos and their metadata.\n\nNote that if\nBatchDeletePhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchDeletePhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchDeletePhotosResponse.results.\nSee\nDeletePhoto\nfor specific failures that can occur per photo.", |
- "httpMethod": "POST", |
- "id": "streetviewpublish.photos.batchDelete", |
- "parameterOrder": [], |
- "parameters": {}, |
- "path": "v1/photos:batchDelete", |
- "request": { |
- "$ref": "BatchDeletePhotosRequest" |
- }, |
- "response": { |
- "$ref": "BatchDeletePhotosResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/streetviewpublish" |
- ] |
- }, |
"batchUpdate": { |
- "description": "Updates the metadata of Photos, such\nas pose, place association, connections, etc. Changing the pixels of photos\nis not supported.\n\nNote that if\nBatchUpdatePhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchUpdatePhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchUpdatePhotosResponse.results.\nSee\nUpdatePhoto\nfor specific failures that can occur per photo.", |
+ "description": "Updates the metadata of Photos, such\nas pose, place association, connections, etc. Changing the pixels of photos\nis not supported.\n\nNote that if\nBatchUpdatePhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchUpdatePhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchUpdatePhotosResponse.results.\nSee\nUpdatePhoto\nfor specific failures that can occur per photo.\n\nOnly the fields specified in\nupdateMask\nfield are used. If `updateMask` is not present, the update applies to all\nfields.\n\n<aside class=\"note\"><b>Note:</b> To update\nPose.altitude,\nPose.latLngPair has to be\nfilled as well. Otherwise, the request will fail.</aside>", |
"httpMethod": "POST", |
"id": "streetviewpublish.photos.batchUpdate", |
"parameterOrder": [], |
@@ -315,31 +328,18 @@ |
"https://www.googleapis.com/auth/streetviewpublish" |
] |
}, |
- "batchGet": { |
- "description": "Gets the metadata of the specified\nPhoto batch.\n\nNote that if\nBatchGetPhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchGetPhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchGetPhotosResponse.results.\nSee\nGetPhoto\nfor specific failures that can occur per photo.", |
- "httpMethod": "GET", |
- "id": "streetviewpublish.photos.batchGet", |
+ "batchDelete": { |
+ "description": "Deletes a list of Photos and their\nmetadata.\n\nNote that if\nBatchDeletePhotos\nfails, either critical fields are missing or there was an authentication\nerror. Even if\nBatchDeletePhotos\nsucceeds, there may have been failures for single photos in the batch.\nThese failures will be specified in each\nPhotoResponse.status\nin\nBatchDeletePhotosResponse.results.\nSee\nDeletePhoto\nfor specific failures that can occur per photo.", |
+ "httpMethod": "POST", |
+ "id": "streetviewpublish.photos.batchDelete", |
"parameterOrder": [], |
- "parameters": { |
- "view": { |
- "description": "Specifies if a download URL for the photo bytes should be returned in the\nPhoto response.", |
- "enum": [ |
- "BASIC", |
- "INCLUDE_DOWNLOAD_URL" |
- ], |
- "location": "query", |
- "type": "string" |
- }, |
- "photoIds": { |
- "description": "Required. IDs of the Photos. For HTTP\nGET requests, the URL query parameter should be\n`photoIds=<id1>&photoIds=<id2>&...`.", |
- "location": "query", |
- "repeated": true, |
- "type": "string" |
- } |
+ "parameters": {}, |
+ "path": "v1/photos:batchDelete", |
+ "request": { |
+ "$ref": "BatchDeletePhotosRequest" |
}, |
- "path": "v1/photos:batchGet", |
"response": { |
- "$ref": "BatchGetPhotosResponse" |
+ "$ref": "BatchDeletePhotosResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/streetviewpublish" |
@@ -348,21 +348,16 @@ |
} |
} |
}, |
- "revision": "20170722", |
+ "revision": "20170907", |
"rootUrl": "https://streetviewpublish.googleapis.com/", |
"schemas": { |
- "UpdatePhotoRequest": { |
- "description": "Request to update the metadata of a\nPhoto. Updating the pixels of a photo\nis not supported.", |
- "id": "UpdatePhotoRequest", |
+ "PhotoId": { |
+ "description": "Identifier for a Photo.", |
+ "id": "PhotoId", |
"properties": { |
- "updateMask": { |
- "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo metadata will be entirely replaced with the\nnew Photo metadata in this request. The update fails if invalid fields are\nspecified. Multiple fields can be specified in a comma-delimited list.\n\nThe following fields are valid:\n\n* `pose.heading`\n* `pose.latlngpair`\n* `pose.pitch`\n* `pose.roll`\n* `pose.level`\n* `pose.altitude`\n* `connections`\n* `places`\n\n\n<aside class=\"note\"><b>Note:</b> Repeated fields in\nupdateMask\nmean the entire set of repeated values will be replaced with the new\ncontents. For example, if\nupdateMask\ncontains `connections` and\ngoogle.streetview.publish.v1.UpdatePhotoRequest.photo.connections is\nempty, all connections will be removed.</aside>", |
- "format": "google-fieldmask", |
+ "id": { |
+ "description": "Required. A unique identifier for a photo.", |
"type": "string" |
- }, |
- "photo": { |
- "$ref": "Photo", |
- "description": "Required. Photo object containing the\nnew metadata. Only the fields specified in\nupdateMask\nfield are used. If `updateMask` is not present, the update applies to all\nfields. <aside class=\"note\"><b>Note:</b> To update\nPose.altitude,\nPose.latLngPair has to be\nfilled as well. Otherwise, the request will fail." |
} |
}, |
"type": "object" |
@@ -371,19 +366,6 @@ |
"description": "Raw pose measurement for an entity.", |
"id": "Pose", |
"properties": { |
- "latLngPair": { |
- "$ref": "LatLng", |
- "description": "Latitude and longitude pair of the pose, as explained here:\nhttps://cloud.google.com/datastore/docs/reference/rest/Shared.Types/LatLng\nWhen creating a Photo, if the\nlatitude and longitude pair are not provided here, the geolocation from the\nexif header will be used. If the latitude and longitude pair is not\nprovided and cannot be found in the exif header, the create photo process\nwill fail." |
- }, |
- "roll": { |
- "description": "Roll, measured in degrees. Value must be >= 0 and <360. A value of 0\nmeans level with the horizon.\nNaN indicates an unmeasured quantity.", |
- "format": "double", |
- "type": "number" |
- }, |
- "level": { |
- "$ref": "Level", |
- "description": "Level (the floor in a building) used to configure vertical navigation." |
- }, |
"heading": { |
"description": "Compass heading, measured at the center of the photo in degrees clockwise\nfrom North. Value must be >=0 and <360.\nNaN indicates an unmeasured quantity.", |
"format": "double", |
@@ -398,17 +380,19 @@ |
"description": "Pitch, measured at the center of the photo in degrees. Value must be >=-90\nand <= 90. A value of -90 means looking directly down, and a value of 90\nmeans looking directly up.\nNaN indicates an unmeasured quantity.", |
"format": "double", |
"type": "number" |
- } |
- }, |
- "type": "object" |
- }, |
- "PhotoId": { |
- "description": "Identifier for a Photo.", |
- "id": "PhotoId", |
- "properties": { |
- "id": { |
- "description": "Required. A base64 encoded identifier.", |
- "type": "string" |
+ }, |
+ "latLngPair": { |
+ "$ref": "LatLng", |
+ "description": "Latitude and longitude pair of the pose, as explained here:\nhttps://cloud.google.com/datastore/docs/reference/rest/Shared.Types/LatLng\nWhen creating a Photo, if the\nlatitude and longitude pair are not provided here, the geolocation from the\nexif header will be used. If the latitude and longitude pair is not\nprovided and cannot be found in the exif header, the create photo process\nwill fail." |
+ }, |
+ "roll": { |
+ "description": "Roll, measured in degrees. Value must be >= 0 and <360. A value of 0\nmeans level with the horizon.\nNaN indicates an unmeasured quantity.", |
+ "format": "double", |
+ "type": "number" |
+ }, |
+ "level": { |
+ "$ref": "Level", |
+ "description": "Level (the floor in a building) used to configure vertical navigation." |
} |
}, |
"type": "object" |
@@ -449,18 +433,36 @@ |
"description": "Photo is used to store 360 photos along with photo metadata.", |
"id": "Photo", |
"properties": { |
+ "downloadUrl": { |
+ "description": "Output only. The download URL for the photo bytes. This field is set only\nwhen\nGetPhotoRequest.view\nis set to\nPhotoView.INCLUDE_DOWNLOAD_URL.", |
+ "type": "string" |
+ }, |
+ "connections": { |
+ "description": "Connections to other photos. A connection represents the link from this\nphoto to another photo.", |
+ "items": { |
+ "$ref": "Connection" |
+ }, |
+ "type": "array" |
+ }, |
+ "places": { |
+ "description": "Places where this photo belongs.", |
+ "items": { |
+ "$ref": "Place" |
+ }, |
+ "type": "array" |
+ }, |
"pose": { |
"$ref": "Pose", |
"description": "Pose of the photo." |
}, |
- "uploadReference": { |
- "$ref": "UploadRef", |
- "description": "Required when creating photo. Input only. The resource URL where the photo\nbytes are uploaded to." |
- }, |
"photoId": { |
"$ref": "PhotoId", |
"description": "Required when updating photo. Output only when creating photo.\nIdentifier for the photo, which is unique among all photos in\nGoogle." |
}, |
+ "uploadReference": { |
+ "$ref": "UploadRef", |
+ "description": "Required when creating photo. Input only. The resource URL where the photo\nbytes are uploaded to." |
+ }, |
"shareLink": { |
"description": "Output only. The share link for the photo.", |
"type": "string" |
@@ -478,24 +480,6 @@ |
"description": "Output only. View count of the photo.", |
"format": "int64", |
"type": "string" |
- }, |
- "downloadUrl": { |
- "description": "Output only. The download URL for the photo bytes. This field is set only\nwhen\nGetPhotoRequest.view\nis set to\nPhotoView.INCLUDE_DOWNLOAD_URL.", |
- "type": "string" |
- }, |
- "connections": { |
- "description": "Connections to other photos. A connection represents the link from this\nphoto to another photo.", |
- "items": { |
- "$ref": "Connection" |
- }, |
- "type": "array" |
- }, |
- "places": { |
- "description": "Places where this photo belongs.", |
- "items": { |
- "$ref": "Place" |
- }, |
- "type": "array" |
} |
}, |
"type": "object" |
@@ -540,24 +524,14 @@ |
}, |
"type": "object" |
}, |
- "BatchDeletePhotosResponse": { |
- "description": "Response to batch delete of one or more\nPhotos.", |
- "id": "BatchDeletePhotosResponse", |
- "properties": { |
- "status": { |
- "description": "The status for the operation to delete a single\nPhoto in the batch request.", |
- "items": { |
- "$ref": "Status" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
"Status": { |
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should 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 that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\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\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language 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` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\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\nenvironments, either with or without APIs, to provide a\nconsistent developer experience 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.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented 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 stripping needed for security/privacy reasons.", |
"id": "Status", |
"properties": { |
+ "message": { |
+ "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", |
+ "type": "string" |
+ }, |
"details": { |
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use.", |
"items": { |
@@ -573,18 +547,22 @@ |
"description": "The status code, which should be an enum value of google.rpc.Code.", |
"format": "int32", |
"type": "integer" |
- }, |
- "message": { |
- "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", |
- "type": "string" |
} |
}, |
"type": "object" |
}, |
- "Empty": { |
- "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
- "id": "Empty", |
- "properties": {}, |
+ "BatchDeletePhotosResponse": { |
+ "description": "Response to batch delete of one or more\nPhotos.", |
+ "id": "BatchDeletePhotosResponse", |
+ "properties": { |
+ "status": { |
+ "description": "The status for the operation to delete a single\nPhoto in the batch request.", |
+ "items": { |
+ "$ref": "Status" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
"type": "object" |
}, |
"Level": { |
@@ -603,13 +581,22 @@ |
}, |
"type": "object" |
}, |
- "UploadRef": { |
- "description": "Upload reference for media files.", |
- "id": "UploadRef", |
+ "Empty": { |
+ "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
+ "id": "Empty", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
+ "BatchGetPhotosResponse": { |
+ "description": "Response to batch get of Photos.", |
+ "id": "BatchGetPhotosResponse", |
"properties": { |
- "uploadUrl": { |
- "description": "Required. An upload reference should be unique for each user. It follows\nthe form:\n\"https://streetviewpublish.googleapis.com/media/user/{account_id}/photo/{upload_reference}\"", |
- "type": "string" |
+ "results": { |
+ "description": "List of results for each individual\nPhoto requested, in the same order as\nthe requests in\nBatchGetPhotos.", |
+ "items": { |
+ "$ref": "PhotoResponse" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -625,16 +612,30 @@ |
}, |
"type": "object" |
}, |
- "BatchGetPhotosResponse": { |
- "description": "Response to batch get of Photos.", |
- "id": "BatchGetPhotosResponse", |
+ "UploadRef": { |
+ "description": "Upload reference for media files.", |
+ "id": "UploadRef", |
"properties": { |
- "results": { |
- "description": "List of results for each individual\nPhoto requested, in the same order as\nthe requests in\nBatchGetPhotos.", |
- "items": { |
- "$ref": "PhotoResponse" |
- }, |
- "type": "array" |
+ "uploadUrl": { |
+ "description": "Required. An upload reference should be unique for each user. It follows\nthe form:\n\"https://streetviewpublish.googleapis.com/media/user/{account_id}/photo/{upload_reference}\"", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "LatLng": { |
+ "description": "An object representing a latitude/longitude pair. This is expressed as a pair\nof doubles representing degrees latitude and degrees longitude. Unless\nspecified otherwise, this must conform to the\n<a href=\"http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf\">WGS84\nstandard</a>. Values must be within normalized ranges.\n\nExample of normalization code in Python:\n\n def NormalizeLongitude(longitude):\n \"\"\"Wraps decimal degrees longitude to [-180.0, 180.0].\"\"\"\n q, r = divmod(longitude, 360.0)\n if r > 180.0 or (r == 180.0 and q <= -1.0):\n return r - 360.0\n return r\n\n def NormalizeLatLng(latitude, longitude):\n \"\"\"Wraps decimal degrees latitude and longitude to\n [-90.0, 90.0] and [-180.0, 180.0], respectively.\"\"\"\n r = latitude % 360.0\n if r <= 90.0:\n return r, NormalizeLongitude(longitude)\n elif r >= 270.0:\n return r - 360, NormalizeLongitude(longitude)\n else:\n return 180 - r, NormalizeLongitude(longitude + 180.0)\n\n assert 180.0 == NormalizeLongitude(180.0)\n assert -180.0 == NormalizeLongitude(-180.0)\n assert -179.0 == NormalizeLongitude(181.0)\n assert (0.0, 0.0) == NormalizeLatLng(360.0, 0.0)\n assert (0.0, 0.0) == NormalizeLatLng(-360.0, 0.0)\n assert (85.0, 180.0) == NormalizeLatLng(95.0, 0.0)\n assert (-85.0, -170.0) == NormalizeLatLng(-95.0, 10.0)\n assert (90.0, 10.0) == NormalizeLatLng(90.0, 10.0)\n assert (-90.0, -10.0) == NormalizeLatLng(-90.0, -10.0)\n assert (0.0, -170.0) == NormalizeLatLng(-180.0, 10.0)\n assert (0.0, -170.0) == NormalizeLatLng(180.0, 10.0)\n assert (-90.0, 10.0) == NormalizeLatLng(270.0, 10.0)\n assert (90.0, 10.0) == NormalizeLatLng(-270.0, 10.0)", |
+ "id": "LatLng", |
+ "properties": { |
+ "latitude": { |
+ "description": "The latitude in degrees. It must be in the range [-90.0, +90.0].", |
+ "format": "double", |
+ "type": "number" |
+ }, |
+ "longitude": { |
+ "description": "The longitude in degrees. It must be in the range [-180.0, +180.0].", |
+ "format": "double", |
+ "type": "number" |
} |
}, |
"type": "object" |
@@ -653,19 +654,18 @@ |
}, |
"type": "object" |
}, |
- "LatLng": { |
- "description": "An object representing a latitude/longitude pair. This is expressed as a pair\nof doubles representing degrees latitude and degrees longitude. Unless\nspecified otherwise, this must conform to the\n<a href=\"http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf\">WGS84\nstandard</a>. Values must be within normalized ranges.\n\nExample of normalization code in Python:\n\n def NormalizeLongitude(longitude):\n \"\"\"Wraps decimal degrees longitude to [-180.0, 180.0].\"\"\"\n q, r = divmod(longitude, 360.0)\n if r > 180.0 or (r == 180.0 and q <= -1.0):\n return r - 360.0\n return r\n\n def NormalizeLatLng(latitude, longitude):\n \"\"\"Wraps decimal degrees latitude and longitude to\n [-90.0, 90.0] and [-180.0, 180.0], respectively.\"\"\"\n r = latitude % 360.0\n if r <= 90.0:\n return r, NormalizeLongitude(longitude)\n elif r >= 270.0:\n return r - 360, NormalizeLongitude(longitude)\n else:\n return 180 - r, NormalizeLongitude(longitude + 180.0)\n\n assert 180.0 == NormalizeLongitude(180.0)\n assert -180.0 == NormalizeLongitude(-180.0)\n assert -179.0 == NormalizeLongitude(181.0)\n assert (0.0, 0.0) == NormalizeLatLng(360.0, 0.0)\n assert (0.0, 0.0) == NormalizeLatLng(-360.0, 0.0)\n assert (85.0, 180.0) == NormalizeLatLng(95.0, 0.0)\n assert (-85.0, -170.0) == NormalizeLatLng(-95.0, 10.0)\n assert (90.0, 10.0) == NormalizeLatLng(90.0, 10.0)\n assert (-90.0, -10.0) == NormalizeLatLng(-90.0, -10.0)\n assert (0.0, -170.0) == NormalizeLatLng(-180.0, 10.0)\n assert (0.0, -170.0) == NormalizeLatLng(180.0, 10.0)\n assert (-90.0, 10.0) == NormalizeLatLng(270.0, 10.0)\n assert (90.0, 10.0) == NormalizeLatLng(-270.0, 10.0)", |
- "id": "LatLng", |
+ "UpdatePhotoRequest": { |
+ "description": "Request to update the metadata of a\nPhoto. Updating the pixels of a photo\nis not supported.", |
+ "id": "UpdatePhotoRequest", |
"properties": { |
- "latitude": { |
- "description": "The latitude in degrees. It must be in the range [-90.0, +90.0].", |
- "format": "double", |
- "type": "number" |
+ "photo": { |
+ "$ref": "Photo", |
+ "description": "Required. Photo object containing the\nnew metadata." |
}, |
- "longitude": { |
- "description": "The longitude in degrees. It must be in the range [-180.0, +180.0].", |
- "format": "double", |
- "type": "number" |
+ "updateMask": { |
+ "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo metadata will be entirely replaced with the\nnew Photo metadata in this request. The update fails if invalid fields are\nspecified. Multiple fields can be specified in a comma-delimited list.\n\nThe following fields are valid:\n\n* `pose.heading`\n* `pose.latLngPair`\n* `pose.pitch`\n* `pose.roll`\n* `pose.level`\n* `pose.altitude`\n* `connections`\n* `places`\n\n\n<aside class=\"note\"><b>Note:</b> Repeated fields in\nupdateMask\nmean the entire set of repeated values will be replaced with the new\ncontents. For example, if\nupdateMask\ncontains `connections` and `UpdatePhotoRequest.photo.connections` is empty,\nall connections will be removed.</aside>", |
+ "format": "google-fieldmask", |
+ "type": "string" |
} |
}, |
"type": "object" |