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

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
NameDescription
otherListServingConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Pagination token, if not returned indicates the last page.

Property Value
TypeDescription
string

ServingConfigs

public RepeatedField<ServingConfig> ServingConfigs { get; }

All the ServingConfigs for a given dataStore.

Property Value
TypeDescription
RepeatedFieldServingConfig

Methods

GetEnumerator()

public IEnumerator<ServingConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorServingConfig