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

public sealed class ListLicenseConfigsRequest : IMessage<ListLicenseConfigsRequest>, IEquatable<ListLicenseConfigsRequest>, IDeepCloneable<ListLicenseConfigsRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListLicenseConfigsRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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_tier
  • state

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