Discovery Engine v1beta API - Class ListLicenseConfigsResponse (1.0.0-beta24)

public sealed class ListLicenseConfigsResponse : IMessage<ListLicenseConfigsResponse>, IEquatable<ListLicenseConfigsResponse>, IDeepCloneable<ListLicenseConfigsResponse>, IBufferMessage, IMessage, IPageResponse<LicenseConfig>, IEnumerable<LicenseConfig>, IEnumerable

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

Response message for [LicenseConfigService.ListLicenseConfigs][google.cloud.discoveryengine.v1beta.LicenseConfigService.ListLicenseConfigs] method.

Inheritance

object > ListLicenseConfigsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListLicenseConfigsResponse()

public ListLicenseConfigsResponse()

ListLicenseConfigsResponse(ListLicenseConfigsResponse)

public ListLicenseConfigsResponse(ListLicenseConfigsResponse other)
Parameter
Name Description
other ListLicenseConfigsResponse

Properties

LicenseConfigs

public RepeatedField<LicenseConfig> LicenseConfigs { get; }

All the customer's [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig]s.

Property Value
Type Description
RepeatedFieldLicenseConfig

NextPageToken

public string NextPageToken { get; set; }

Not supported.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<LicenseConfig> GetEnumerator()

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

Returns
Type Description
IEnumeratorLicenseConfig