Show / Hide Table of Contents

Class PhotoSequenceResource.GetRequest

Gets the metadata of the specified PhotoSequence via the Operation interface. This method returns the following three types of responses: * Operation.done = false, if the processing of PhotoSequence is not finished yet. * Operation.done = true and Operation.error is populated, if there was an error in processing. * Operation.done = true and Operation.response is poulated, which contains a PhotoSequence message. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested PhotoSequence. * google.rpc.Code.NOT_FOUND if the requested PhotoSequence does not exist.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Operation>
StreetViewPublishBaseServiceRequest<Operation>
PhotoSequenceResource.GetRequest
Implements
IClientServiceRequest<Operation>
IClientServiceRequest
Inherited Members
StreetViewPublishBaseServiceRequest<Operation>.Xgafv
StreetViewPublishBaseServiceRequest<Operation>.AccessToken
StreetViewPublishBaseServiceRequest<Operation>.Alt
StreetViewPublishBaseServiceRequest<Operation>.Callback
StreetViewPublishBaseServiceRequest<Operation>.Fields
StreetViewPublishBaseServiceRequest<Operation>.Key
StreetViewPublishBaseServiceRequest<Operation>.OauthToken
StreetViewPublishBaseServiceRequest<Operation>.PrettyPrint
StreetViewPublishBaseServiceRequest<Operation>.QuotaUser
StreetViewPublishBaseServiceRequest<Operation>.UploadType
StreetViewPublishBaseServiceRequest<Operation>.UploadProtocol
ClientServiceRequest<Operation>.Execute()
ClientServiceRequest<Operation>.ExecuteAsStream()
ClientServiceRequest<Operation>.ExecuteAsync()
ClientServiceRequest<Operation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Operation>.ExecuteAsStreamAsync()
ClientServiceRequest<Operation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Operation>.CreateRequest(bool?)
ClientServiceRequest<Operation>.GenerateRequestUri()
ClientServiceRequest<Operation>.GetBody()
ClientServiceRequest<Operation>.GetDefaultETagAction(string)
ClientServiceRequest<Operation>.ETagAction
ClientServiceRequest<Operation>.ModifyRequest
ClientServiceRequest<Operation>.ValidateParameters
ClientServiceRequest<Operation>.ApiVersion
ClientServiceRequest<Operation>.RequestParameters
ClientServiceRequest<Operation>.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 PhotoSequenceResource.GetRequest : StreetViewPublishBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string sequenceId)
Parameters
Type Name Description
IClientService service
string sequenceId

Properties

Filter

Optional. The filter expression. For example: published_status=PUBLISHED. The filters supported are: published_status. See https://google.aip.dev/160 for more information.

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.Operation>.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.Operation>.MethodName

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.Operation>.RestPath

SequenceId

Required. ID of the photo sequence.

Declaration
[RequestParameter("sequenceId", RequestParameterType.Path)]
public virtual string SequenceId { get; }
Property Value
Type Description
string

View

Specifies if a download URL for the photo sequence should be returned in download_url of individual photos in the PhotoSequence response. &gt; Note: Currently not implemented.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PhotoSequenceResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
PhotoSequenceResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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