public sealed class ListControlsResponse : IMessage<ListControlsResponse>, IEquatable<ListControlsResponse>, IDeepCloneable<ListControlsResponse>, IBufferMessage, IMessage, IPageResponse<Control>, IEnumerable<Control>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListControlsResponse.
Response for ListControls method.
Implements
IMessageListControlsResponse, IEquatableListControlsResponse, IDeepCloneableListControlsResponse, IBufferMessage, IMessage, IPageResponseControl, IEnumerableControl, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListControlsResponse()
public ListControlsResponse()
ListControlsResponse(ListControlsResponse)
public ListControlsResponse(ListControlsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListControlsResponse |
Properties
Controls
public RepeatedField<Control> Controls { get; }
All the Controls for a given data store.
Property Value | |
---|---|
Type | Description |
RepeatedFieldControl |
NextPageToken
public string NextPageToken { get; set; }
Pagination token, if not returned indicates the last page.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Control> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorControl |