Class PhotoSequenceResource.CreateRequest
After the client finishes uploading the PhotoSequence with the returned UploadRef, CreatePhotoSequence
extracts a sequence of 360 photos from a video or Extensible Device Metadata (XDM, http://www.xdm.org/) to
be published to Street View on Google Maps. CreatePhotoSequence
returns an Operation, with the
PhotoSequence Id set in the Operation.name
field. This method returns the following error codes: *
google.rpc.Code.INVALID_ARGUMENT if the request is malformed. * google.rpc.Code.NOT_FOUND if the upload
reference does not exist.
Inheritance
PhotoSequenceResource.CreateRequest
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class PhotoSequenceResource.CreateRequest : StreetViewPublishBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, PhotoSequence)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, PhotoSequence body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PhotoSequence | body |
Properties
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
InputType
Required. The input form of PhotoSequence.
Declaration
[RequestParameter("inputType", RequestParameterType.Query)]
public virtual PhotoSequenceResource.CreateRequest.InputTypeEnum? InputType { get; set; }
Property Value
Type | Description |
---|---|
PhotoSequenceResource.CreateRequest.InputTypeEnum? |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.StreetViewPublish.v1.Data.Operation>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()