Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/streetviewpublish:v1.ts";

§Classes

GoogleAuth
StreetViewPublish

Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata. Apps can offer an interface for positioning, connecting, and uploading user-generated Street View images.

§Variables

auth

§Interfaces

BatchDeletePhotosRequest

Request to delete multiple Photos.

BatchDeletePhotosResponse

Response to batch delete of one or more Photos.

BatchGetPhotosResponse

Response to batch get of Photos.

BatchUpdatePhotosRequest

Request to update the metadata of photos. Updating the pixels of photos is not supported.

BatchUpdatePhotosResponse

Response to batch update of metadata of one or more Photos.

Connection

A connection is the link from a source photo to a destination photo.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

GpsDataGapFailureDetails

Details related to ProcessingFailureReason#GPS_DATA_GAP. If there are multiple GPS data gaps, only the one with the largest duration is reported here.

Imu

IMU data from the device sensors.

ImuDataGapFailureDetails

Details related to ProcessingFailureReason#IMU_DATA_GAP. If there are multiple IMU data gaps, only the one with the largest duration is reported here.

InsufficientGpsFailureDetails

Details related to ProcessingFailureReason#INSUFFICIENT_GPS.

LatLng

An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges.

LatLngBounds

A rectangle in geographical coordinates.

Level

Level information containing level number and its corresponding name.

ListPhotoSequencesResponse

Response to list all photo sequences that belong to a user.

ListPhotosResponse

Response to list all photos that belong to a user.

Measurement3d

A Generic 3d measurement sample.

NoOverlapGpsFailureDetails

Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.

NotOutdoorsFailureDetails

Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here.

Operation

This resource represents a long-running operation that is the result of a network API call.

Photo

Photo is used to store 360 photos along with photo metadata.

PhotoGetOptions

Additional options for StreetViewPublish#photoGet.

PhotoId

Identifier for a Photo.

PhotoResponse

Response payload for a single Photo in batch operations including BatchGetPhotos and BatchUpdatePhotos.

PhotosBatchGetOptions

Additional options for StreetViewPublish#photosBatchGet.

PhotoSequence

A sequence of 360 photos along with metadata.

PhotoSequenceCreateOptions

Additional options for StreetViewPublish#photoSequenceCreate.

PhotoSequenceGetOptions

Additional options for StreetViewPublish#photoSequenceGet.

PhotoSequencesListOptions

Additional options for StreetViewPublish#photoSequencesList.

PhotosListOptions

Additional options for StreetViewPublish#photosList.

PhotoUpdateOptions

Additional options for StreetViewPublish#photoUpdate.

Place

Place metadata for an entity.

Pose

Raw pose measurement for an entity.

ProcessingFailureDetails

Additional details to accompany the ProcessingFailureReason enum. This message is always expected to be used in conjunction with ProcessingFailureReason, and the oneof value set in this message should match the FailureReason.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

UpdatePhotoRequest

Request to update the metadata of a Photo. Updating the pixels of a photo is not supported.

UploadRef

Upload reference for media files.