Show / Hide Table of Contents

Class PhotosResource.BatchDeleteRequest

Deletes a list of Photos and their metadata. Note that if BatchDeletePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchDeletePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchDeletePhotosResponse.results. See DeletePhoto for specific failures that can occur per photo.

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

Constructors

BatchDeleteRequest(IClientService, BatchDeletePhotosRequest)

Constructs a new BatchDelete request.

Declaration
public BatchDeleteRequest(IClientService service, BatchDeletePhotosRequest body)
Parameters
Type Name Description
IClientService service
BatchDeletePhotosRequest 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.BatchDeletePhotosResponse>.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.BatchDeletePhotosResponse>.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.BatchDeletePhotosResponse>.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.BatchDeletePhotosResponse>.GetBody()

InitParameters()

Initializes BatchDelete parameter list.

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

Implements

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