Api-roll 62: 2018-05-04 (#49)

diff --git a/discovery/googleapis/streetviewpublish__v1.json b/discovery/googleapis/streetviewpublish__v1.json
index 0d6da7a..5f8bcfb 100644
--- a/discovery/googleapis/streetviewpublish__v1.json
+++ b/discovery/googleapis/streetviewpublish__v1.json
@@ -25,71 +25,6 @@
     "ownerDomain": "google.com",
     "ownerName": "Google",
     "parameters": {
-        "callback": {
-            "description": "JSONP",
-            "location": "query",
-            "type": "string"
-        },
-        "$.xgafv": {
-            "description": "V1 error format.",
-            "enum": [
-                "1",
-                "2"
-            ],
-            "enumDescriptions": [
-                "v1 error format",
-                "v2 error format"
-            ],
-            "location": "query",
-            "type": "string"
-        },
-        "alt": {
-            "default": "json",
-            "description": "Data format for response.",
-            "enum": [
-                "json",
-                "media",
-                "proto"
-            ],
-            "enumDescriptions": [
-                "Responses with Content-Type of application/json",
-                "Media download with context-dependent Content-Type",
-                "Responses with Content-Type of application/x-protobuf"
-            ],
-            "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.",
-            "location": "query",
-            "type": "string"
-        },
-        "access_token": {
-            "description": "OAuth access token.",
-            "location": "query",
-            "type": "string"
-        },
-        "quotaUser": {
-            "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
-            "location": "query",
-            "type": "string"
-        },
-        "pp": {
-            "default": "true",
-            "description": "Pretty-print response.",
-            "location": "query",
-            "type": "boolean"
-        },
-        "bearer_token": {
-            "description": "OAuth bearer token.",
-            "location": "query",
-            "type": "string"
-        },
-        "oauth_token": {
-            "description": "OAuth 2.0 token for the current user.",
-            "location": "query",
-            "type": "string"
-        },
         "upload_protocol": {
             "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
             "location": "query",
@@ -110,48 +45,88 @@
             "description": "Selector specifying which fields to include in a partial response.",
             "location": "query",
             "type": "string"
+        },
+        "$.xgafv": {
+            "description": "V1 error format.",
+            "enum": [
+                "1",
+                "2"
+            ],
+            "enumDescriptions": [
+                "v1 error format",
+                "v2 error format"
+            ],
+            "location": "query",
+            "type": "string"
+        },
+        "callback": {
+            "description": "JSONP",
+            "location": "query",
+            "type": "string"
+        },
+        "alt": {
+            "default": "json",
+            "description": "Data format for response.",
+            "enum": [
+                "json",
+                "media",
+                "proto"
+            ],
+            "enumDescriptions": [
+                "Responses with Content-Type of application/json",
+                "Media download with context-dependent Content-Type",
+                "Responses with Content-Type of application/x-protobuf"
+            ],
+            "location": "query",
+            "type": "string"
+        },
+        "access_token": {
+            "description": "OAuth access token.",
+            "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.",
+            "location": "query",
+            "type": "string"
+        },
+        "quotaUser": {
+            "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
+            "location": "query",
+            "type": "string"
+        },
+        "pp": {
+            "default": "true",
+            "description": "Pretty-print response.",
+            "location": "query",
+            "type": "boolean"
+        },
+        "oauth_token": {
+            "description": "OAuth 2.0 token for the current user.",
+            "location": "query",
+            "type": "string"
+        },
+        "bearer_token": {
+            "description": "OAuth bearer token.",
+            "location": "query",
+            "type": "string"
         }
     },
     "protocol": "rest",
     "resources": {
         "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": {
-                        "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/photos:batchGet",
-                    "response": {
-                        "$ref": "BatchGetPhotosResponse"
-                    },
-                    "scopes": [
-                        "https://www.googleapis.com/auth/streetviewpublish"
-                    ]
-                },
                 "list": {
                     "description": "Lists all the Photos that belong to\nthe user.\n\n<aside class=\"note\"><b>Note:</b> Recently created photos that are still\nbeing indexed are not returned in the response.</aside>",
                     "httpMethod": "GET",
                     "id": "streetviewpublish.photos.list",
                     "parameterOrder": [],
                     "parameters": {
+                        "filter": {
+                            "description": "The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`.\n\nThe only filter supported at the moment is `placeId`.",
+                            "location": "query",
+                            "type": "string"
+                        },
                         "pageToken": {
                             "description": "The\nnextPageToken\nvalue returned from a previous\nListPhotos\nrequest, if any.",
                             "location": "query",
@@ -171,11 +146,6 @@
                             ],
                             "location": "query",
                             "type": "string"
-                        },
-                        "filter": {
-                            "description": "The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`.\n\nThe only filter supported at the moment is `placeId`.",
-                            "location": "query",
-                            "type": "string"
                         }
                     },
                     "path": "v1/photos",
@@ -219,6 +189,36 @@
                     "scopes": [
                         "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",
+                    "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"
+                        }
+                    },
+                    "path": "v1/photos:batchGet",
+                    "response": {
+                        "$ref": "BatchGetPhotosResponse"
+                    },
+                    "scopes": [
+                        "https://www.googleapis.com/auth/streetviewpublish"
+                    ]
                 }
             }
         },
