Show / Hide Table of Contents

Namespace Google.Apis.SubscriptionLinking.v1

Classes

PublicationsResource

The "publications" collection of methods.

PublicationsResource.ReadersResource

The "readers" collection of methods.

PublicationsResource.ReadersResource.DeleteRequest

Removes a publication reader, effectively severing the association with a Google user. If force is set to true, any entitlements for this reader will also be deleted. (Otherwise, the request will only work if the reader has no entitlements.) - If the reader does not exist, return NOT_FOUND. - Return FAILED_PRECONDITION if the force field is false (or unset) and entitlements are present.

PublicationsResource.ReadersResource.GetEntitlementsRequest

Gets the reader entitlements for a publication reader. - Returns PERMISSION_DENIED if the caller does not have access. - Returns NOT_FOUND if the reader does not exist.

PublicationsResource.ReadersResource.GetRequest

Gets a reader of a publication. Returns NOT_FOUND if the reader does not exist.

PublicationsResource.ReadersResource.UpdateEntitlementsRequest

Updates the reader entitlements for a publication reader. The entire reader entitlements will be overwritten by the new reader entitlements in the payload, like a PUT. - Returns PERMISSION_DENIED if the caller does not have access. - Returns NOT_FOUND if the reader does not exist.

SubscriptionLinkingBaseServiceRequest<TResponse>

A base abstract class for SubscriptionLinking requests.

SubscriptionLinkingService

The SubscriptionLinking Service.

Enums

SubscriptionLinkingBaseServiceRequest<TResponse>.AltEnum

Data format for response.

SubscriptionLinkingBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX