Show / Hide Table of Contents

Class BuyersResource.PublisherProfilesResource

The "publisherProfiles" collection of methods.

Inheritance
object
BuyersResource.PublisherProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class BuyersResource.PublisherProfilesResource

Constructors

PublisherProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the requested publisher profile by name.

Declaration
public virtual BuyersResource.PublisherProfilesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the publisher profile. Format: buyers/{buyerId}/publisherProfiles/{publisherProfileId}

Returns
Type Description
BuyersResource.PublisherProfilesResource.GetRequest

List(string)

Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.

Declaration
public virtual BuyersResource.PublisherProfilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent that owns the collection of publisher profiles Format: buyers/{buyerId}

Returns
Type Description
BuyersResource.PublisherProfilesResource.ListRequest
In this article
Back to top Generated by DocFX