Show / Hide Table of Contents

Class PublishersResource.ItemsResource

The "items" collection of methods.

Inheritance
object
PublishersResource.ItemsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Chromewebstore.v2
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishersResource.ItemsResource

Constructors

ItemsResource(IClientService)

Constructs a new resource.

Declaration
public ItemsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CancelSubmission(CancelSubmissionRequest, string)

Cancel the current active submission of an item if present. This can be used to cancel the review of a pending submission.

Declaration
public virtual PublishersResource.ItemsResource.CancelSubmissionRequest CancelSubmission(CancelSubmissionRequest body, string name)
Parameters
Type Name Description
CancelSubmissionRequest body

The body of the request.

string name

Required. Name of the item to cancel the submission of in the form publishers/{publisherId}/items/{itemId}

Returns
Type Description
PublishersResource.ItemsResource.CancelSubmissionRequest

FetchStatus(string)

Fetch the status of an item.

Declaration
public virtual PublishersResource.ItemsResource.FetchStatusRequest FetchStatus(string name)
Parameters
Type Name Description
string name

Required. Name of the item to retrieve the status of in the form publishers/{publisherId}/items/{itemId}

Returns
Type Description
PublishersResource.ItemsResource.FetchStatusRequest

Publish(PublishItemRequest, string)

Submit the item to be published in the store. The item will be submitted for review unless skip_review is set to true, or the item is staged from a previous submission with publish_type set to STAGED_PUBLISH.

Declaration
public virtual PublishersResource.ItemsResource.PublishRequest Publish(PublishItemRequest body, string name)
Parameters
Type Name Description
PublishItemRequest body

The body of the request.

string name

Required. Name of the item in the form publishers/{publisherId}/items/{itemId}

Returns
Type Description
PublishersResource.ItemsResource.PublishRequest

SetPublishedDeployPercentage(SetPublishedDeployPercentageRequest, string)

Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.

Declaration
public virtual PublishersResource.ItemsResource.SetPublishedDeployPercentageRequest SetPublishedDeployPercentage(SetPublishedDeployPercentageRequest body, string name)
Parameters
Type Name Description
SetPublishedDeployPercentageRequest body

The body of the request.

string name

Required. Name of the item to update the published revision of in the form publishers/{publisherId}/items/{itemId}

Returns
Type Description
PublishersResource.ItemsResource.SetPublishedDeployPercentageRequest
In this article
Back to top Generated by DocFX