View Source GoogleApi.StreetViewPublish.V1.Api.PhotoSequences (google_api_street_view_publish v0.20.0)

API calls for all endpoints tagged PhotoSequences.

Summary

Functions

Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSequence timestamp order.

Functions

Link to this function

streetviewpublish_photo_sequences_list(connection, optional_params \\ [], opts \\ [])

View Source
@spec streetviewpublish_photo_sequences_list(Tesla.Env.client(), keyword(), keyword()) ::
  {:ok, GoogleApi.StreetViewPublish.V1.Model.ListPhotoSequencesResponse.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSequence timestamp order.

Parameters

  • connection (type: GoogleApi.StreetViewPublish.V1.Connection.t) - Connection to server
  • optional_params (type: keyword()) - Optional parameters
    • :"$.xgafv" (type: String.t) - V1 error format.
    • :access_token (type: String.t) - OAuth access token.
    • :alt (type: String.t) - Data format for response.
    • :callback (type: String.t) - JSONP
    • :fields (type: String.t) - Selector specifying which fields to include in a partial response.
    • :key (type: String.t) - 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.
    • :oauth_token (type: String.t) - OAuth 2.0 token for the current user.
    • :prettyPrint (type: boolean()) - Returns response with indentations and line breaks.
    • :quotaUser (type: String.t) - 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.
    • :uploadType (type: String.t) - Legacy upload protocol for media (e.g. "media", "multipart").
    • :upload_protocol (type: String.t) - Upload protocol for media (e.g. "raw", "multipart").
    • :filter (type: String.t) - Optional. The filter expression. For example: imagery_type=SPHERICAL. The filters supported are: imagery_type, processing_state, min_latitude, max_latitude, min_longitude, max_longitude, filename_query, min_capture_time_seconds, max_capture_time_seconds. See https://google.aip.dev/160 for more information. Filename queries should sent as a Phrase in order to support multiple words and special characters by adding escaped quotes. Ex: filename_query="example of a phrase.mp4" *:pageSize(*type:*integer()) - Optional. The maximum number of photo sequences to return.pageSizemust be non-negative. IfpageSizeis zero or is not provided, the default page size of 100 is used. The number of photo sequences returned in the response may be less thanpageSizeif the number of matches is less thanpageSize. This is currently unimplemented but is in process. *:pageToken(*type:*String.t) - Optional. The nextPageToken value returned from a previous ListPhotoSequences request, if any. *opts(*type:*keyword()) - Call options ## Returns *}on success *` on failure