Show / Hide Table of Contents

Class ListChildPublishersResponse

Response object for [ListChildPublishers][] containing matching [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.

Inheritance
object
ListChildPublishersResponse
Implements
IMessage<ListChildPublishersResponse>
IEquatable<ListChildPublishersResponse>
IDeepCloneable<ListChildPublishersResponse>
IBufferMessage
IMessage
IPageResponse<ChildPublisher>
IEnumerable<ChildPublisher>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ListChildPublishersResponse : IMessage<ListChildPublishersResponse>, IEquatable<ListChildPublishersResponse>, IDeepCloneable<ListChildPublishersResponse>, IBufferMessage, IMessage, IPageResponse<ChildPublisher>, IEnumerable<ChildPublisher>, IEnumerable

Constructors

ListChildPublishersResponse()

Declaration
public ListChildPublishersResponse()

ListChildPublishersResponse(ListChildPublishersResponse)

Declaration
public ListChildPublishersResponse(ListChildPublishersResponse other)
Parameters
Type Name Description
ListChildPublishersResponse other

Properties

ChildPublishers

The [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects from the specified network.

Declaration
public RepeatedField<ChildPublisher> ChildPublishers { get; }
Property Value
Type Description
RepeatedField<ChildPublisher>

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

TotalSize

Total number of [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects. If a filter was included in the request, this reflects the total number after the filtering is applied.

total_size won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields, or by using the HTTP/gRPC header X-Goog-FieldMask.

For more information, see https://developers.google.com/ad-manager/api/beta/field-masks

Declaration
public int TotalSize { get; set; }
Property Value
Type Description
int

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<ChildPublisher> GetEnumerator()
Returns
Type Description
IEnumerator<ChildPublisher>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX