Show / Hide Table of Contents

Class PhotoSequencesResource.ListRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPhotoSequencesResponse>
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>
PhotoSequencesResource.ListRequest
Implements
IClientServiceRequest<ListPhotoSequencesResponse>
IClientServiceRequest
Inherited Members
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.Xgafv
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.AccessToken
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.Alt
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.Callback
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.Fields
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.Key
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.OauthToken
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.PrettyPrint
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.QuotaUser
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.UploadType
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.UploadProtocol
ClientServiceRequest<ListPhotoSequencesResponse>.Execute()
ClientServiceRequest<ListPhotoSequencesResponse>.ExecuteAsStream()
ClientServiceRequest<ListPhotoSequencesResponse>.ExecuteAsync()
ClientServiceRequest<ListPhotoSequencesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPhotoSequencesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPhotoSequencesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPhotoSequencesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPhotoSequencesResponse>.GenerateRequestUri()
ClientServiceRequest<ListPhotoSequencesResponse>.GetBody()
ClientServiceRequest<ListPhotoSequencesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPhotoSequencesResponse>.ETagAction
ClientServiceRequest<ListPhotoSequencesResponse>.ModifyRequest
ClientServiceRequest<ListPhotoSequencesResponse>.ValidateParameters
ClientServiceRequest<ListPhotoSequencesResponse>.ApiVersion
ClientServiceRequest<ListPhotoSequencesResponse>.RequestParameters
ClientServiceRequest<ListPhotoSequencesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StreetViewPublish.v1
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class PhotoSequencesResource.ListRequest : StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>, IClientServiceRequest<ListPhotoSequencesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Filter

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"

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.StreetViewPublish.v1.Data.ListPhotoSequencesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.StreetViewPublish.v1.Data.ListPhotoSequencesResponse>.MethodName

PageSize

Optional. The maximum number of photo sequences to return. pageSize must be non-negative. If pageSize is 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 than pageSize if the number of matches is less than pageSize. This is currently unimplemented but is in process.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The nextPageToken value returned from a previous ListPhotoSequences request, if any.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.StreetViewPublish.v1.Data.ListPhotoSequencesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
StreetViewPublishBaseServiceRequest<ListPhotoSequencesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX