Class PhotoSequenceResource.StartUploadRequest
Creates an upload session to start uploading photo sequence data. The upload URL of the returned UploadRef
is used to upload the data for the photoSequence
. After the upload is complete, the UploadRef is used with
CreatePhotoSequence to create the PhotoSequence object entry.
Inheritance
PhotoSequenceResource.StartUploadRequest
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class PhotoSequenceResource.StartUploadRequest : StreetViewPublishBaseServiceRequest<UploadRef>, IClientServiceRequest<UploadRef>, IClientServiceRequest
Constructors
StartUploadRequest(IClientService, Empty)
Constructs a new StartUpload request.
Declaration
public StartUploadRequest(IClientService service, Empty body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Empty | 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.UploadRef>.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.UploadRef>.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.UploadRef>.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.UploadRef>.GetBody()
InitParameters()
Initializes StartUpload parameter list.
Declaration
protected override void InitParameters()