public sealed class ListLicenseConfigsRequest : IMessage<ListLicenseConfigsRequest>, IEquatable<ListLicenseConfigsRequest>, IDeepCloneable<ListLicenseConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Discovery Engine v1beta API class ListLicenseConfigsRequest.
Request message for [LicenseConfigService.ListLicenseConfigs][google.cloud.discoveryengine.v1beta.LicenseConfigService.ListLicenseConfigs] method.
Implements
IMessageListLicenseConfigsRequest, IEquatableListLicenseConfigsRequest, IDeepCloneableListLicenseConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListLicenseConfigsRequest()
public ListLicenseConfigsRequest()ListLicenseConfigsRequest(ListLicenseConfigsRequest)
public ListLicenseConfigsRequest(ListLicenseConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLicenseConfigsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filter to apply to the list results.
The supported fields are:
subscription_tierstate
Examples:
subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE- Lists all active search license configs.state=ACTIVE- Lists all active license configs.
The filter string should be a comma-separated list of field=value pairs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Not supported.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. Not supported.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent branch resource name, such as
projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|