public sealed class ListLicenseConfigsUsageStatsRequest : IMessage<ListLicenseConfigsUsageStatsRequest>, IEquatable<ListLicenseConfigsUsageStatsRequest>, IDeepCloneable<ListLicenseConfigsUsageStatsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class ListLicenseConfigsUsageStatsRequest.
Request message for [UserLicenseService.ListLicenseConfigsUsageStats][google.cloud.discoveryengine.v1beta.UserLicenseService.ListLicenseConfigsUsageStats] method.
Implements
IMessageListLicenseConfigsUsageStatsRequest, IEquatableListLicenseConfigsUsageStatsRequest, IDeepCloneableListLicenseConfigsUsageStatsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListLicenseConfigsUsageStatsRequest()
public ListLicenseConfigsUsageStatsRequest()ListLicenseConfigsUsageStatsRequest(ListLicenseConfigsUsageStatsRequest)
public ListLicenseConfigsUsageStatsRequest(ListLicenseConfigsUsageStatsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLicenseConfigsUsageStatsRequest |
Properties
Parent
public string Parent { get; set; }Required. The parent branch resource name, such as
projects/{project}/locations/{location}/userStores/{user_store_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsUserStoreName
public UserStoreName ParentAsUserStoreName { get; set; }UserStoreName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
UserStoreName |
|