public sealed class ListLicenseConfigsResponse : IMessage<ListLicenseConfigsResponse>, IEquatable<ListLicenseConfigsResponse>, IDeepCloneable<ListLicenseConfigsResponse>, IBufferMessage, IMessage, IPageResponse<LicenseConfig>, IEnumerable<LicenseConfig>, IEnumerableReference documentation and code samples for the Discovery Engine v1beta API class ListLicenseConfigsResponse.
Response message for [LicenseConfigService.ListLicenseConfigs][google.cloud.discoveryengine.v1beta.LicenseConfigService.ListLicenseConfigs] method.
Implements
IMessageListLicenseConfigsResponse, IEquatableListLicenseConfigsResponse, IDeepCloneableListLicenseConfigsResponse, IBufferMessage, IMessage, IPageResponseLicenseConfig, IEnumerableLicenseConfig, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|