Retail v2 API - Class ListControlsResponse (2.4.0)

public sealed class ListControlsResponse : IMessage<ListControlsResponse>, IEquatable<ListControlsResponse>, IDeepCloneable<ListControlsResponse>, IBufferMessage, IMessage, IPageResponse<Control>, IEnumerable<Control>, IEnumerable

Reference documentation and code samples for the Retail v2 API class ListControlsResponse.

Response for ListControls method.

Inheritance

Object > ListControlsResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ListControlsResponse()

public ListControlsResponse()

ListControlsResponse(ListControlsResponse)

public ListControlsResponse(ListControlsResponse other)
Parameter
NameDescription
otherListControlsResponse

Properties

Controls

public RepeatedField<Control> Controls { get; }

All the Controls for a given catalog.

Property Value
TypeDescription
RepeatedField<Control>

NextPageToken

public string NextPageToken { get; set; }

Pagination token, if not returned indicates the last page.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Control> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Control>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator