public sealed class ListServingConfigsResponse : IMessage<ListServingConfigsResponse>, IEquatable<ListServingConfigsResponse>, IDeepCloneable<ListServingConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ServingConfig>, IEnumerable<ServingConfig>, IEnumerable
Reference documentation and code samples for the Retail v2 API class ListServingConfigsResponse.
Response for ListServingConfigs method.
Implements
IMessageListServingConfigsResponse, IEquatableListServingConfigsResponse, IDeepCloneableListServingConfigsResponse, IBufferMessage, IMessage, IPageResponseServingConfig, IEnumerableServingConfig, IEnumerableNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ListServingConfigsResponse()
public ListServingConfigsResponse()
ListServingConfigsResponse(ListServingConfigsResponse)
public ListServingConfigsResponse(ListServingConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListServingConfigsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Pagination token, if not returned indicates the last page.
Property Value | |
---|---|
Type | Description |
string |
ServingConfigs
public RepeatedField<ServingConfig> ServingConfigs { get; }
All the ServingConfigs for a given catalog.
Property Value | |
---|---|
Type | Description |
RepeatedFieldServingConfig |
Methods
GetEnumerator()
public IEnumerator<ServingConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorServingConfig |