Discovery Engine v1beta API - Class ListServingConfigsResponse (1.0.0-beta13)

public sealed class ListServingConfigsResponse : IMessage<ListServingConfigsResponse>, IEquatable<ListServingConfigsResponse>, IDeepCloneable<ListServingConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ServingConfig>, IEnumerable<ServingConfig>, IEnumerable

Reference documentation and code samples for the Discovery Engine v1beta API class ListServingConfigsResponse.

Response for ListServingConfigs method.

Inheritance

object > ListServingConfigsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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 dataStore.

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