Class LicenseConfig (0.20.1)

LicenseConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about users' licenses.

Attributes

Name Description
name str
Immutable. Identifier. The fully qualified resource name of the license config. Format: projects/{project}/locations/{location}/licenseConfigs/{license_config}
license_count int
Required. Number of licenses purchased.
subscription_tier google.cloud.discoveryengine_v1beta.types.SubscriptionTier
Required. Subscription tier information for the license config.
state google.cloud.discoveryengine_v1beta.types.LicenseConfig.State
Output only. The state of the license config.
auto_renew bool
Optional. Whether the license config should be auto renewed when it reaches the end date.
start_date google.type.date_pb2.Date
Required. The start date.
end_date google.type.date_pb2.Date
Optional. The planed end date.
subscription_term google.cloud.discoveryengine_v1beta.types.SubscriptionTerm
Required. Subscription term.
free_trial bool
Optional. Whether the license config is for free trial.
gemini_bundle bool
Output only. Whether the license config is for Gemini bundle.
early_terminated bool
Output only. Indication of whether the subscription is terminated earlier than the expiration date. This is usually terminated by pipeline once the subscription gets terminated from subsv3.
early_termination_date google.type.date_pb2.Date
Output only. The date when the subscription is terminated earlier than the expiration date.

Classes

State

State(value)

License config state enumeration.