@@ -348,9 +348,114 @@
             }
         }
     },
-    "revision": "20180215",
+    "revision": "20180531",
     "rootUrl": "https://streetviewpublish.googleapis.com/",
     "schemas": {
+        "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"
+        },
+        "Level": {
+            "description": "Level information containing level number and its corresponding name.",
+            "id": "Level",
+            "properties": {
+                "number": {
+                    "description": "Floor number, used for ordering. 0 indicates the ground level, 1 indicates\nthe first level above ground level, -1 indicates the first level under\nground level. Non-integer values are OK.",
+                    "format": "double",
+                    "type": "number"
+                },
+                "name": {
+                    "description": "Required. A name assigned to this Level, restricted to 3 characters.\nConsider how the elevator buttons would be labeled for this level if there\nwas an elevator.",
+                    "type": "string"
+                }
+            },
+            "type": "object"
+        },
+        "BatchGetPhotosResponse": {
+            "description": "Response to batch get of Photos.",
+            "id": "BatchGetPhotosResponse",
+            "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"
+                }
+            },
+            "type": "object"
+        },
+        "UploadRef": {
+            "description": "Upload reference for media files.",
+            "id": "UploadRef",
+            "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"
+                }
+            },
+            "type": "object"
+        },
+        "Place": {
+            "description": "Place metadata for an entity.",
+            "id": "Place",
+            "properties": {
+                "placeId": {
+                    "description": "Place identifier, as described in\nhttps://developers.google.com/places/place-id.",
+                    "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.",
+            "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"
+        },
+        "BatchDeletePhotosRequest": {
+            "description": "Request to delete multiple Photos.",
+            "id": "BatchDeletePhotosRequest",
+            "properties": {
+                "photoIds": {
+                    "description": "Required. IDs of the Photos. For HTTP\nGET requests, the URL query parameter should be\n`photoIds=<id1>&photoIds=<id2>&...`.",
+                    "items": {
+                        "type": "string"
+                    },
+                    "type": "array"
+                }
+            },
+            "type": "object"
+        },
+        "UpdatePhotoRequest": {
+            "description": "Request to update the metadata of a\nPhoto. Updating the pixels of a photo\nis not supported.",
+            "id": "UpdatePhotoRequest",
+            "properties": {
+                "updateMask": {
+                    "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo\nmetadata will be entirely replaced with the\nnew Photo metadata in this request.\nThe update fails if invalid fields are specified. Multiple fields can be\nspecified 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"
+                },
+                "photo": {
+                    "$ref": "Photo",
+                    "description": "Required. Photo object containing the\nnew metadata."
+                }
+            },
+            "type": "object"
+        },
         "PhotoId": {
             "description": "Identifier for a Photo.",
             "id": "PhotoId",
@@ -366,20 +471,6 @@
             "description": "Raw pose measurement for an entity.",
             "id": "Pose",
             "properties": {
-                "altitude": {
-                    "description": "Altitude of the pose in meters above WGS84 ellipsoid.\nNaN indicates an unmeasured quantity.",
-                    "format": "double",
-                    "type": "number"
-                },
-                "pitch": {
-                    "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"
-                },
-                "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",
@@ -393,6 +484,20 @@
                     "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",
                     "type": "number"
+                },
+                "altitude": {
+                    "description": "Altitude of the pose in meters above WGS84 ellipsoid.\nNaN indicates an unmeasured quantity.",
+                    "format": "double",
+                    "type": "number"
+                },
+                "pitch": {
+                    "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"
+                },
+                "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."
                 }
             },
             "type": "object"
@@ -433,15 +538,15 @@
             "description": "Photo is used to store 360 photos along with photo metadata.",
             "id": "Photo",
             "properties": {
+                "thumbnailUrl": {
+                    "description": "Output only. The thumbnail URL for showing a preview of the given photo.",
+                    "type": "string"
+                },
                 "captureTime": {
                     "description": "Absolute time when the photo was captured.\nWhen the photo has no exif timestamp, this is used to set a timestamp in\nthe photo metadata.",
                     "format": "google-datetime",
                     "type": "string"
                 },
-                "thumbnailUrl": {
-                    "description": "Output only. The thumbnail URL for showing a preview of the given photo.",
-                    "type": "string"
-                },
                 "viewCount": {
                     "description": "Output only. View count of the photo.",
                     "format": "int64",
@@ -451,13 +556,6 @@
                     "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": {
@@ -465,18 +563,25 @@
                     },
                     "type": "array"
                 },
+                "connections": {
+                    "description": "Connections to other photos. A connection represents the link from this\nphoto to another photo.",
+                    "items": {
+                        "$ref": "Connection"
+                    },
+                    "type": "array"
+                },
                 "uploadReference": {
                     "$ref": "UploadRef",
                     "description": "Required when creating a photo. Input only. The resource URL where the\nphoto bytes are uploaded to."
                 },
-                "photoId": {
-                    "$ref": "PhotoId",
-                    "description": "Required when updating a photo. Output only when creating a photo.\nIdentifier for the photo, which is unique among all photos in\nGoogle."
-                },
                 "pose": {
                     "$ref": "Pose",
                     "description": "Pose of the photo."
                 },
+                "photoId": {
+                    "$ref": "PhotoId",
+                    "description": "Required when updating a photo. Output only when creating a photo.\nIdentifier for the photo, which is unique among all photos in\nGoogle."
+                },
                 "shareLink": {
                     "description": "Output only. The share link for the photo.",
                     "type": "string"
@@ -488,6 +593,18 @@
             "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
             "id": "Operation",
             "properties": {
+                "done": {
+                    "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.",
+                    "type": "boolean"
+                },
+                "response": {
+                    "additionalProperties": {
+                        "description": "Properties of the object. Contains field @type with type URL.",
+                        "type": "any"
+                    },
+                    "description": "The normal response of the operation in case of success.  If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`.  If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource.  For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name.  For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
+                    "type": "object"
+                },
                 "name": {
                     "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.",
                     "type": "string"
@@ -503,18 +620,6 @@
                     },
                     "description": "Service-specific metadata associated with the operation.  It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata.  Any method that returns a\nlong-running operation should document the metadata type, if any.",
                     "type": "object"
-                },
-                "done": {
-                    "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.",
-                    "type": "boolean"
-                },
-                "response": {
-                    "additionalProperties": {
-                        "description": "Properties of the object. Contains field @type with type URL.",
-                        "type": "any"
-                    },
-                    "description": "The normal response of the operation in case of success.  If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`.  If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource.  For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name.  For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
-                    "type": "object"
                 }
             },
             "type": "object"
@@ -577,11 +682,6 @@
             "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": {
-                "code": {
-                    "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"
@@ -596,111 +696,11 @@
                         "type": "object"
                     },
                     "type": "array"
-                }
-            },
-            "type": "object"
-        },
-        "Level": {
-            "description": "Level information containing level number and its corresponding name.",
-            "id": "Level",
-            "properties": {
-                "name": {
-                    "description": "Required. A name assigned to this Level, restricted to 3 characters.\nConsider how the elevator buttons would be labeled for this level if there\nwas an elevator.",
-                    "type": "string"
                 },
-                "number": {
-                    "description": "Floor number, used for ordering. 0 indicates the ground level, 1 indicates\nthe first level above ground level, -1 indicates the first level under\nground level. Non-integer values are OK.",
-                    "format": "double",
-                    "type": "number"
-                }
-            },
-            "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": {},
-            "type": "object"
-        },
-        "BatchGetPhotosResponse": {
-            "description": "Response to batch get of Photos.",
-            "id": "BatchGetPhotosResponse",
-            "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"
-                }
-            },
-            "type": "object"
-        },
-        "Place": {
-            "description": "Place metadata for an entity.",
-            "id": "Place",
-            "properties": {
-                "placeId": {
-                    "description": "Place identifier, as described in\nhttps://developers.google.com/places/place-id.",
-                    "type": "string"
-                }
-            },
-            "type": "object"
-        },
-        "UploadRef": {
-            "description": "Upload reference for media files.",
-            "id": "UploadRef",
-            "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"
-                }
-            },
-            "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.",
-            "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"
-        },
-        "BatchDeletePhotosRequest": {
-            "description": "Request to delete multiple Photos.",
-            "id": "BatchDeletePhotosRequest",
-            "properties": {
-                "photoIds": {
-                    "description": "Required. IDs of the Photos. For HTTP\nGET requests, the URL query parameter should be\n`photoIds=<id1>&photoIds=<id2>&...`.",
-                    "items": {
-                        "type": "string"
-                    },
-                    "type": "array"
-                }
-            },
-            "type": "object"
-        },
-        "UpdatePhotoRequest": {
-            "description": "Request to update the metadata of a\nPhoto. Updating the pixels of a photo\nis not supported.",
-            "id": "UpdatePhotoRequest",
-            "properties": {
-                "photo": {
-                    "$ref": "Photo",
-                    "description": "Required. Photo object containing the\nnew metadata."
-                },
-                "updateMask": {
-                    "description": "Mask that identifies fields on the photo metadata to update.\nIf not present, the old Photo\nmetadata will be entirely replaced with the\nnew Photo metadata in this request.\nThe update fails if invalid fields are specified. Multiple fields can be\nspecified 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"
+                "code": {
+                    "description": "The status code, which should be an enum value of google.rpc.Code.",
+                    "format": "int32",
+                    "type": "integer"
                 }
             },
             "type": "object"