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
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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. > 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()